body {
	background-image: url(images/gradient.png);
	background-color:#45305b;
	background-repeat: repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#outer {
	width: 950px;
	margin: 0 auto;
}
a {
	text-decoration: none;
}
#header {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 181px;
	list-style: none;

}
#header li {
	display: inline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: .3em;
	padding-right: 1.5em;
	float: left;
	font-size: 9pt;
	margin-top: 160px;
}
#header a{
	color: #EFECCA;
}
#header a:hover{
	color: #A7A37E;
}
#main {
	background-image:url(images/sidebarmiddle.jpg);
	background-repeat:repeat-y;
}
#sidebar {
	width: 262px;
	float: left;
}
#sidebarTop {
	width: 262px;
	background-color:#FFFFFF;
	line-height: 0;
}
#sidebarText {
	width: 262px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #dbbe24;
}
#sidebarText a {
	color: #EFECCA;
}
#sidebarText h3 a {
	color: #dbbe24;
}
#sidebarText h3 {
	font-weight: normal;
	padding-left: 10px;
	margin-bottom: 0;
	margin-top: 15px;
}
#sidebarText h4 {
	padding-left: 25px;
	margin-bottom: 0px;
	margin-top: 5px;
	font-weight: normal;
	font-size: 14px;
}
#sidebarText h5 {
	margin-top: 5px;
	padding-left: 35px;
	color: #EFECCA;
	font-weight: normal;
	margin-bottom: 15px;
}
#sidebarSpacer {
margin: 10px;
}
#content {
	float:left;
	width: 688px;
	background-color: #FFF9E2;
	/*background: #FFF9E2 url(images/contentBackground.png) no-repeat scroll 0% 0%;*/
	min-height: 550px;
}
#innerContent {
	margin: 15px;
	margin-top: 18px;
}
#innerContent a {
	text-decoration: underline;
	color: #3D3D3D;
}
#innerContent h1 {
	color: grey;
	margin-top: 25px;
	text-align: center;
	/*text-shadow: -2px -5px 0 grey;*/
	font-size: 20pt;
}
#innerContent h2 {
	margin-top: 3px;
	text-align: center;
	font-size: 15pt;
	/*text-shadow: -2px -5px 0 grey;*/
}
#innerContent h3 {
	margin-left: 5px;
}
#innerContent p {
	margin-right: 15px;
	line-height: 25px;
}
img {
border: none;
}
#footer { 
clear: both;

}
#sidebarBottom {
width: 262px;
height: 100px;
background-image:url(images/sidebarbottom.jpg);
float: left;
background-position: center bottom;
}
#footerContent {
background-image:url(images/footer.png);
text-align: center;
background-position: center bottom;
width: 688px;
height: 100px;
float: left;
}
#spacer {
clear: left;
height: 1px;
background-color: #fff9e2;
margin-left: 262px;
}
