/* CSS Document */

body {
	width: 900px;
	text-align: center;
	margin: auto;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222222;
	background-image: url(images/page-bg.png);
	background-repeat: repeat-x;
	background-color: #000000;
}
img {
	behavior:url(iepngfix.htc);
}
#wrapper {
	width: 900px;
	margin: auto 0;
	padding: 0;
}
#topnav {
	text-align: right;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}
#topnav a {
	margin: 5px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
#topnav a:hover {
	margin: 5px;
	color: #ffffff;
	text-decoration: underline;
	text-transform: uppercase;
}
#inner-wrapper {
	width: 900px;
	background-image: url(images/top-bg3.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 409px;
	text-align: left;
}
#logo {
	width: 530px;
	height: 109px;
	margin-left: 150px;
	float: left;
}
#scroller {
	background-image: url(images/scroller-bg.png);
	background-repeat: no-repeat;
	height: 293px;
	width: 277px;
	margin-left: 18px;
	float: left;
}
#more {
	text-align: center;
	position: relative bottom;
}
#flash {
	width: 360px;
	height: 281px;
	float: left;
}
#auctionlist {
	height: 109px; 
	width: 220px; 
	float: right;
}

/** IBEAM BOX **/
#ibeambox {
	width: 220px;
	height: 87px;
	float: right;
	padding-top: 75px;
}
#ibeamform p {
	margin: 0;
	padding: 5px 5px 0px 5px;
}
input.form {
	border: 1px solid #444444;
	padding: 0px;
	margin-bottom: 2px;
	font-size: 11x;
	color: #444444;
	background-color: #ffffff;
}
#ibeamsubmit {
	text-align: right;
	padding-right: 30px;
}

/** CONTENT AREA **/
#content {
	background-image: url(images/main-bg.png);
	background-repeat: repeat-y;
	background-position: right;
	text-align: left;
	padding-left: 0px;
}
#affiliations {
	width: 150px;
	height: 400px;
	float: left;
	text-align: center;
	padding-top: 20px;
}
#main {
	background-image: url(images/content-bg.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 20px;
	margin-left: 150px;
}
#main a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
#main a:hover {
	color: #c40000;
	font-weight: bold;
	text-decoration: underline;
}
h1 {
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	color: #C40000;
	margin: 0;
}
h2 {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #444444;
	margin: 0;
}
ul {
	type: square;
	padding: 0px 30px 0px 20px;
}
li {
	margin-bottom: 15px;
	font-size: 12px;
	font-weight: bold;
	color: #444444;
}
#main-bottom {
	background-image: url(images/main-bg-bottom.png);
	background-repeat: no-repeat;
	background-position: top right;
	height: 28px;
}

/** CONTACT **/
#contact {
	width: 400px;
	height: 192px;
	margin: auto;
}
#contact-left {
	background-image: url(images/contact-left.png);
	background-repeat: no-repeat;
	width: 37px;
	height: 192px;
	float: left;
}
#contact-middle {
	background-image: url(images/contact-middle.png);
	background-repeat: repeat-x;
	height: 192px;
	width: 325px;
	float: left;
	padding-top: 20px;
}
#contact-right {
	background-image: url(images/contact-right.png);
	background-repeat: no-repeat;
	width: 37px;
	height: 192px;
	float: left;
}

/** FOOTER **/
#footer {
	margin-top: 10px;
	color: #CCCCCC;
	font-size: 10px;
	text-align: right;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
.auctionName {
	font-size:12px;
	font-weight: bold;
	color:#c40000;
}