* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
}
#wrap {
    width: 960px;
	margin: auto;
}
#header {
    height: 88px;	
}
.logo {
	float: left;
	width: 280px;
	height: 88px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}
.headr {
	float: right;
	width: 680px;
	height: 76px;
	line-height: 30px;
	padding-top: 12px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
}
.headr a {
    color: #ff6600;
	text-decoration: underline;
}
.nav {
	width: 960px;
	height: 42px;
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
}
.nav h1 {
    float: left;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	text-decoration: none;
	line-height: 42px;
	padding-left: 20px;
}
.navr {
	float: right;
	width: 325px;
	height: 42px;
	background-image: url(../images/auction-number.png);
	background-repeat: no-repeat;
	margin-right: 10px;
}
.slogan {
    width: 960px;
	line-height: 42px;
	color: #003265;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
#content {
    width: 960px;
	margin-bottom: 10px;
}
.left {
    width: 180px;
	float: left;
	margin-right: 10px;
}
.sidelimg {
	width: 180px;
	height: 291px;
	background-image: url(../images/sidebar-image-left.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
}
.center {
    width: 484px;
	float: left;
}
.center h2 {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	color: #003265;
	padding-top: 10px;
	padding-bottom: 10px;
}
.center p {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #000;	
}
.center ul {
	list-style-type: none; 
	width: 484px;
	margin: auto;
}
.center li {
	display: inline-table;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 200px;
	padding: 4px;
}
.center li.lihead {
    width: 464px;
    background-color: #ff6600;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px #b1dafb solid;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 30px;
}
.center li.linav {
    background-color: #edf7ff;
	color: #000;
	margin-top: 1px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px #b1dafb solid;
	padding-top: 6px;
	padding-bottom: 6px;
}
.center li.linav a {
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: left center; 
	color: #000;
	text-decoration: none;
	padding-left: 12px;
}
.center li.linav a:hover {
    color: #003265;
}
.right {
    width: 256px;
	margin-left: 10px;
	float: right;
}
.rbutton01 {
	width: 256px;
	height: 101px;
	background-image: url(../images/right-01.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.rbutton02 {
	width: 256px;
	height: 101px;
	background-image: url(../images/right-02.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.rbutton03 {
	width: 256px;
	height: 101px;
	background-image: url(../images/right-03.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.rbutton04 {
	width: 256px;
	height: 101px;
	background-image: url(../images/right-04.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.rbutton05 {
	width: 256px;
	height: 101px;
	background-image: url(../images/right-05.gif);
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
#footer {
	width: 960px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	text-align: center;
	margin-top: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}