html {min-width:850px;
	overflow-y: scroll;
}

* {
margin: 0;
padding: 0;
}

body {
	font: 14px "Times New Roman", Times, serif;
	color: #663300;
	background-image: url(images/bg_gradient.jpg);
	background-repeat: repeat-x;
}

#wrapper {
background: #F2F4DE;
margin-left:auto;
margin-right:auto;
}

#content {
padding: 14px 18px;
}

h1 {
margin: 0 0 9px;
font-size: 16px;
font-weight: bold;
}

h2 {
margin: 12px 0;
font-size: 14px;
font-weight: bold;
}

p {
margin: 12px 0;
line-height: 20px;
}

ul {
margin: 12px 0;
}

li {
margin: 12px 18px;
line-height: 20px;
}

li.tight {
margin: 0 18px;
}

ul.linklist
{
list-style-type: none;
margin: 0;
padding: 0;
}

li.html
{
background-image: url(images/html.gif);
background-repeat: no-repeat;
background-position: 0 1px;
margin: 0;
padding: 0 12px 12px 24px;
}

li.pdf
{
background-image: url(images/pdf.gif);
background-repeat: no-repeat;
background-position: 0 1px;
margin: 0;
padding: 0 12px 12px 24px;
}

li.word
{
background-image: url(images/word.gif);
background-repeat: no-repeat;
background-position: 0 1px;
margin: 0;
padding: 0 12px 12px 24px;
}

li.excel
{
background-image: url(images/excel.gif);
background-repeat: no-repeat;
background-position: 0 1px;
margin: 0;
padding: 0 12px 12px 24px;
}

a {
color: #858C16;
text-decoration: underline;
}

a:hover {
color: #012E65;
text-decoration: underline;
}

ul.linklist a {
color: #858C16;
text-decoration: none;
}

ul.linklist a:hover {
color: #012E65;
text-decoration: underline;
}

.copyright {
	margin-top: 24px;
	margin-bottom: 24px;
	font-family: arial;
	font-size: 11px;
	color: #3E4954;
}

.copyright a{
	color: #3E4954;
}

.copyright a:hover{
	color: black;
}

.floatleft {
	margin-left: 6px;
	margin-right: 18px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
}

.floatright {
	margin-left: 18px;
	margin-right: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: right;
}

#auction_button {
	background-image: url(images/auction_button.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 55px;
	width: 400px;
	padding-top: 100px;
}

/* Localized */

.homepagetext {
	text-align: center;
	font-size: 1.8em;
	line-height: 1.75em;
	font-family: "Monotype Corsiva", serif;
	}
	
.headline01_left {
margin: 0 0 9px;
font-size: 20px;
font-weight: bold;
}
.headline01_center {
margin: 0 0 9px;
font-size: 20px;
font-weight: bold;
text-align:center;
}
.headline02_left {
margin: 0 0 9px;
font-size: 22px;
font-weight: bold;
}
.headline02_center {
margin: 0 0 9px;
font-size: 22px;
font-weight: bold;
text-align:center;
}
.headline03_left {
margin: 0 0 9px;
font-size: 24px;
font-weight: bold;
}
.headline03_center {
margin: 0 0 9px;
font-size: 24px;
font-weight: bold;
text-align:center;
}

