* {
	margin:0px;
	padding:0px;
}


p {
	margin-bottom:20px;
	float:inherit;
}


h1 {
	margin-bottom:10px;
	font-size:24px;
	color:#5c0e04;
}

h2 {
	margin-bottom:10px;
	font-size:18px;
	color:#5c0e04;
}

body {
	text-align:center;
	background-color:#ad8525;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:20px;
	font-color:#ffffff;
}

ul {
	margin-left:20px;
}

table {
	text-align:left;
	font-weight:100;
}
	
#wrapper {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
	
#header {
	width:800px;
	height:120px;	
}
	
#nav {
	width:800px;
	height:30px;
	background-color:#5c0e04;
}
	
#content {
	width:760px;
	height:inherit;
	background-image:url(../images/content.jpg);
	background-repeat:no-repeat;
	padding:20px;
	text-align:left;
}

#imglargeleft {
	width:300px;
	float:left;
}

#contentright {
	width:400px;
	padding:0px 15px 20px 15px;
	float:left;
}

#imgleft {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:24px;
	text-align:center;
	width:200px;
	float:left;
}

#center {
	width:310px;
	padding:0px 15px 20px 15px;
	float:left;
}

#imgright {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	line-height:24px;
	text-align:center;
	width:200px;
	float:left;
}
	
#footer {
	width:800px;
	height:50px;
	background-color:#ad8525;
	float:clear;
}

.clearfoats {
	clear:both;
}


a:link {color:#5c0e04; text-decoration:none;}
a:visited {color:#5c0e04; text-decoration:none;}
a:hover {color:#fff; text-decoration:none;}
a:active {color:#fff; text-decoration:none;}