html {
	background: White url(background_image.jpg) fixed;
	background-position: bottom right;
	background-repeat: no-repeat;
}	

body {
	margin: 10px;
	padding: 0px;
	font: normal .9em Tahoma, Verdana, Arial, Georgia, sans-serif;
}

#wrapper {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	background: white;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
}
		
#header {
	background: #CCCC99;
	width: 720px;
	height: 25px;
	border: none;
	text-align: center;
	padding: 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#content {
	width: 510px;
	padding: 20px;
	float: left;
}

#contentPR {
	width: 750px;
	padding: 20px;
	float: left;
}

#rightnav {
	width: 165px;
	padding: 0px;
	float: left;
}

#footer {
	width: 720px;
	height: 25px;
	border: none;
	margin: 0px;
	padding: 1px;
	text-align: center;
	clear: both;
	background: #663366;
}

#featuredsites {
	width: 170px;
	background-color: #CCCC99;
	border-color: #663366;
	border-width: 1px;
	border-style: dotted;
	padding: 1px;
	margin: 5px;
	text-align: center;
}

#blockquotes {
	width: 400px;
	background-color: #663366;
	border-color: #CCCC99;
	border-width: 2px;
	border-style: dotted;
	padding: 10px;
	margin: 5px 20px 5px 20px;
}

a {
	font-weight: bolder;
	color: #663366;
}

a:hover {
	background: #663366;
	color: #CCCC99;
}

a.logo:hover {
	background: white;
	color: white;
}

a.current {
	background: #4C3366;
	color: #CCCC99;
}

a.current:hover {
	background: #663366;
	color: #CCCC99;
}

a.current:visited {
	background: #663366;
	color: #ffffcc;
}

a:visited {
	color: #996699;
}

blockquote {
	font-family: serif;
	margin-left: 30;
	margin-right: 30;
	text-align: justify;
	line-height: 150%;
	margin-top: 20;
	margin-bottom: 20;
	color: white;
}

h1, h2, h3, h4, h5, h6 {
	font-family: tahoma, sans-serif;
	margin: 10px;
	color: Olive;
}

li {
	font-family: tahoma, sans-serif;
	margin: 10;
	color: #333333;
	line-height: 125%;
	font-size: 12px;
}

p {
	font-family: tahoma, sans-serif;
	margin: 10;
	color: #333333;
	line-height: 150%;
	font-size: 12px;
}

p.pfooter {
	font-size: .7em;
	color: white;
}

.light {
	font-family: tahoma, sans-serif;
	color: White;
}

.bold {
	font-weight: bold;
}
