*{
	margin: 0;
	padding: 0;
}

body {
	background: black url(images/bg.jpg) repeat;
	font-family: helvetica,sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 62.5%;
	line-height: normal;
	text-align: center;
}

#wrap {
	width : 1000px;
	margin: 0 auto;
	
}

#spacer{
	height: 15px;
	width: 1000px;
}

#h_spacer{
	height: 29px; 
	width: 60px;
	float: left;
}

p {
	font-size: 1.4em;
	line-height: 1.4em;
	margin-bottom: 1.2em;
	color: white;
	font-family: Georgia, serif;

}
p.about_us {
	font-size: 1.8em;
	line-height: 1.4em;
	margin-bottom: 1.2em;
	color: #336600;
	font-family: Georgia, serif;
	font-style: italic; 
}

#menubar a {
	font-size: 16pt;
	color: white;
	font-family: Georgia, serif;
	text-decoration: none;

}
a:hover{color: maroon;}
a {color: gold;}
#menubar a:hover{color: white;}
#footer a:hover{color: maroon;}

.seperator{
	width: 2px; 
	height: 30px; 
	background: #336600; 
	float: left;
}
div.button{
	height: 30px;
	line-height: 30px;
	float: left;

}

div.button:hover{
	background: url(images/highlight.jpg) center top;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

h1{
	font-family: Georgia, serif;
	font-size: 12pt;
	color: white;
	text-transform: uppercase;
	text-align: center;
}

h2{
	font-family: Georgia, serif;
	font-size: 2.0em;
	color: #336600;

	text-decoration:underline;
}
h3{
	font-family: Georgia, serif;
	font-size: 2.2em;
	color: #336600;
	text-align: center;
	text-decoration:underline;

}
.panel{
	height: 420px;
	width: 220px;
	overflow: auto;
	margin-left: 40px;
}
#panel a{
	line-height: 1.1em;
}
#location{
	width: 1000;
	background: #ffffcc;
	text-align: left;
	padding: 30px;
}
#location p{
	font-size: 1.4em;
	line-height: 1.4em;
	color: Black;
	font-family: Georgia, serif;
}

#header{
	height: 150px;
	width: 1000px;
	background: url(images/header-top.jpg) no-repeat;
	
}

#menubar{
	height: 30px;
	width: 1000px;
	background: url(images/header-bottom.jpg) no-repeat;
	
}

#content{
	height: 576px;
	width: 1000px;
	background: url(images/bg_center.jpg) no-repeat;
}

#rightside{
	height: 576px;
	width: 310px;
	background: url(images/bg_right.jpg) no-repeat;
	float: left;
}
#leftside{
	height: 576px;
	width: 686px;
	background: url(images/bg_left.jpg) no-repeat;
	float: left;
}

#contact{
	position: absolute;
	top: 113px;
	left: 700px;
	font-size: 12pt;
	color: yellow;
}

#footer{
	width: 1000px;
	height: 145px;
	background: url(images/footer.jpg) no-repeat;
	position: relative;
}
