
* {
   padding:0;
   margin:0;
}

html, body {
	height: 100%;
}

body {
	text-align: left;
	margin:0 auto;
	padding:0;
	color:#000;
	font-style:normal; 
	font-variant:normal;
	font-weight:normal;
	font-size:10px;
	font-family:Verdana, Tahoma, Arial, sans-serif;
	background:#8AAEF0;
}

#page {
	width:810px;
	margin:0 auto;
}

#header {
	width:810px;
	height:120px;
	margin: 0 auto;
	background: url('images/header-blue.gif') no-repeat;
	padding:0px;

}


#lates {
	position: absolute;
	border: medium double rgb(255,0,0);
	top: 100px;
	left: 200px;
	font-weight: bold;
	font-size: 130%;
	height: 500px;
	width: 300px;
	padding: 5px;
	margin: 5px;
	color: white;
	visibility: visible;
	z-index: 0;
	background-color: black; 
	text-align:center; 
	word-spacing:0; 
	line-height:150%; 
}

#latestbid {
	float: right;
	border: medium double rgb(255,0,0);
	font-weight: bold;
	font-size: 130%;
	height: 40px;
	width: 120px;
	padding: 5px;
	margin: 5px;
	color: white;
	visibility: hidden;
	z-index: 0;
	background-color: black; 
	text-align:center; 
	word-spacing:0; 
	line-height:150%; 
}

#content {
	padding:5px 20px 0 20px;
	background:url('images/content_bg2.gif') repeat-y;
	background-color: white;
	height: 100%;
}

/**************************** menu ****************************/

#nav_top {
	background:url('images/nav-top3.gif') no-repeat;
	width:225px;
	height:28px;
}

#nav_btm {
	background:url('images/nav-btm4.gif') no-repeat;
	width:225px;
	height:27px;
}

#menu {
	float:left;
	width: 225px;
	background:url('images/nav_mid3.gif') repeat-y;
	color: #0;
}

#menu ul {
	list-style:none;
	width:218px;
	font-size:12px;
	padding:0 0 0 3px;
}	

#menu li {
	list-style-type: none;
	background:transparent url('images/bullet.gif') no-repeat 12px 6px;
	margin-bottom:4px;
	border-bottom:1px solid #c8e5c7;
	padding:0;
}

#menu li:hover {
	background:#c8e5c7;
	margin-bottom:4px;
}


/**************************** content ****************************/


#info {
	float:right;
	/* background:url('images/content_mid.gif') repeat-y; */
	width:533px;
}

.post_top {
	background:url('images/content_top3.gif') no-repeat;
	width:533px;
	height:31px;
}

.post_btm {
	background:url('images/content_btm3.gif') no-repeat;
	width:533px;
	height:31px;
}

.post {
	padding:5px 15px 15px 25px;
	font-size: 12pt;
	color: #ffffff;
	background:url('images/content_mid3.gif');
}

.post2 {
	padding:5px 15px 15px 25px;
	font-size: 10pt;
	color: #ffffff;
	background-color: blue; 
}

img {
	border:1px solid #fff;
	padding:5px;
	margin:3px;

}

a{
	color:#000000;
	text-decoration:none;
}

a:hover{
	color:#ff0000;
	text-decoration:none;
}

h1{
	color:#fff;
	font-weight: bold;
	font-size:28px;
	padding: 40px 0 10px 40px;
}

h2 a{
	position:absolute;
	top:32px;
	color:#666;
	font-size:11px;
	margin:0 0 0 575px;
	text-decoration:none;
}

h2 a:hover{
	color:#999;
}

h3{
	color:#000;
	font-size:12px;
	font-weight:bold;
	padding: 5px 0 5px 10px
}

h4{
	color:#fff;
	font-size:20px;
	font-weight:normal;
}

h5{
	color:#8d8d8d;
	font-size:10px;
	font-weight:normal;
	padding:5px;
}

h3 img{
	float:left;
}

/**************************** lists ****************************/

ul {
	list-style:none;
	padding:0 0 0 3px;
}	

li {
	list-style-type: none;
	background:transparent url('images/bullet.gif') no-repeat 12px 6px;
	padding: 0 0 0 20px;
	color: black;
}

#menu a {
	display:block;
	padding:0 0 0 20px;
	text-decoration: none;
	background:f0f6df;
}	
	
#menu a:hover {
	display:block;
	padding:0 0 0 20px;
	text-decoration: none;
	background:fff;
}	


/**************************** footer ****************************/

#footer{
	text-align:center;
	padding:40px;
	background:url('images/bottom2.gif') no-repeat; 
	background-color: #8AAEF0;
	height:42px;
}
.p1          { font-style: italic }