
*
{
margin: 0px;
padding: 0px;
}

a:visited{
	text-decoration:none;
}

a{
	color:#006;
}

h1{
	margin-left:240px;
	font-size:22px;
	text-decoration:underline;
}

h2{ padding-left:195px;}

body {
	background: url(images/bg.jpg);
	font: 12px Arial, Helvetica, sans-serif;
	padding-top:20px;
	padding-bottom:20px;
}

#content{
	margin: 0 auto;
	width: 862px;
	text-align: left;
	background: url(images/mainbg.jpg) repeat-y center;
	border-left: 5px solid #000000;
	border-right: 5px solid #000000;
	border-top: 5px solid #000;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#maintop{
	background: url(images/maintop.jpg) no-repeat;
	height: 15px;
}

#main{
	width: 862px;
	margin: 0 auto;
	clear:both;
}

#mainbot{
	background: url(images/mainbot.jpg) no-repeat bottom left;
		background:#FFF;
}

#header {
	height: 203px;
	width: 862px;
	background:url(images/header.jpg)	no-repeat top;
}

#menu {
	background-color:#000;
	height:50px;
	-moz-border-radius: 20px;
border-radius: 20px;
}

#menu a {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	color: #fd0304;
	font-size: 18px;
	float: left;
	padding-left:20px;
	padding-top:15px;
	margin-left:15px;
}

#menu a:hover {
	text-decoration:underline;
}
#left
{
	float: left;
	width: 200px;
	background:#FFF;
	margin-left:15px;
	margin-top:10px;
	border-top: 2px solid #fd0304;
	border-bottom: 2px solid #fd0304;
	border-left: 2px solid #fd0304;
	border-right: 2px solid #fd0304;
}

#left H3
{
height:25px;
font-size: 14px;
font-weight: bold;
padding-left: 55px;
padding-top: 15px;
text-transform: uppercase;
color: #ffffff;
background: url(images/wwd.png);
}

#left ul {
	list-style: none;
}

#left p
{
font-size:16px;
padding: 15px;
margin-left: 40px;
}

#gallery{
	margin-left:0px;
	text-align:center;
}

#gallery img{
	height:100px;
	width:150px;
}

#right{
	float: right;
	width: 610px;
	padding-top: 10px;
	padding-right:15px;
	background:#FFF;
}

#right H4{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	margin-left:20px;
}

#right p{
	margin-left:20px;
	font-size:16px;
}

#footer {
	border-top: 5px solid #000000;
	height: 40px;
	width: 862px;
	clear: both;
	padding-top: 10px;
	background: url(images/footer.png) no-repeat top;
	-moz-border-radius: 10px;
border-radius: 5px;
}

#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #000000;
}

#footer a {
	color: #000000;
}