@charset "utf-8";
/* CSS Document */


img{border:0px;}

body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%; 
}

#framecontentTop, #framecontentBottom{
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 100px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #380f07;
color: #fff;
}

#framecontentBottom{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
top: auto;
bottom: 0; 
height: 100px; /*Height of bottom frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-color: #380f07;
color: #be8f48;
}

#maincontent{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
position: fixed; 
top: 100px; /*Set top value to HeightOfTopFrameDiv*/
left: 0;
right: 0;
bottom: 100px; /*Set bottom value to HeightOfBottomFrameDiv*/
overflow: auto; 
background: #bd8d46 url(../images/bg_dor.jpg) no-repeat center;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/

}

* html body{ /*IE6 hack*/
padding: 100px 0 100px 0; /*Set value to (HeightOfTopFrameDiv 0 HeightOfBottomFrameDiv 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}

#framecontentBottom a:link {
text-decoration: underline;
	color: #714f32;
	
	
}
#framecontentBottom a:visited {

	text-decoration: underline;
	color: #714f32;
}
#framecontentBottom a:hover {

	text-decoration: none;
	color: #380f07;
	background:#be8e47;
}
#framecontentBottom a:active {

	text-decoration: underline;
	color: #714f32;
}

#maincontent a:link {
text-decoration: underline;
	color: #714f32;
	
	
}
#maincontent a:visited {

	text-decoration: underline;
	color: #714f32;
}
#maincontent a:hover {

	text-decoration: none;
	color: #be8e47;
	background:#380f07;
}
#maincontent a:active {

	text-decoration: underline;
	color: #714f32;
}


