
@charset "utf-8";
/* CSS Document */
html {
	background-color: #cdc7b7;
	background-color: #352B67;
	color: #81744a;
}

body {
	font-family: arial, helvetica, sans-serif;
	font-size: 75%;
	color: #81744a;
	background-color: #cdc7b7;
	background-color: #352B67;
	width: 920px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}

h1 {
	font-size:18px;
	font-weight:normal;
	font-stretch:ultra-condensed;
	text-transform:uppercase;
	color:#352B67;
	margin-bottom: 10px;
}

a {text-decoration: none; color: #81744a;}


#contentwrapper {
	width: 900px;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	background: #ffffff url(../images/background_body.jpg) top left;
	background-repeat:repeat-y;
}

#pheader {
	width: 900px;
	height: 182px;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	background: #ffffff url(../images/background_header.jpg) no-repeat top left;
	clear: both;
}

#pheaderleft {
	width: 300px;
	height: 182px;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	background: transparent;
}

#pheaderright {
	width: 600px;
	height: 182px;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	background: transparent;
}

a.navButton {
	display:inline;
	cursor: pointer;
	cursor: hand;
	text-decoration: none;
	color: #81744a;
}

#pheadercircle
{
	float: left;
	margin: 0;
	padding: 0;
	width: 160px;
	margin-left: 110px;
	margin-top: -10px;
}

div#nav {
	position: relative;
	height: auto;
	width: 460px;
	text-align: right;
	top: 100px;
	clear: both;
}

div#sharelinks {
	position: relative;
	height: auto;
	width: 460px;
	text-align: right;
	top: 110px;
	clear: both;
	padding: 12 0 0 0;
}

div#sharelinks img {
    height: 24px;
    width:  24px;
    border-style: none;
}

#sidebar {
	width: 300px;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
}

#sidebarcircle
{
	float: left;
	margin: 0;
	padding: 0;
	width: 160px;
	margin-left: 110px;
	margin-top: 34px;
}

#circleimage
{
	width: auto;
}

div#homecircleimage img
{
	border: none;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
}

div#circleimage img
{
	border: none;
	filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
}

#content {
	width: 600px;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	background: transparent;
}


#pfooter {
	width: 900px;
	height: 182px;
	margin: 0;
	margin-top: -1px;
	padding: 0;
	border: 0;
	float: left;
	background: #ffffff url(../images/background_footer.jpg) no-repeat top left;
	clear: both;
}

#pfootercircle
{
	float: left;
	margin: 0;
	margin-right: 110px;
	padding: 0;
	width: 160px;
	text-align: left;
}

#pfootercirclegroup
{
	float: left;
	margin: 0;
	padding: 0;
	width: 860px;
	margin-left: 110px;
	margin-top: -40px;
}

#pfootertext
{
	clear: both;
	color:#CCCCCC;
	text-align:center;
	margin-top: 150px;
}



