body {
	background:url(images/bg.jpg) repeat-x;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
	font-size:12px;
	line-height:17px;
}

a {outline:none; text-decoration:none;}

h1 {font-size:18px; padding:0px; margin:0px; color:#333;}

h2 {font-size:15px; color:#333;}

/* divs */

#wrap {
	z-index:1;
}

#header {
	width:948px;
	height:248px;
	background:url(images/header.jpg) no-repeat;
	margin:auto;
	margin-bottom:2px;
}

#header_info {
	padding-left:22px;
	padding-top:220px;
	color:#FFFFFF;
}

#header_info a {
	color:#FFFFFF;
}

#header_info a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#left {
	float:left;
	margin-left:19px;
}

#right {
	float:right;
	margin-right:20px;
	padding:30px;
	width:626px;
}

#right a {
	color:#009999;
}

#right a:hover {
	color:#333333;
}

#menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
	list-style-type:none;
}

#menu ul li a {
	background:url(images/btn1_h.jpg) no-repeat;
	height:36px;
	width:200px;
	display:block;
	line-height:36px;
	padding-left:13px;
	font-size:14px;
	color:#333;
	font-weight:bold;
}

#menu ul li a:hover {
	background:url(images/btn1.jpg) no-repeat;
}

#banner {
	text-align:center;
	margin-top:18px;
}

#content {
	width:940px;
	height:auto;
	margin:auto;
	background:url(images/content_bg.png) repeat-y;
	min-height:700px;
}

#footer {
	width:100%;
	height:83px;
	background:url(images/footer_bg.png) repeat-x;
	margin-top:-10px;
}

#footer_content {
	width:922px;
	margin:auto;
	text-align:center;
	padding-top:20px;
	line-height:20px;
	color:#333;
	font-size:11px;
}

#footer_content a {
	color:#333333;
}

#footer_content a:hover {
	text-decoration:underline;
}

/* classes */

.hr {
	width:626px;
	height:7px;
	background:url(images/hr.jpg) no-repeat;
	clear:both;
	line-height:7px;
	display:block;
	margin:6px 0 20px 0;
}

.clear {clear:both; height:1px; line-height:1px; font-size:1px;}

.panel_button {
	width:100%;
	height:20px;
	z-index:3;
	text-align:center;
	bottom:0px;
	position:fixed;
	cursor: pointer; 
}