body {
	font:12px Arial, helvetica, sans-serif;
	background: #071404 url("images/osaa-background.jpg") repeat-x;
	margin:0px;
	color:#333;
}

#theWrap {
	width:950px;
	margin:0 auto;
	position:relative;
}
a:link, a:visited, a:active {
	color:#609C25;
}
a:hover {
	color:#FF0000;
}

/* header css */
#header {
	width: 950px;
	height: 258px;
}
/* menu stuff */
#topnavlinks {
	font-size:12px;
	font-weight:bold;
	text-align: right;
	color: #071404;
	margin-right: 70px;
	padding-bottom: 5px;
}
#topnavlinks a:link, #topnavlinks a:active {
	color: #071404;
	text-decoration: none;

}
#topnavlinks a:hover {
	color: #071404;
	text-decoration: underline;
}
#auction-categories {
	width: 950px;
	height: 87px;
	padding: 5px 0px 5px 0px;
}
#auction-categories a img {
	padding: 5px;
}
/* main 3 column */
#rightColWrap {
	width:185px;
	float:right;
}
#main3ColWrap {
	width:765px;
	float:left;
}
#main2ColWrap {
	width:945px;
	float:left;
}
#leftColWrap {
	width:200px;
	float:left;
}
#mainColWrap {
	width:550px;
	background:#ffffff url(images/main_back.gif) no-repeat;
	float:left;
}
#mainColWrapLC {
	width:735px;
	background:#ffffff url(images/main_back_wide.gif) no-repeat;
	float:left;
}
#mainColWrapNC {
	width:810px;
	background:#cedcc4 url(images/mainBgNC.jpg) no-repeat;
	float:left;
}
#mainColInner {
	min-height:400px;
	padding:15px 17px 0 17px;
}

#centercolumn-bottom {
	width: 550px;
	height: 18px;
	background:url(images/center_bottom.gif) no-repeat;
}
*html #mainColInner {
	height:400px;
}
#mainColMember {
	padding:12px 17px 0 17px;
}
/* events box */
#eventsBoxWrap {
	background:url(images/eventsBoxBg.png) no-repeat;
}
#eventsBoxInner {
	padding:35px 15px 0 15px;
}

/* menu */
#menu-middle {
	background:url(images/menu_back.gif) no-repeat;
	min-height:235px;
}

/* events box */
#eventsBoxWrap {
	background:url(images/eventsBoxBg.png) no-repeat;
}
#eventsBoxInner {
	padding:35px 15px 0 15px;
}
/* news box stuff */
#newsMiddle	{
	background: url('images/menu_back.gif') no-repeat;
	width: 185px;
}
#newsInner {
	padding:0 14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}
#newsInner a {
	color:#264a0d;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
}
#newsInner a:hover {
	text-decoration:underline;
}
.newsDate {
	font-size:11px;
	color:#333;
}
.newsTitle {
	color:#264a0d;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
.newsTitle1 {
	color:#264a0d;
	font-weight:bold;
	font-size:14px;
	text-transform:uppercase;
}
.newsText {
	font-size: 11px;
	color:#333333;
}
.newsText1 {
	font-size: 12px;
	color:#333333;
}
.searchrow {
	font-size:10px;
	color:#000000;
}
a.moreNewsLink:link, a.moreNewsLink:visited, a.moreNewsLink:active {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	text-decoration:none;
	text-align:center;
}
a.moreNewsLink:hover {
	color:#264a0d;
	text-decoration:underline;
}
/* auction tips */
#tips-middle {
	background: url('images/news_middle.gif') no-repeat;
	width: 185px;
}

.subLink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:24px;
	color:#264a0d;
}
.subLink a {
	color:#264a0d;
	text-decoration:none;
}
.subLink a:hover {
	text-decoration:underline;
}

/* footer */
#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	clear: both;
	color: #ffffff;
	padding: 10px;
}
#footer a {
	color: #bff163;
	text-decoration: none;
}
#footer a:hover {
	color: #bff163;
	text-decoration: underline;
}
/* other stuff */

h1 {
	margin:0;
	padding:10px 0 20px 24px;
	font-size:21px;
	color:#264a0d;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	color: #264a0d;
	text-align: left;
	font-size: 14px;
}

h3 {
	color: #264a0d;
	font-size: 14px;
	text-align:left;

}
h4 {
	color: #333333;
	font-style:italic;
	font-size: 12px;
	text-align:center;
	border-bottom: 1px solid #666;
}
h6 {
	margin:0;
	padding:20px 0 0px 20px;
	font-size:26px;
	color:#264a0d;
}
.boxborder1 {
	border:thin solid #333333;
	border-width:1px;
	padding:10px;
	margin:10px;
	text-align:center;
}
.boxborder2 {
	border:thin solid #333333;
	border-width:1px;
	padding:5px;
	text-align:center;
}
.boxtext1	{
	color: #996600;
	font-size: 14px;
	font-weight:bold;
	text-align:center;
}
.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
}
.small {font-size: 9px;
	font-style: italic;
}