body 
	{
	color: #2e220c;
	background: #fdffe9 url(../../media/images/bg_body.jpg) repeat-x;
	margin: 0px
	}

h1 {
	
}

#horizon        
	{
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: transparent;
	margin-left: -125px;
	position: absolute;
	top: -35px;
	left: 50%;
	width: 250px;
	height: 70px;
	visibility: visible;
	font-size: 11px;
	text-align: left;
	}

.bodyFlash 	{
	width: 980px;
	height: 600px;
	margin-left: -365px;
	margin-top: -300px;
	background: transparent url(../../media/images/bg_desktop.jpg) no-repeat;
	border: 1px solid #735216;
}



div.bodyContent {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 11px;
	text-align: left;

	position: relative;
	width: 980px;
	height: 600px;
/*	margin-left: -365px; */
/* 	margin-top: -300px; */
	background: transparent url(../../media/images/bg_desktop.jpg) no-repeat;
	border: 1px solid #735216;
	overflow: hidden;
}

div.bodyContent div#sidebar {
	position: absolute;
	width: 265px;
	top: 40px;
	left: 50px;
}
div.bodyContent h2 {
	font-size: 24px;
	font-weight: bold;
	color: #2e220c;
}
div.bodyContent div#mainContent {
	position: absolute;
	top: 73px;
	left: 450px;
	width: 460px;
	height: 515px;
	overflow: hidden;
	text-align: left;
	font-size: 11px;
}	

#footer {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block
}

a:link, a:visited 
	{
	color: #2e220c;
	text-decoration: none
	}

a:hover 
	{
	color: #d7973f;
	text-decoration: none
	}
.show {
	display: inline;
}
.hide {
	display: none;
}
