/* CSS Document 
Copyright 2008. Veronica Kimes, One Eyed Frog Productions.
Author: Veronica Kimes, One Eyed Frog Productions
updates:
2009.jun.9 - vk 
2010.feb.21 - vk
2010.aug.14 - vk - fixed scroll and centering errors

Any unauthorized use is strictly forbidden.
*/
body {
	font-family: Tahoma, Geneva, sans-serif;
	background:url(../images/grate.jpg) repeat-y top center;
	background-color:#000000;
	margin: 0px 0px 0px 0px;
	
	}
p {
	font-size: 12px;
	line-height: 18px;
	color: #F9A200;
	text-align: left;
	margin: 0px 0px 0px 0px;
}
a:link, a:visited {
	color: #ff9800;
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: underline;
	color: #ff9800;
	}	

h1  {
	font-size: 12px;
	font-weight: bolder;
	color:  #ff9800;
	margin: 0px 0px 0px 0px;
	}

h5 {
	display: none;
	}
/* ----------------------------------
				main divs height: 100%;
--------------------------------------------- */
#container {
	margin:0px auto 0px auto;
	width: 1020px;
	}

#pageheader {
	background:url(../images/header.jpg) no-repeat top center;
	width: 872px;
	height: 384px;
	margin: 0px 68px 46px 78px;
	padding: 0px 0px 0px 0px;
	float: left;
	}	
/*-------------------------------
           body
---------------------------------------*/
#sitemap{
	float: right;
	width: 100px;
	height: 30;
	text-align: right;
	}	
#textboxL{
	background:url(../images/textside.jpg) repeat-y top left;
	width: 327px;
	height: 300px;
	margin: 0px 0px 0px 150px;
	float:left;
	padding: 0px 0px  0px 0px;
}
#textboxR{
	background:url(../images/textside.jpg) repeat-y top left;
	width: 327px;
	height: 300px;
	margin: 0px 150px 0px 60px;
	float:left;
	padding: 0px 0px  0px p0x;
}
#toprow{
	background:url(../images/top.jpg) no-repeat top left;
	width: 325px;
	height:14px;
	float:left;
	}
#botrow{
	background:url(../images/bot.jpg) no-repeat bottom left;
	width: 325px;
	height:14px;
	float:left;
	}		
#title{
	width:265px;
	height: 272px;
	float:left;
	margin: 5px 10px 5px 10px;
	padding: 0px 20px 0px 20px;
	}		


/* -------------------------------
			footer
--------------------------------------- */	

#footer {
	width: 872px;
	height: 50px;
	margin: 50px 72px 25px 74px;
	text-align: center;
	font-size: 12px;
	color:  #825400;
	float:left;
	}
	

#footer a:link, #footer a:visited {
	text-decoration: underline;
	color:  #825400;
	}
#footer a:hover, #footer a:active { 
	text-decoration: underline; 
	color:  #F9A200;
	}

