/* CSS Document */

body {
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #000000;
	background-color: #737633;
	text-align: left;
	padding: 0;
	margin:0;
}

h2 {
font-size:145%;
}

h3  {
font-size:105%;
text-transform:uppercase;
}

h4 {
font-size:90%;
}

ol li {
padding-bottom:7px;
}


#header {
text-align:center;
}


#wrapper {
margin:25px auto 0px auto;
width:930px;
}

 
#nav {

 }
 
#content {
	padding: 5px 15px 0px 15px;
	margin:0px auto;
	width:900px;
	float:left;
background-color:#f0f0f0;
}

#footer {
	width:930px;
font-size:90%;
color:#ccc;
background-color:#a8a852;
	padding: 3px 0px;
	text-align:center;
}


#credit {
width:920px;
margin:0px auto;
text-align:left;
font-size:75%;
color:#ccc;
padding-bottom:10px;
}

#sale {
border:2px double #990000;
width:60%;
margin:auto;
text-align:center;
padding:0px 5px 15px 5px;
}

/*navigation */

#content a, #content a:link {
color:#000;
text-decoration:underline;
}

#content a:visited {
color:#990000;
text-decoration:underline;
}

#content a:hover, #content a:active, #content a:focus {
color:#990000;
text-decoration:none;
}


#credit a, #credit a:link {
color:#ccc;
text-decoration:underline;
}

#credit a:visited {
color:#990000;
text-decoration:underline;
}

#credit a:hover, #credit a:active, #credit a:focus {
color:#990000;
text-decoration:none;
}

/*classes*/

.bold {
font-weight:bold;
}

.border {
border-right: 1px solid #666;
}

.colbottom {
margin-bottom:0 !important
}

.clear {
clear:both;
}

.italic {
font-style:italic;
}

.indent {
text-indent:10px;
}

.large {
font-family:"Trebuchet MS", Tahoma, sans-serif;
font-size:250%;
font-weight:bold;
}

.large150 {
font-size:150%;
}

.red {
color:#990000;
}

.small {
font-size:80%;
}

.white {
color:#fff;
}

