* {

	margin: 								0px;
	padding:								0px;
	
}

img {

	border: none;

}

body {

		background:								#37351C;

}

p {

	font-size: 0.9em;

	margin-bottom: 10px;
	
	}

	#shell {
	
		font-family:						Arial, Helvetica, sans-serif;
		
		font-size:							1em;
	
		width:								770px;
		
		margin-left:						auto;
		margin-right:						auto;
		
	}
	
		#shell #body {
			
			float:							left;
			width:							770px;

		}
		
		#shell #body #bottom #people {
		
			width: 368px;
			
			float:left;
		
		}
		
		#shell #body #bottom #textBox {
		
			background-image: url(../images/layout/frontPage/textBackground.jpg);
			
			float: left;
			
			padding: 10px;
			
			padding-top: 20px;
			
			height: 156px;
			width: 382px;
		
		}
		
		#shell #body #bottom #textBox H1 {
		
			font-size: 1.0em;
			margin-bottom: 10px;
		
		}
		
		#shell #footer {
 float: left;
 width: 766px;
 height: 20px;
 line-height: 14px;
 background: #000000;
 color: #FFFFFF;
 text-align: center;
 padding: 2px;
 font-size: 0.6em;
 }
 
 #shell #footer a {
 color: #FFFFFF;
 }
 
		#shell #bottomMenu{
			
			float:							left;
			width:							766px;
			
			height:							20px;
			line-height: 					14px;
			background:						#000000;
			
			color:							#FFFFFF;
			
			text-align:						center;
			padding:						2px;
			font-size:						0.6em;
			
		}
			
			#shell #bottomMenu a {
			
				color:						#FFFFFF;
			
			}
		
			#shell #bottomMenu ul {
			
				display: 					inline;
				list-style-type: 			none;
	
			}
			
			#shell #bottomMenu li {
			
				display: 					inline;
				list-style-type: 			none;
	
			}
 
 #shell #bottomCatchLine{
 float: left;
 width: 766px;
 height: 26px;
 line-height: 30px;
 background: #000000;
 color: #FFFFCC;
 text-align: center;
 padding: 2px;
 padding-bottom: 5px;
 padding-top: 14px;
 font-size: 14px;
 font-weight: bold;
 padding-top: 5px;
 }

 #shell #bottomCatchLine a:link{
 text-decoration: none;
 }