/* CSS Document */

body {
	margin: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	/*background-image: url(bg2.png);*/
	background-color: #d7bed4;
	width: 750px;
}

#main {
	margin: auto;
	text-align: center;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	width: 748px;
}

#menu {
	margin: auto;
	text-align: center;
	width: 750px;
	height: 35px;
	/*background-color: #99CC99;*/
	color: #999999;
	padding-top: 15px;
	background-image: url(navbg.png);
	background-repeat: no-repeat;
	vertical-align: center;
}

#menu a {
	color: black;
	display: inline;
	/*margin-right: 5px;*/
	padding: 15px 6px 18px 6px;
	height: 50px;
	vertical-align: middle;
	text-decoration: none;
}

#menu a:hover {
	color: black;
	display: inline;
	/*margin-right: 5px;*/
	vertical-align: middle;
	text-decoration: none;
	/*border: 1px dotted #CC33FF;*/
	/*background-color: #66CC99;*/
	background-color: #52d38f;
	background-image: url(navbg-hover.gif);
	background-repeat: repeat-x;
	padding: 15px 6px 18px 6px;
	height: 50px;
}

.homepic {
	margin-right: 6px;
	margin-left: 6px;
	padding: 1px;
	border: 2px solid #00CC66;
}

.desc {
	padding-left: 18px;
	padding-right: 18px;
	text-align: justify;
}

#div1 {
	padding-left: 18px;
	padding-right: 18px;
	text-align: justify;
}

#latestnews {
	vertical-align: top;
	background-color: #CC99FF;
	border-left: 2px solid #52d38f;
	border-right: 2px solid #52d38f;
	border-bottom: 2px solid #52d38f;
}

#ourhours {
	width: 200px;
	height: 105px;
	vertical-align: top;
	border-left: 2px solid #52d38f;
	border-right: 2px solid #52d38f;
	border-bottom: 2px solid #52d38f;
}

#enewsletter {
	width: 200px;
	vertical-align: top;
	border-left: 2px solid #52d38f;
	border-right: 2px solid #52d38f;
	border-bottom: 2px solid #52d38f;
}

.modtitle {
	background-image: url(module-bg.gif);
	background-repeat: repeat-x;
	height: 50px;
	display: block;
	vertical-align: middle;
}

.leftbull {
	text-align: left;
}

#thenews {
	height: 400px;
	overflow: auto;
}

.leftbull li {
	text-align: left;
	list-style-position: inherit;
}

#previousissues {
	text-align: center;
	margin: auto;
	width: 175px;
	font-weight: bold;
}

#previousissues a {
	padding: 8px;
	border: 1px solid #6633FF;
	background-color: #CC99FF;
	text-decoration: none;
	color: #6633FF;
}

#previousissues a:hover {
	padding: 8px;
	border: 1px solid #6633FF;
	background-color: #CC99CC;
	text-decoration: none;
}

#morenews {
	margin: auto;
	width: 150px;
	font-weight: bold;
}

#morenews a {
	padding: 8px;
	border: 1px solid #6633FF;
	background-color: #CC99FF;
	text-decoration: none;
	color: #6633FF;
}

#morenews a:hover {
	padding: 8px;
	border: 1px solid #6633FF;
	background-color: #CC99CC;
	text-decoration: none;
}

#footer {
	background-color: #CC99FF;
	width: 750px;
}