* { 
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	border: 0px;
	font-family: verdana, tahoma, arial;
	color: #363636;
}

body {
	background: url('images/pagebg.jpg');
	margin: 0px auto;
}

#page {
	width: 958px;
	margin: 0px auto;
	min-height: 950px;
	background: url('images/pageloop.jpg') repeat-y;
}
#pagetop {
	background: url('images/pagetop.jpg') no-repeat;
	height: 30px;
	float: left;
}
#container {
	width: 922px;
	float: left;
}
#header {
   margin: 9px;
	margin-bottom: 0px;
	height: 124px;
	width: 922px;
	float: left;
}
#header img { float: left; }
#content {
	background: url('images/containerbg.jpg') repeat-y;
	width: 922px;
	float: left;
	margin: 9px;
	margin-top: -3px;
}
#maincnt {
	width: 670px;
	float: right;
}
#menu {
	width: 225px;
	background: url('images/banner_elm2.jpg') no-repeat;
	float: left;
	min-height: 705px;
}
h1 {
	background: url('images/hd1.jpg') no-repeat;
	width: 670px;
	height: 24px;
	padding-left: 20px;
	padding-top: 4px;
	color: white;
	font-weight: bold;
}
	
#menu ul {
	list-style-type: none;
	margin-top: 40px;
	float: left;
}
#menu li {
}
#menu li a {
	display: block;
	border-bottom: dotted 1px #363636;
	height: 21px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 15px;
	background: url('images/bulletlight.jpg') no-repeat 0px 8px;
	text-decoration: none;
	width: 208px;
}
#menu li a:hover {
	background: url('images/bulletdark.jpg') no-repeat 0px 8px;
}
#pagebottom {
	width: 958px;
	height: 25px;
	background: url('images/pagebottom.jpg') no-repeat bottom;
	float: left;
	margin-top: 800px;
}

#panelbottom {
	width: 680px;
	float: right;
	padding: 9px;
	margin-left: 9px;
}
h3 {
	font-size: 16px;
}
#panelbottom div {
	width: 33%;
	float: left;
}

#footer {
	background: url('images/foot.jpg') no-repeat;
	float: right;
	width: 667px;
	height: 55px;
	padding: 10px;
	margin-left: 5px;
}	
