/* CSS Document */
body {
	background-image: url(../images/bgr.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#BBA675;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 9px;
	margin-left: 10px;
	margin-top: 0px;
	height: 100%;
}

#google	{
position:absolute;
top:710px;
left:330px;
}

#siteMenu	{
	background-color:#CEC184;
	visibility: visible;
	opacity: 0.6; 
	filter: alpha(opacity=60);
	position:absolute;
	top:18px;
	left:68px;
	width:60px;
}
#mainBgrBox	{
	position:absolute;
	top:0px;
	left:250px;
	width:400px;
	height:710px;
}
.mainBgrContent	{
	background-color:#FFFFFF;
	visibility: visible;
	opacity: 0.6; 
	filter: alpha(opacity=60);
}
#mainBox	{
	position:absolute;
	top:5px;
	left:270px;
	width:350px;
}
.mainContent	{
	
}
/*#firstPage{
	background-image:url(../images/start_img3.gif);
	background-repeat:no-repeat;
	background-position:center top;
	position:absolute;
	top:40px;
	left:0px;
	width:350px;
}*/
#counter{
	position:absolute;
	bottom:40px;
	left:2px;
	width:100px;
}
/* FOOTER */
html{
height: 100%;
}

#nonFooter{
position: relative;
min-height: 100%;
}

* html #nonFooter{
height: 100%;
}

#content{
padding-bottom: 9em;
}

#footer{
position: relative;
left:-140px;
margin-top: -7.5em;
}

.footer{
font-size:9px;
color:#E2E2E2;
text-align:center;
} 
/* End footer */

p  {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	color:#5D4D26;
}
.table {
	color:#5D4D26;
	border:no-border;
}
th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight:600;
	color:#5D4D26;
}
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 9px;
	font-weight:200;
	color:#5D4D26;
}
.bold {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight:600;
	color:#5D4D26;
}
h1  {
	color:#5D4D26;
	font-size: 16px;
	font-weight:800;
}
h2  {
	color:#5D4D26;
	font-size: 14px;
	font-weight:600;
}
h3  {
	color:#5D4D26;
	font-size: 12px;
}
h4	{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	color:#000000;
}
h5	{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 9px;
	color:#000000;
}
h5	{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 14px;
	color:#FFFFFF;
}
a {
	font: 9px verdana; 
	color: #FFFFFF; 
	font-weight: 500;
	text-decoration: none;
}
a:visited {
	font: 9px verdana; 
	color: #DADAD9; 
	text-decoration: none;
}
a:active {
	font: 9px verdana; 
	color: #000000; 
	font-weight: 900;
	text-decoration: underline;
}

a:hover {
	font: 10px verdana; 
	color: #000000; 
	font-weight: 800;
	background-color: #CEC184;
}
