body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #CCCCCC;
	margin-top: 2px;
	text-align: left;
}
body {
	background-image: url(../images/bg_plain.gif);
	background-repeat: repeat;
}
h1 {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#c2a897;
	font-weight: bold;
}

h2 {
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
a:link {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DFDFDF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #CCCC99;
}
.style1 {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color:#000000;
	line-height: normal;
	text-align: left;
	padding: 10px;
	clip: rect(auto,auto,auto,auto);
}
/*layouts*/
#wrapper{
width:100%;
height:770px;
overflow:hidden;

}
#content_outer{
	background-image:url(../images/bg.gif);
	background-repeat:repeat;
	width:100%;
	height:100%;
	text-align:center;
	z-index:2;
	position:relative
	}
#content_wrapper{
	width:860; 
	float:left; 
	position:relative
}	
#details_outer{
	width:860; 
	height:600;
	float:left; 
	position:absolute;
	z-index:1;

}

