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

a.btns:link {color: #6c5b3a; text-decoration: none}     /* unvisited link */
a.btns:visited {color: #6c5b3a; text-decoration: none}  /* visited link */
a.btns:hover {color: #c88c00}   /* mouse over link */
a.btns:active {color: #c88c00}   /* selected link */


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

div#wrap {
	width: 500px;
	background-color: #fff;
	
	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: 400px;
	background-color: #fff;
	
	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;

 */

