body
{
   background: url(../img/bg.jpg);
   margin: 0px 0px 0px 0px;
   text-align: center;
   font: 11px Verdana;
   color: White;
}

div.main
{
	display: block;
	width: 800px;
	min-height: 500px;
	padding: 0px 0px 0px 0px;
	background: url('../img/gecko.png');
	background-repeat: no-repeat;
}
div.placeholder
{
	display: block;
	width: 548px;
	height: 15px;
	float: right;
	border-bottom: 1px solid Black;
}
div.logo
{ 
	display: block;
	width: 548px;
	height: 83px;
	background: url('../img/logo_bg.png');
	float: right;
	border-right: 1px solid Black;
	line-height: 83px;
	text-align: center;
}
div.menu
{	
	display: block;
	width: 548px;
	height: 25px;
	background: url('../img/menu_bg.png');
	float: right;
	border-right: 1px solid Black;
	text-align: left;
	line-height: 25px;
	vertical-align: middle;
}
div.actual
{
	display: block;
	width: 705px;
	height: 38px;
	background: url('../img/actual_bg.png');
	float: right;
	border-right: 1px solid Black;
	text-align: left;
}
div.container
{
	display: block;
	width: 792px;
	min-height: 338px;
	background: url('../img/container_bg.png');
	background-repeat: repeat-y;
	float: right;
	border-right: 1px solid Black;
	border-bottom: 1px solid Black;
	text-align: left;
}
div.content
{
	display: block;
	width: 748px;
	min-height: 318px;
	background: url('../img/actual_bg.png');
	float: right;
	text-align: justify;
	line-height: 16px;
	padding-top: 20px;
	padding-right: 22px;
}
div.footer
{
	display: block;
	width: 791px;
	height: 18px;
	background: url('../img/menu_bg.png');
	float: right;
	border-right: 1px solid Black;
	border-left: 1px solid Black;
	border-bottom: 1px solid Black;
	text-align: center;
	line-height: 18px;
	vertical-align: middle;
	font-size: 9px;
}
div.bottom_placeholder
{
	display: block;
	width: 791px;
	height: 10px;
	float: right;
}


h1
{
	font: 16px Verdana;
	font-weight: bold;
	color: White;
	text-decoration: none;
}

h2
{
	font: 12px Verdana;
	font-weight: bold;
	color: White;
	text-decoration: none;
}

a.menu
{
	font: 10px Verdana;
	font-weight: bold;
	color: White;
	text-decoration: none;
}
a.menu:hover
{
	font: 10px Verdana;
	font-weight: bold;
	color: #B0F4B0;
	text-decoration: underline;
}
a.textlink
{
	font: 10px Verdana;
	font-weight: bold;
	color: #8BFA8B;
	text-decoration: underline;
}
a.textlink:hover
{
	font: 10px Verdana;
	font-weight: bold;
	color: #ECFFEC;
	text-decoration: underline;
}
a.footer_link
{
	font: 9px Verdana;
	color: White;
	text-decoration: underline;
}
a.footer_link:hover
{
	font: 9px Verdana;
	color: #97D997;
	text-decoration: none	;
}

li
{
	list-style-type: disc ;
	margin-left: 0 ;
}
