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

body {
margin:0px;
font-family:"Comic Sans MS";
font-size:12px;
font-weight:bold;
background:url(form/bg_1.jpg);
height:100%;
}

a:link {color:#a2a094; }
a:visited {color:#a2a094;}

h3 {
margin:0px;
font-size:25px;
}

#mainHolder {
	position:absolute;
	left:50%;
	width: 850px;
	margin-left:-425px;
}

#footer {
margin-top:-8px;
}

#footer a:link {color:#000000; text-decoration:none;}
#footer a:visited {color:#000000; text-decoration:none;}

#content {
position:absolute;
width:400px;
height:350px;
top:180px;
left:330px;
padding-right:15px;
overflow:auto;
}

#content_img
{ float:right;
width:110px;
margin-right:20px;
margin-bottom:10px;
margin-left:10px;
 }
 
 #content_img img { margin-bottom:10px;
 border:#a2a094 1px solid;
  }
 
 #content_text {
 font-size:14px;
 }

 #properties_table {
 font-size:10px;
 border:1px #a2a094 solid;
 border-top:none;
 border-right:none;
 }
 	#properties_table td {
	border:1px #a2a094 solid;
	border-left:none;
	border-bottom:none;}
	
	#properties_table A:link { color:#000000; }
	#properties_table A:visited { color:#000000; }
	#properties_table A:hover { text-decoration:blink; }

#title {
position:absolute;
width:400px;
height:40px;
top:132px;
left:330px;
padding-right:15px;
overflow:hidden;
}

#list_img
{ float:left;
margin-right:10px;
margin-bottom:10px;
border:#a2a094 1px solid;

overflow:hidden; }

#list_title {
font-size:20px;
font-weight:normal; }
	#list_title a:link { color:#000; text-decoration:none; }
	#list_title a:visited { color:#000; text-decoration:none; }
	#list_title a:hover { text-decoration:underline; }

#list_text {
font-size:12px;
}

#list{
clear:both;
margin-top:10px;
min-height:100px;
}


#backBtn {
position:absolute;
top:540px;
left:670px;
}
