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: #30373e;
	font-family: Tahoma, Arial, sans-serif;
	/* "text-align" to center the site in IE */
	text-align:center;
}

div#wrap {
	width: 600px;
	background-color: #6d7b88;
	
	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: 550px;
	background-color: #d3d8dc;
	color:#30373e;
	
	position:relative;
	left:15px;
	/*float:left;*/
	
	border: none;
	/*border:none;*/
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	
	text-align:justify;
	font-size:14px;
	
}

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

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

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

div.breaker {
	clear: both;
}

td {
	color:#3f2203;
}