body {
	margin: 0;
	background: #D6D7C9 url(images/background.jpg) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;;
	font-size: 13px;
	color: #333333;
}
h1{
	font-size:24px;
	font-weight: 300;
	margin: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #53436A;	
}
h2{
	font-size: 18px;
	font-weight: 300;
	margin: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #53436A;
}
h3{
	font-size:18px;
	font-weight: 300;
	margin: 0;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #53436A;
}	
p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}
a {
	text-decoration: none;
	color: #333366;
}
a:hover {
	background: none;
}
/* Header */

#header {
	width: 762px;
	height: 64px;
	margin: 0 auto;
	color: #CCCCCC;
}

/* Logo */

#logo {
	float: left;
}
#logo h1 {
	float: left;
	padding-top: 0px;

}
#logo p {
	float: left;
	margin: 0;
	padding: 102px 0 0 2px;

	letter-spacing: .2em;
	font: Georgia, Times New Roman, Times, serif;;
	color: #FFFFFF;
}
#logo a {
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Contact Links */

#contactLinks {
	float: right;
	text-align:right;
	width: 150px;
	padding-top: 20px;
	border: none;
	background: none;
	border: none;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
#contactLinks a{
	color: #CCCCCC;
}

/* Menu */

#menu {
	width: 762px;
	height: 79px;
	margin: 0 auto;
	background: url(images/white-top.jpg) no-repeat;
}
#menu ul {
	margin: 0 auto;
	margin-left: 13px;
	padding: 23px 0 0 18px;
	list-style: none;
	line-height: normal;
	color:#ffffff;
	border:none;
}
#menu li {
	float: left;
}
#menu a {
	padding: 0 20;
	background: none;
	text-transform: lowercase;
	text-decoration: none;
	font: Arial, Helvetica, sans-serif;
	color:#ffffff;
	display:block;
}
#menu a:hover, #menu .current_page_item a {
}
#menu a:hover {
}
/* Banner */

#banner {
	width: 762px;
	height: 233px;
	margin: 0 auto;
	background: url(images/banner-placeholder.jpg) repeat-y;
}
.bannerContent {
	width: 260px;
	float: left;
	line-height: 28px;
	text-align: left;
	padding: 20px 0 0 30px;
	font-size: 32px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif
}

/* Page */

#page {
	width: 762px;
	margin: 0 auto;
	padding: 0px;
	background: url(images/white-mid.jpg) repeat-y;
}

/* Content */

#content {
	float: left;
	width: 700px;
	padding: 20px 0 40px 40px;
}
#contactcontent {
	float: left;
	width: 450px;
	padding: 20px 0 40px 20px;
}


/* Sidebar */

#sidebar {
	padding-top: 20px;
	padding-left:40px;
	float: left;
	width: 200px;
}
#sidebar h2 {
	padding: 5px;
	font-size: 24px;
}
#sidebar p {
	padding: 8px;
}
.sidebarContent{
	padding-top: 5px;
	padding-left: 5px;
	line-height:12px;
	text-align: justify;
}

/* Footer */

#footer {
	width: 762px;
	height: 79px;
	margin: 0 auto;
	padding: 5px 0;
	background: url(images/white-bottom.jpg) no-repeat;
	font-size:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}
#footer li {
	display:inline;
}
#footer ul {
	margin: 0;
	list-style: none;
	padding-left:110px;
	padding-top: 10px;
	
}
#footer a {
	display: block;
	float: left;
	text-align: center;
	text-decoration: none;
	color:#333333;
	padding-left:10px;
	padding-right: 10px;
}