body {
	font-family: Arial, Tahoma, Helvetica, Times;
	font-size: 1.0em;
	font-weight: normal;
	background:#fff;
	color: #000;
	margin: 0px;
}
#wrapper {
	width: 950px;
	margin: 0 auto;
}
#header {
	width: 950px;
	border: 0px;
	margin: 0px;
}
#header_left {
	float: left;
	width: 200px;
	height: 200px;
	background-color:#200e6d;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#header_left img {
	border: 0px;
}
#header_left p {
	margin:0px;
}
#header_right {
	background: #fff url(../images/header.jpg) no-repeat top left;
	float: left;
	width: 750px;
	margin: 0px;
	height: 200px;
}
#nav {
	width: 200px;
	min-height: 500px;
	background:#200e6d url(../images/left_grad.jpg) repeat-x top left;
	clear: both;
	float: left;
}
#nav ul {
	width: 200px;
	display: block;
}
#nav ul li {
	line-height: 1.2em;
	background-color: #f8f4c2;
	width: 180px;
	margin: 5px 0px 5px -30px;
	border: 1px solid #200e6d;
	list-style: none;
	clear: both;
}
#nav ul li a {
	color: #200e6d;
	margin-left: 20px;
	text-decoration: none;
}
#nav ul li a:hover {
	text-decoration: underline;
}
#content {
	float: left;
	width: 708px;
	padding: 20px;
}
#footer {
	width:950px;
	clear: both;
	color: #000;
	background-color:#6d73f5;
}
#footer p{
	text-align: center;
	font-size: 0.7em;
}
#content img {
	margin: 10px;
}
#bullets_left, #bullets_right {
	float: left;
	width: 340px;
	margin-bottom: 5px;
}
#bullets_left ul, #bullets_right ul {
	margin: 0px 0px 0px 20px;;
	padding: 0px;
}
.clear {
	clear: both;
}
/* jQuery lightBox plugin - Gallery style */
#gallery {
	padding: 10px;
	width: 700px;
}
#gallery ul {
	list-style: none;
}
#gallery ul li {
	display: inline;
}
#gallery ul img {
	border: 5px solid #fff;
	border-width: 5px 5px 20px;
}
#gallery ul a:hover img {
	border: 5px solid #3e3e3e;
	border-width: 5px 5px 20px;
	color: #fff;
}
#gallery ul a:hover {
	color: #3e3e3e;
}
/* end of lightbox */

.newsitem {
	clear: both;
}
.newsphoto {
	width: 175px;
	float: left;
}
.newstext {
	float: left;
	width: 525px;
}
