body{
	margin:30px 0px 0px 0px;
	background-color: #FCFCEA;
	font-size: 12px;
	color: #568192;
	font-family: Verdana, Helvetica, Arial;
	text-decoration: none;
}
a:link, a:visited{
	font-size: 10px;
	color: #568192;
	background-color:transparent;
	font-family: Verdana, Helvetica, Arial;
	text-decoration: underline;
	font-style:normal;
	font-weight: normal;
}
a:hover{
	color:#000;
	font-weight: normal;
	text-decoration: underline;
}
a:active{
	font-size: 10px;
	color:#568192;
	background-color:transparent;
	font-family: Verdana, Helvetica, Arial;
	text-decoration: underline;
	font-weight: normal;
}
a img{
	border-width:0px;
}
/* * * * * * * * * * * * * * * * * *  CENTERING CLASS   * * * * * * * * * * * * * * * * * * * * */
.center{
      display:block;
      text-align:center;
}
.left{
      display:block;
      text-align:left;
}

.justify{
      text-align:justify;
}

/* * * * * * * * * * * * * * * * * *  SITE  * * * * * * * * * * * * * * * * * * * * */
#container{
	display:block;
	margin:0px;
	padding:0px;
}
/* * * * * * * * * * * * * * * * * *  MAIN  MENU  DIV   * * * * * * * * * * * * * * * * * * * * */
#main_menu{
	display:none;
	margin:0px;
	padding:0px;
}
#main_menu img{
	display:none;
	margin:0px;
	padding:0px;
}
#main_menu a{
	display:none;
	margin:0px;
	padding:0px;
}
#content{
	display:block;
	margin:0px;
	padding:0px;
	text-align:center;
}
#bottom{
	display:none;
	margin:0px;
	padding:0px;
}
/* * * * * * * * * * * * * * * * * *  FOOTER  DIV   * * * * * * * * * * * * * * * * * * * * */
#foot{	
	text-align:center;
	width:650px;
	font-size:10px;
	margin:10px auto 5px auto;
}
#foot a{
	text-decoration: none;
}