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

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

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

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

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

div#contentWrap_inner {
	position: relative;
	display: block;
	float: left;
	width: 600px;

}

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

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

div#footer {
	font-size:12px;
	font-weight:bold;
	color:#3f2203;
	margin-bottom:30px;
}

div.breaker {
	clear: both;
}

td {
	color:#3f2203;
}

img.ImageViewer_thumb {
	border:solid 5px #ACB96C;
}