/*
Copyright: George Dalzell 2007-08, Design: http://www.velvetundertow.com
*/

body {
  text-align: center;
  background: #656868 top center no-repeat fixed;
  margin-top:30px;
  margin-bottom:30px;
  color:#CCFFFF;
}

A:link {
	COLOR: #000000; text-decoration: underline
}
A:visited {
	COLOR: #000000; text-decoration: underline
}
A:active {
	COLOR: #000000; text-decoration: underline
}
A:hover {
	COLOR: #000000; text-decoration: none
}

#page_wrapper {
	background: #F3E7A9 url('../img/page_bg.jpg') top left;
	margin-left: auto;
	margin-right: auto;
	width: 680px;
	text-align: center;
	border: 4px solid #F4F4EE;
	background-color: #817B9E;
}

#page_header {
  height: 153px;
  background: #CCFFFF url('../img/textheader.jpg') top left no-repeat;
}  

#page_header h1 {
  padding-top:0px;
  padding-left: 20px;
  font-family: verdana, helvetica, sans-serif;
  font-size:26px;
  font-weight:bold;  
  color: #FCF8E3;
  letter-spacing: -1px;
  margin:0px;
}
#page_header h2 {
  padding-top:0px;
  padding-left: 20px;
  font-family: verdana, helvetica, sans-serif;
  font-size:18px;
  font-weight:bold;  
  color: #CCFFFF;
  margin:0px;  
}

#menu_bar {
	height:35px;
	background: #330000;
}

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: transparent;
float: center;
width: 100%;
font-family: verdana, helvetica, sans-serif;
font-size:18px;
font-weight:bold;
}

#navcontainer ul li { 
display: inline; 

}

#navcontainer ul li a
{
padding: 0.2em 1.1em;
background-color: transparent;
color: #CCFFFF;
text-decoration: none;
float: center;
}

#navcontainer ul li a:hover
{
	background-color: #FFFFFF;
	color: #330000;
}

#content_wrapper {
  background: transparent url('../img/content_bg.jpg') top left no-repeat;
}

#left_side {
	float:left;
	width:480px;
	background-color: #DBDED8;
}
  
#left_side h3 {
  margin:10px;
  margin-right:15px;
  font-family: verdana;
  font-size:14px;
  font-weight: bold;
  line-height:18px;
  color: #000000;
}
  
#left_side p {
	margin:10px;
	margin-right:15px;
	font-family: verdana;
	font-size:12px;
	line-height:18px;
	color: #000000;
}

#center_section p {
	margin:10px;
	margin-right:15px;
	font-family: verdana;
	font-size:12px;
	line-height:18px;
	color: #000000;
}

#right_side {
  float:right;
  width:150px;
}
  
#right_side h3 {
  margin-right:10px;
  margin-bottom: 5px;
  font-family: verdana;
  font-size:12px;
  font-weight: bold;
  line-height:16px;
  color: #FCF8E3;
  background: #330000;
  padding:4px;
  border:1px solid #3A3B22;
}
  
#right_side p {
	margin:5px;
	margin-bottom:15px;
	padding-right:10px;
	font-family: verdana;
	font-size:10px;
	line-height:16px;
	color: #000000;
}

#page_footer {
  height: 70px;
  background: #515230 url('../img/footer.jpg') top left no-repeat;
}  

#page_footer A:link {
	COLOR: #000066;
	text-decoration: underline
}
#page_footer A:visited {
	COLOR: #330000; text-decoration: underline
}
#page_footer A:active {
	COLOR: #330000; text-decoration: underline
}
#page_footer A:hover {
	COLOR: #330000;
	text-decoration: none
}

#page_footer p {
	text-align:center;
	padding-top:12px;
	font-family: verdana;
	font-size:11px;
	line-height:12px;
	color: #333333;
}

#links {
	float:left;
	width:100%;
	background-color: #DBDED8;
}
  
#links h3 {
  margin:10px;
  margin-right:15px;
  font-family: verdana;
  font-size:14px;
  font-weight: bold;
  line-height:18px;
  color: #000000;
}
  
#links p {
	margin:10px;
	margin-right:15px;
	font-family: verdana;
	font-size:12px;
	line-height:18px;
	color: #000000;
}

.spacer {
  margin:0px;padding:0px;height:10px;clear:both;
}
 

