@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(grafx/greyback.jpg);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#wrap {
width:1000px;
margin:0;
padding:0;
}
#header {
	background-image: url(grafx/header.jpg);
	background-repeat: no-repeat;
	height: 78px;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#content {
	background-image: url(grafx/contentback.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	float: left;
	width: 670px;
	padding-top: 35px;
}
#content h1 {
	padding-left: 75px;
	color: #600;
}
#content h2 {
	padding-left:80px;
	color: #600;
	font-size:16px;
}
#content h3 {
	padding-left: 80px;
}

#content p {
	padding-left: 85px;
	color: #330000;
}
#col-right {
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(grafx/colrightback.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 330px;
	color: #FFCC33;
}
#col-right p {
	padding-right: 95px;
	padding-left: 35px;
}
#colrightbtm {
	background-image: url(grafx/colrightbottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 159px;
	width: 100%;
}
.clearit {
	width:100%;
	clear:both;
}
#footer {
	width: 900px;
	padding-bottom: 10px;
}
#footer #foot-top {
	background-color: #660000;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 25px;
	color: #CC3300;
}
a {
	color: #CC6600;
	text-decoration: none;
}

/*for full page*/
html, body {
	height:100%;
}
#makeitfull {
	min-height:100%;
	height:auto !important;
	height:100%;
	margin:0 auto -30px;
	background-image: url(grafx/wraprose.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer, .push {
	height:30px;
}
#navcontainer {
	width: 230px;
}

#navcontainer ul
{
margin-left: 31px;
padding-left: 0;
list-style-type: none;
border-top:solid 1px #600;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 195px;
	border-bottom: 1px solid #600;
}

#navcontainer a:link, #navlist a:visited
{
color: #fc3;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #fc3;
color: #600;
}
#content a {
	color: #FFCC00;
}
.results {
	padding-left:80px;
	text-align: left;
	}
