@charset "UTF-8";
/* CSS Document */


#container {
	background-image:url(images/homebg.jpg);
	width:960px;
	background-repeat:repeat;
	margin-right:auto;
	margin-left:auto;
	height: 100%;
}

#header {
	background-image:url(images/header.jpg);
	height:160px;
	width:960px;
}

#nav {
	background-image:url(images/nav.jpg);
	height:80px;
	width:960px;
}

#section {
	width:960px;
	font-size:large;
	height: 100%;
	min-height: 500px;
}

#footer {
	background-image:url(images/footer.jpg);
	clear:both;
	height:80px;
	width:960px;
	padding-top:40px;
}
#body {
	background-color:#CAB79A;
	width: 100%;
	height: 100%;
	min-width: 1000px;
	min-height: 1000px;
}

#section img { 
margin-left:15px; 
margin-right:15px; 
margin-top:15px;
margin-bottom:15px;
}
