body {
	margin: 0;
	background-position: top right;
	background-image: url(bg.jpg);
	background-repeat: yes;
	color : #996666;
	font-size: 11px;
	background-color: #6D0D18;
	line-height : 12px;
	font-family: georgia, serif;

scrollbar-face-color: #6D0D18; 
scrollbar-highlight-color: #996666; 
scrollbar-shadow-color: #6D0D18; 
scrollbar-3dlight-color: #6D0D18; 
scrollbar-arrow-color: #996666; 
scrollbar-track-color: #6D0D18;  
scrollbar-darkshadow-color: #6D0D18;  
scrollbar-base-color: #996666;}

#header { 
	border-top : #996666 1px solid;
	border-right : #996666 1px solid;
	border-left : #996666 1px solid;
	padding : 0px;
	margin-right : 10px;
	position : absolute;
	top : 5px;
	right : 0px;
	width : 595px;
	height : 360px;
	z-index : 1;
}


#content { 
	background-image: url(bg2.jpg);
	background-repeat: yes;
	border : #996666 1px solid;
	position:absolute; 
	margin-right : 10px;
	top:365px;  
	right : 0px;
	width: 585px;
	padding : 5px;
	height : auto;
	text-align : justify;
}


A:link {color: #CC9999; text-decoration: none; font-weight: bold;}        
A:visited {color: #CC9999; text-decoration: none; font-weight: bold;}      
A:active {color: #CC9999; text-decoration: none; font-weight: bold;}        
A:hover { color:#996666; text-decoration: none; font-weight: none;} 


input , textarea, select  {
	color : #996666;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	font-family: georgia, serif;
	text-align : left;
	border-width : 1px;
	border-style : solid;
	background-color: #6D0D18;}