/* the body is where your main font properties should be specified. please do not alter the .8125em value */
body{
	font: .8125em palatino, helvetica, arial;
	text-align: center;
	margin:0;
	padding:0;
	background:black;
}

#wrapper{
	text-align:left;
	margin: 0 auto;
	width:800px;
	background:#000;
}

div#adams_top_left{
	width:256px;
	float:left;
	background: #000 url('../images/adamscorn_logo.jpg') top left no-repeat;
	color:white;
	padding:60px 20px 0;
	font-size:1.1em;
}
div#adams_top_right{
	width:504px;
	height:399px;
	float:left;
	background:#000 url('../images/adamscorn_titleimage.jpg') top left no-repeat;
}
div#adams_thumbs{
	clear:both;
	height:127px;
	width:800px;
	background: #000 url('../images/adamscorn_thumbs.jpg') top left no-repeat;
}
div#adams_content{
	clear:both;
	width:760px;
	padding:20px 20px 0; 
	background:#000 url('../images/bg_adamscorn.jpg') top left repeat-y;
}
	div#adams_content a{
		color:black;
	}	

/*footer information*/
#footer{
	clear:both; /* the clear property makes sure this content does not start until both margins are free and "clear" of any floating elements, forcing it to stay below the floating elements */
	margin-top:20px;
}
	#footer ul{
		padding-top:10px;
		padding-bottom:10px;
		margin:20px auto;
		text-align:center;
	}

	#footer ul li{
		display:inline;
		text-align:center;
		margin:0 auto;
		padding:0 8px;
	}
	#footer ul li a{
		color:#000; 
		text-decoration:none;
		font-size:.8em;
	}
	#footer ul li a:hover{
		text-decoration:underline;
	}