html, body, ul, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	color: #DBDBDB;
	list-style: none;
}
h1 img {
	display: block;
}
img {
	border: 0px;
}
p {
	margin: 0.5em 0px;
}
a {
	color: #DBDBDB;
	text-decoration: none;
}
a:hover {
	color: #eee;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
body {
	background: #580000;
	font: 11px arial, sans-serif;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: -8px 0px url(images/header_bg.jpg) repeat-x;
	height: 284px;
}
#header h1 {
	background: 0px 0px url(images/header_left.jpg) no-repeat;
	height: 184px;
	width: 282px;
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 1;
}
#header h1 em {
	display: block;
	padding: 23px 0 0 70px;
	margin: 0;
	font-weight: normal;
	font-size: 28px;
	font-family: "Times new roman", serif;
}
#header h1 strong {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 90px;
	font-weight: normal;
	font-size: 15px;
	font-family: verdana, arial, sans-serif;
}

#uppers {
	position: absolute;
	top: 17px;
	left: 270px;
	padding-left: 25px;
	z-index: 15;
}
#nav-top {
	position: absolute;
	text-align: right;
	top: 10px;
	left: 330px;
	width: 300px;
}
#nav-top li {
	display: inline;
}

#nav {
	background: top left url(images/nav_left.gif) no-repeat;
	position: absolute;
	top: 66px;
	left: 270px;
	width: 580px;
	text-align: center;
	z-index: 15;
}
#nav div {
	background: top right url(images/nav_right.gif) no-repeat;
	padding: 0 10px;
}
#nav ul {
	background: top left url(images/nav_bg.gif) repeat-x;
	padding: 10px 0 10px 0px;
}
#nav li {
	display: inline;
}
#nav a {
	font-weight: normal;
}

#left-bar {
	position: absolute;
	top: 184px;
	left: 0px;
	width: 282px;
	height: 575px;
	text-align:center;
}
#FixedImg /* Give this rule to the world */ 
{ 
 POSITION: fixed; 
 TOP: 150px; 
 LEFT: 10px; 
} 
* html #FixedImg /* Override above rule for IE */ 
{ 
 POSITION: absolute; 
 TOP: expression(offsetParent.scrollTop + 100); 
 LEFT: expression(offsetParent.scrollLeft + 10); 
} 
#FixedImg2 /* Give this rule to the world */ 
{ 
 POSITION: fixed; 
 TOP: 150px; 
 LEFT: 150px; 
} 
* html #FixedImg2 /* Override above rule for IE */ 
{ 
 POSITION: absolute; 
 TOP: expression(offsetParent.scrollTop + 100); 
 LEFT: expression(offsetParent.scrollLeft + 150); 
} 

#FixedImg3 /* Give this rule to the world */ 
{ 
 POSITION: fixed; 
 TOP: 150px; 
 LEFT: 50px; 
} 
* html #FixedImg3 /* Override above rule for IE */ 
{ 
 POSITION: absolute; 
 TOP: expression(offsetParent.scrollTop + 150); 
 LEFT: expression(offsetParent.scrollLeft + 50); 
} 

#FixedImg4 /* Give this rule to the world */ 
{ 
 POSITION: fixed; 
 TOP: 310;
 LEFT: 25px; 
} 
* html #FixedImg4 /* Override above rule for IE */ 
{ 
 POSITION: absolute; 
 TOP: expression(offsetParent.scrollTop + 310); 
 LEFT: expression(offsetParent.scrollLeft + 25); 
} 

#FixedImg5 /* Give this rule to the world */ 
{ 
 POSITION: fixed; 
 TOP: 400px; 
 LEFT: 15px; 
} 
* html #FixedImg5 /* Override above rule for IE */ 
{ 
 POSITION: absolute; 
 TOP: expression(offsetParent.scrollTop + 400); 
 LEFT: expression(offsetParent.scrollLeft + 15); 
} 

#FixedImg6 /* Give this rule to the world */ 
{ 
 POSITION: fixed; 
 TOP: 100px; 
 LEFT: 25px; 
} 
* html #FixedImg6 /* Override above rule for IE */ 
{ 
 POSITION: absolute; 
 TOP: expression(offsetParent.scrollTop + 100); 
 LEFT: expression(offsetParent.scrollLeft + 25); 
} 

#FixedImg7 /* Give this rule to the world */ 
{ 
 POSITION: fixed; 
 TOP: 355px; 
 LEFT: 25px; 
} 
* html #FixedImg7 /* Override above rule for IE */ 
{ 
 POSITION: absolute; 
 TOP: expression(offsetParent.scrollTop + 355); 
 LEFT: expression(offsetParent.scrollLeft + 25); 
} 

#FixedImg8 /* Give this rule to the world */ 
{ 
 POSITION: fixed; 
 TOP: 410px; 
 LEFT: 70px; 
} 
* html #FixedImg8 /* Override above rule for IE */ 
{ 
 POSITION: absolute; 
 TOP: expression(offsetParent.scrollTop + 410); 
 LEFT: expression(offsetParent.scrollLeft + 70); 
} 

#FixedImg9 /* Give this rule to the world */ 
{ 
 POSITION: fixed; 
 TOP: 100px; 
 LEFT: 50px; 
} 
* html #FixedImg9 /* Override above rule for IE */ 
{ 
 POSITION: absolute; 
 TOP: expression(offsetParent.scrollTop + 100); 
 LEFT: expression(offsetParent.scrollLeft + 50); 
} 

#FixedImg10 /* Give this rule to the world */ 
{ 
 POSITION: fixed; 
 TOP: 270px; 
 LEFT: 25px; 
} 
* html #FixedImg10 /* Override above rule for IE */ 
{ 
 POSITION: absolute; 
 TOP: expression(offsetParent.scrollTop + 270); 
 LEFT: expression(offsetParent.scrollLeft + 25); 
} 

#body {
	position: relative;
	z-index: 10;
	margin-left: 320px;
	padding-top: 130px;
	width: 500px;
}

#body h2 {
	font-weight: normal;
	font-size: 15px;
}
#body h2 em {
	font-size: 25px;
	font-family: serif;
}

#black-tl { width: 100%; background: black top left url(images/black_tl.gif) no-repeat; }
#black-tr { width: 100%; background: top right url(images/black_tr.gif) no-repeat; }
#black-bl { width: 100%; background: bottom left url(images/black_bl.gif) no-repeat; }
#black-br { width: 100%; background: bottom right url(images/black_br.gif) no-repeat; }

#black-tl {
	margin-left: 300px;
	margin-top: 10px;
	width: 540px;
	position: relative;
}
#black-bl {
	padding: 20px 20px 10px 20px;
	position: relative;
}

.black-box {
	float: left;
	width: 126px;
	margin-right: 20px;
	margin-left: 20px;
}
.black-box h2 {
	font-size: 13px;
	font-weight: normal;
}
.black-box h2 em {
	font-size: 22px;
	font-family: serif;
}

.black-box-wide {
	float: left;
	width: 460px;
	padding-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	text-align:justify;
}
.black-box-wide h2 {
	font-size: 13px;
	font-weight: normal;
}
.black-box-wide h2 em {
	font-size: 22px;
	font-family: serif;
}

.black-box-wide2 {
	float: left;
	width: 460px;
	padding-top: 10px;
	margin-right: 20px;
	margin-left: 20px;
	text-align:justify;
}
.black-box-wide2 h2 {
	font-size: 13px;
	font-weight: normal;
}
.black-box-wide2 h2 em {
	font-size: 22px;
	font-family: serif;
}

.black-box-middle {
	width: 200px;
	margin-right: 20px;
	margin-left: 186px;
}
.black-box-middle h2 {
	font-size: 13px;
	font-weight: normal;
}
.black-box-middle h2 em {
	font-size: 22px;
	font-family: serif;
}
.black-box .more {
	color: red;
}
.black-box img {
	border:0;
}

#footer {
	margin-left: 320px;
	margin-top: 10px;
	width: 550px;
}

#footer h2 {
	font-size: 13px;
	font-weight: normal;
}
#footer h2 em {
	font-size: 22px;
	font-family: serif;
}
#tips {
	float: left;
	width: 233px;
}
#choose {
	float: left;
	width: 200px;
	margin-left: 50px;
}

#copyright {
	text-align:center;
}
#s {
	position: relative;
	top: 0.4em;
}
#submit {
	position: relative;
	top: 0.2em;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:3px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#000;
}
textarea {
	width:400px;
	padding:4px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#000;
}
input.button { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #EAEAEA;
	padding: 2px 3px; 
	background: #CCC url(images/buttonbg.gif) repeat-x left bottom; 
	color: #000;
}

.posterror {	
	padding: 5px; margin: 15px;
	text-align:center;
	width:80%;
	border: 1px solid #500001;
	background: #720002;
	font-weight:bold;
}

.postack {	
	padding: 5px; margin: 15px;
	text-align:center;
	width:80%;
	border: 1px solid #996666;
	background: #DBDBDB;
	color:#000;
	font-weight:bold;
}

.source {	
	text-align:right;
	font-size:smaller;
}

.classifiedTitle {
	font-style:italic;
	font-size: 120%;
	font-family: serif;
}

.classifiedAdTitle {
	font-style:italic;
	font-size: 120%;
	font-family: serif;
	color:red;
}
