a:link {color: #693d4b; text-decoration: underline}     /* unvisited link */
a:visited {color: #693d4b; text-decoration: underline}  /* visited link */
a:hover {color: #7e9e8d}   /* mouse over link */
a:active {color: #7e9e8d}   /* selected link */

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

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

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

div#contentWrap {
	width: 750px;
	
	position:relative;
	left:25px;
	
	background-color: #cedb96;
		
	border: none;
	
	/*
	padding-left: 20px;
	padding-right: 20px;*/
}

div#contentWrapInner {
	width: 710px;
	color:#393738;
	background-color: #cedb96;
	
	/*float:left;*/
	
	position:relative;
	left:20px;

	/*border:none;*/
	
	text-align:justify;
	font-size:14px;
	
}

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

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

div#footer {
	font-size:12px;
	font-weight:bold;
	color:#dddddd;
	text-align:center;
}

div.breaker {
	clear: both;
}

td {
	color:#393738;
}