a:link {color: #3f2203; text-decoration: underline}     /* unvisited link */
a:visited {color: #3f2203; text-decoration: underline}  /* visited link */
a:hover {color: #a7331c}   /* mouse over link */
a:active {color: #a7331c}   /* selected link */

body {
	background-color: #d9b88b;
	font-family: Georgia, Arial, sans-serif;
	/* "text-align" to center the site in IE */
	text-align:center;
}

div#wrap {
	width: 600px;
	background-color: #ae8a58;
	
	margin-left: auto;
	margin-right: auto;
	border: 10px;
	/*border:none;*/
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;

	/* for IE */
	text-align:left;
}

div#contentWrap {
	width: 480px;
	background-color: #ae8a58;
	color:#3f2203;
	
	position:relative;
	left:50px;
	/*float:left;*/
	
	border: none;
	/*border:none;*/
	padding-top: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
	
	text-align:justify;
	font-size:14px;
	
}

img#banner {
	border: 0px solid;
	position:relative;
	left:0px; 
	top:0px;
}

img#mnb {
	border: 0px solid;
	position:relative;
	left:100px; 
}

div#footer {
	font-size:12px;
	font-weight:bold;
	color:#d3d8dc;
}

div.breaker {
	clear: both;
}

td {
	color:#3f2203;
}