* {
	margin:0px;
	padding:0px;
}

body {
	background:#ffffff url('images/background.jpg') repeat-x;
}


#header {
	background: url('images/header.jpg') 225px 0px no-repeat;
	height:128px;
	width:885px;
	margin: 0 auto;
}


#container {
	width:850px;
	margin:0 auto;
	position:relative;
}

#main {
	min-height:400px;
}

#header {

}

.logo {
	float:left;
	position:absolute;
	margin-top:15px;
	margin-left:0px;
	display:inline;
}

#header ul {
	list-style:none;
	float:right;
	margin:0px;
	position:relative;
	top:100px;
	right:80px;
}

#header ul li {
	display:inline;
	float:left;
	padding:2px 0px 2px 10px;
	margin:0px 5px 0px 0px;
}

#header ul li a {
	font-family:verdana;
	font-size:12px;
	padding:5px 10px 5px 0px;
	font-weight:bold;
	text-decoration:none;
	color:#1c2d7d;
}

#header ul li:hover, #header ul li.current {
	background:url('images/leftTab.gif') 0px -24px no-repeat;
}

#header ul li:hover a, #header ul li.current a {
	background:url('images/rightTab.gif') right -24px  no-repeat;
}

#leftSide {
	float:left;
	width:400px;
}

#leftSide h1 {
	font-family:arial;
	font-size:22px;
	font-weight:bold;
	margin:15px 0px;
	color:#37488e;
}

#leftSide p {
	font-family:verdana;
	font-size:12px;
	line-height:18px;
	color:#333333;
	margin:10px 0px;
}

#leftNav {
	width:200px;
	margin-top:20px;
	list-style:none;
	background:#1a2a78;
}

#leftNav li {
	display:inline;
	width:200px;
	padding:4px 0px;
}

#leftNav li a {
	font-family:verdana;
	color:#ffffff;
	padding:6px 10px;
	display:block;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #ffffff;
}

#leftNav li.current a {
	background:#000066;
}

#leftNav li.auctions {
	font-family:verdana;
	color:#ffffff;
	width:190px;
	padding:7px 0px 7px 10px;
	display:block;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	background:#3554a2;
	border-bottom:1px solid #ffffff;
}

.floatRight {
	position:relative;
	width:500px;
	margin-top:20px;
	margin-bottom:20px;
	background:#ffffff;
	border:1px solid #9ec4db;
	padding:20px;
	font-family:verdana;
	font-size:12px;
	color:#525252;
	line-height:18px;
}

.floatRight p {
	font-family:verdana;
	font-size:12px;
	color:#525252;
	margin:10px 0px;
}

.floatRight h3 {
	font-family:Verdana;
	font-size:16px;
	font-weight:bold;
	color:#1a2a78;
	clear:both;
}

.floatRight h4 {
	float:left;
	font-size:12px;
}

.floatRight h5 {
	float:right;
	color:#ff0000;
	font-size:12px;
}


.floatRight h4.logout {
	font-size;11px;
	float:right;
}

#formRegister {
	background:url('images/registerForm.gif') no-repeat;
	width:377px;
	height:340px;
	position:relative;
	top:30px;
	float:right;
	margin-right:39px;
	display:inline;
}

#rightSide {
	float:right;
	width:50%;
}

#formClick {
	background:url('images/formClick.gif') no-repeat;
	position:absolute;
	right:-20px;
	_right:20px;
	top:186px;
	width:59px;
	height:60px;
}

#formRegister table {
	position:relative;
	top:60px;
	left:30px;
}

#formRegister table tr td {
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#333333;
	padding:5px;
}

#formRegister input {
	padding:2px;
	border:1px solid #3c7395;
	font-size:13px;
}

#footer {
	clear:both;
	background:url('images/footer.jpg') no-repeat;
	margin:0 auto;
	position:relative;
	width:760px;
}

#footer p {
	font-size:12px;
	color:#525252;
	padding:15px 0px;
	font-family:verdana;
	text-align:center;
	height:72px;
}

.auctionsT {
	border-right:3px solid #f0f0f0;
	border-bottom:3px solid #f0f0f0;
}

.auctionsT td{
	padding:10px;
	border-left:3px solid #f0f0f0;
	border-top:3px solid #f0f0f0;
}
