/* CSS Document */
body 	{
		text-align:center; 					/*center hack*/	
		}
#page-body-home {
		width: 100%; height: auto;
		display: block;
		background: #FFFFFF url(/images/home-background.png) top repeat-x;		
		}
#page-body-content {
		width: 100%; height: auto;
		display: block;
/*		background: #FFFFFF url(/images/content-background.png) top repeat-x;		*/
		}		
#page-footer{		
		width: 100%; height: auto;
		display: block;		
		background-color: #3e4446;						
		}
#home-header {
		width: 100%; height: 400px;
		}		
#content-header {
		width: 100%; height: 96px;
		background-color: #272D65;		
		}								
#content-wrapper{
		width: 1000px; height: auto;
		margin: 0 auto; 					/*center hack*/
		display: block;		
		}
#content-footer{
		width: 1000px; height: auto;
		margin: 0 auto; 					/*center hack*/
		padding-top: 1px; padding-bottom: 10px;
		}		
#breadcrumb {
		width: 1000px; height: auto;
		margin: 0 auto; 					/*center hack*/		
		display: block;		
		}
#sharebox {
		width: 1000px; height: auto;
		margin: 0 auto; 					/*center hack*/		
		display: block;		
		text-align: left;
		margin-bottom: 5px;		
		}		
