a:link {color: #5a370b; text-decoration: none; font-weight:bold;}     /* unvisited link */
a:visited {color: #5a370b; text-decoration: none; font-weight:bold;}  /* visited link */
a:hover {color: #d56d0e; text-decoration: none; font-weight:bold;}   /* mouse over link */
a:active {color: #d56d0e; text-decoration: none; font-weight:bold;}   /* selected link */

a.nav:link {color: #5a370b; text-decoration: none; font-weight:normal;}     /* unvisited link */
a.nav:visited {color: #5a370b; text-decoration: none; font-weight:normal;}  /* visited link */
a.nav:hover {color: #d56d0e; text-decoration: none; font-weight:normal;}   /* mouse over link */
a.nav:active {color: #d56d0e; text-decoration: none; font-weight:normal;}   /* selected link */


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

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

div#contentWrap {
	width: 750px;
	background-color: #d1ede3;
	
	margin-left: auto;
	margin-right: auto;
	border: none;
	/*border:none;*/
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	
	text-align:justify;
	font-size:16px;
}

div.footer {
	font-size:12px;
	font-weight:bold;
	color:97a162;
}

div.breaker {
	clear: both;
}

/* 

	clear: both;

 */

