/* #### GENERAL ELEMENTS #### */

html,body {
       margin:0px;
       padding:0px;
}

body {

       font-size: 10px;
       font-family: Verdana, Arial, Helvetica, sans-serif;
	     background-color: #807758;
       color:#4C4C4C;
       

}
a {
	color:#006666; text-decoration:none;
}
a:link {}
a:visited {}
a:hover {color:#006666; text-decoration:none;}
a:active {}
/* #### MAIN WRAP AND BACKGROUND #### */
div#front {
	position:absolute;
	left: 50%;
	width:740px;
	margin-left: -370px; /*set to a negative number 1/2 of your width*/
	background-color: #161010;
}
div#front-wrapper {

  float: left;
 	width:740px; 
}
#front-content{
  float: left;
 	width:740px; 


}
#front-footer {

  float: left;
	width: 740px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #807758;
	color: white;
}
#front-footer a{
	color: white;
}
#front-footer a:hover{
	color: #FAE9BF;
	text-decoration:underline;
}

.main_red
{
		font-family: arial;
		color:red;
		font-size:12px;
		margin-top: 7px;
		padding:0;
}