/* CSS Document */
*{
	padding: 0em;
	margin: 0em;
}
img{
	padding:5px;
}
body{
	background: #000000 url(../images/bg1.jpg);
	padding: 35px 0px 35px 0px;
/*	font-size: 10pt;*/
	font-family: "georgia", "times new roman", serif;
	color: #333333;
}

#layeredbg{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 275px;
	background: #fff url(../images/bg2.jpg) repeat-x;
	z-index: 1;
}

#main{
	z-index: 2;
	position: relative;
	width: 800px;
	border: solid 7px #fff;
	background-color: #fff;
	margin: 0 auto;
}
#header{
	position: relative;
	width: 100%;
	height: 9.0em;
	background: #2B2B2B url(../images/topbg.gif) repeat-x;
	margin-bottom: 2px;
}

#headercontent{
	position: absolute;
	bottom: 0em;
	padding: 0em 2.0em 1.3em 2.0em;
}
#headercontent h1{
	font-weight: normal;
	color: #fff;
	font-size: 2.5em;
}
#headercontent h2{
	font-size: 1.0em;
	font-weight: normal;
	color: #aaa;
}

#headerpic{
	position: relative;
	height: 109px;
	background: #fff url(../images/hdrpic.jpg) no-repeat top left;
	margin-bottom: 2px;
}

#menu{
	position: relative;
	background: #7F8400 url(../images/menubg.gif) repeat-x top left;
	height: 3.5em;
	padding: 0em 1.0em 0em 1.0em;
	margin-bottom: 2px;
}
#menu ul{
	position:absolute;
	top: 1.1em;
	width: 100%;
	padding: 0em 1.0em 0em 1.0em;
	margin-bottom: 2px;
}

#menu ul li{
	position: relative;
	display: inline;
}

#menu ul li a{
	padding: 0.5em 1.0em 0.9em 1.0em;
	color: #fff;
	text-decoration: none;
}

#menu ul li a:hover{
	text-decoration: underline;
}

#menu ul li a.active{
	background: #7F8400 url(../images/menuactive.gif) repeat-x top left;
}
#menubottom{
	background: #fff url(../images/border1.gif) repeat-x;
	height: 14px;
}

#content{
	margin: 10px 0 0 0;
	padding: 0em 2.0em 0em 2.0em;
}

.divider1{
	position: relative;
	background: #fff url(../images/border2.gif) repeat-x;
	height: 14px;
	margin: .5em 0em .5em 0em;
	clear: both;
}

.divider2
{
position: relative;
height: 1px;
border-bottom: solid 1px #eaeaea;
margin: 2.0em 0em 2.0em 0em;
}
.padded-picture{
	padding:10px;
}

#footer{
	position: relative;
	height: 2.0em;
	clear: both;
	padding-top: 5.0em;
	background: #fff url(../images/border2.gif) repeat-x 0em 2.5em;
	font-size: 0.8em;
	text-align:right;
}
h1,h2,h3,h4,h5{
	color:#666633;
}