body {
background-color: #000000;
background-image:url(/files/408.jpg);
background-repeat: no-repeat;
background-position: top center;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 20px;
}
#wrapper {
width: 1000px;
margin: 0 auto;
}
#nav {
width: 1000px;
height: 125px;
}
#content {
width: 874px;
overflow: hidden;
padding-left: 63px;
padding-right: 63px;
}
body, td, div {
font-family: Georgia, Times New Roman, Times, serif;
color: #FFFFFF;
font-size: 11px;
line-height: 1.8em;
text-shadow: #000 0px 0px 10px;

}
select{
font-size: 11px;
font-family: Georgia, Times New Roman, Times, serif;
color: #000;
}
.title{
font-size: 13px;
font-weight: bold;
}
.large{
font-size: 12px;
}
a:link, a:visited, a:active{
color: #FFF;
}
a:hover{
text-decoration: none;
}
.listlines{
height: 26px;
}
#left{
float: left;
width: 410px;
}
#right{
float: right;
width: 410px;
}
#posses{
	padding: 0;
	margin: 0;
	list-style: none;
	width: 874px;
}
#posses li{
	width: 415px;
	float: left;
	margin-right: 22px;
	margin-bottom: 30px;
}
#posses div{
	line-height: 1.6em;
}
.posses_titles{
	color: #d1c6a5;
	font-size: 12px;
}
.posses_buttons{
	font-size: 12px;
	font-weight: bold;
}
.posses_buttons a{
	text-decoration: none;
}
.posses_buttons a:hover{
	text-decoration: underline;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both
}
.clearleft{
	clear: left;
}
form{
	display: inline;
}