body,table,tr,td {
	margin: 0;
	background-position: top right;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	color : #ffffff;
	font-size: 11px;
	background-color: #693D42;
	line-height : 12px;
	font-family: georgia, serif;}

#header { 
	border-width : 0;
	padding : 0px;
	margin-right : 20px;
	position : absolute;
	top : 0px;
	right : 0px;
	width : 451px;
	height : 389px;
	z-index : 1;}


#content { 
	border-right : #ffffff 1px solid;
	border-left : #ffffff 1px solid;
	border-bottom : #ffffff 1px solid;
	position:absolute; 
	margin-right : 20px;
	top:389px;  
	right : 0px;
	width: 451px;
	padding : 0;
	height : auto;
	text-align : justify;
}


A:link {color: #FFFFCC; text-decoration: none; font-weight: bold;}        
A:visited {color: #FFFFCC; text-decoration: none; font-weight: bold;}      
A:active {color: #FFFFCC; text-decoration: none; font-weight: bold;}        
A:hover { color:#ffffff; text-decoration: none; font-weight: none;} 


input , textarea, select  {
	color : #ffffff;
	font-size : 11px;
	font-weight : normal;
	text-decoration : none;
	font-family: georgia, serif;
	text-align : left;
	border-width : 1px;
	border-style : solid;
	background-color: #693D42;}