html { 
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-image: url(newimages/backgroundrv.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	background-color: #efebf9;
	font-family: Verdana, Helvetica, Tahoma, sans-serif;
	font-size: .75em;
	color: #333;
	height: 100%;
}

p {
	margin: 15px auto;
	line-height: 1.4em;
}

h1 {
	font-size: 300%;
	font-weight: normal;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #eba242;
	width: 100%;
	margin: 15px 1px 0 1px;
	padding: 0;
}

h2 {
	font-size: 150%;
	font-weight: normal;
	color: #eba242;
	margin: 25px auto 0 auto;
	padding: 0;
}

h2.second {
	color: #c16ffa;
}

h3 {
	font-size: 150%;
	color: #eba242;
	font-weight: normal;
	font-family: Georgia, Times, "Times New Roman", serif;
	margin: 25px auto 0 auto;
	padding: 0;
}

h4 { 
	font-size: 140%;
	color: #ff0000;
	font-weight: bold;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

h4.blue {
	font-size: 115%;
	color: #333;
	margin-bottom: 15px;
	text-align: center;
}

a:link, a:visited {
	color: #971aee;
	text-decoration: none;
	border-bottom: solid 1px #971aee;
}

a:hover {
	color: #eba242;
	border-bottom: solid 1px #eba242;
}


ul {
	margin-left: 175px;
}

li {
	margin-bottom: 10px;
}

hr {
	border: none;
	background-color: transparent;
	background-image: url(newimages/sep.jpg);
	background-repeat: repeat-x;
	background-position: center left;
	display: block;
	width: 728px;
	height: 5px;
	clear: both;
	margin: 10px auto 20px auto;
}

#wrapper {
	width: 903px;
	margin: 0 auto;
	background-image: url(newimages/mainbg.png);
	background-repeat: repeat-y;
	background-position: top;
	background-attachment: scroll;
	min-height: 100%;
}


#main {
	width: 100%;
	min-height: 600px;
	margin: 0;
	padding: 0;
}



#content {
	margin: 0 auto;
	padding: 5px 10px;
	background-image: none;
	width: 728px;
}

#footer { 
	margin: 20px;
	font-size: 90%;
}

#footer p {
	text-align: center;
	color: #666;
	line-height: 1.2em;
	margin: 5px;
}


/* classes */

.center {
	text-align: center;
	padding: 5px;
}

.clear {
	width: 100%;
	height: 2px;
	clear: both;
}

.right-col {
	height: 600px;
	width: 160px;
	float: right;
	display: block;
	border: none;
	margin: 0 0 15px 20px;
}

.right-col-sm {
	height: 300px;
	width: 160px;
	float: right;
	display: block;
	border: none;
	margin: 0 0 15px 20px;
}

.right-col-threefifty {
	height: 250px;
	width: 300px;
	float: right;
	display: block;
	margin: 15px 0 15px 20px;
}

.left-col {
	height: 300px;
	width: 160px;
	float: left;
	display: block;
	margin: 0 25px 15px 0;
}

.left-col-threefifty {
	height: 250px;
	width: 300px;
	float: left;
	display: block;
	margin: 15px 30px 15px 0px;
}

.optin {
	height: 250px;
	width: 300px;
	margin-top: 5px;
	padding: 0;
}


.three-col {
	width: 20%;
	float: left;
	font-weight: bold;
	margin: 15px 5px;
	padding: 15px auto;
}

.five-col {
	width: 95px;
	float: left;
	font-weight: bold;
	margin: 15px 5px;
	padding: 5px auto;
}


.three-col li, .five-col li {
	padding: 0;
}

.ad a {
	border: none;
}

.database {
	background-color: #a6d4f6;
	font-weight: bold;
	margin: 0;
}

.attn {
	font-size: 115%;
	font-weight: bold;
	color: #333;
}

.lighter {
	background-color: #c6e0f4;
}

.lightest {
	background-color: #b3defa;
}

.indent {
	margin-left: 35px;
}