body {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height:160%;
	background: #FFFFFF url(images/header-bg.gif) repeat-x;
}
#header {
	
	background: url(images/header-bg.gif) repeat-x;
	height: 249px;
	position:fixed;
	margin:0px;
	padding:0px;
	
}

a:hover {
	text-decoration:none;
}
h1 {
	margin: 14px 0px 0px;
	padding: 0px;
	float:right;
}
h1 a{
	display:block;
	background: url(images/logo.gif) no-repeat;
	height: 79px;
	width: 249px;
	text-indent: -900em;
	text-decoration: none;
	line-height:100%;
}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 240%;
	color: #000000;
	font-weight: normal;
	margin: 20px 0px 5px;
}

h3{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 160%;
	font-weight: normal;
	color: #000000;
	padding-bottom: 2px;
	margin: 50px 0px 5px 60px;
}
h4{
	font-family: Tahoma, Arial, sans-serif;
	font-size: 140%;
	font-weight: normal;
	color: #000000;
	margin: 20px 0px 5px;
}
#main_wrap{
	margin: 0px auto;
	width: 770px;
}

}
#content {
	width: 507px;
	float:left;
	padding: 20px 0px;
}

}
#sidebar {
	width:230px;
	float:right;
	margin-top: 20px;
}
#left_column {
	width:250px;
	float:left;
	margin-top: 20px;
}
#right_column {
	width:230px;
	float:right;
	margin-top: 20px;
}
#submenu {
	list-style:none;
	margin:0px 0px 0px 60px;
	padding:0px;
}
#submenu li{
	padding:5px 0px;
}
#submenu li a{
	color: #000000;
	text-decoration: none;
}
#submenu li a:hover{
	color: #000000;
	text-decoration:none;
}
#footer {
	clear:both;
	background: url(images/footer-bg.gif) repeat-x;
	text-align: right;
	height: 50px;
}

#copyright {
	width: 770px;
	text-align:right;
	margin: 0px auto;
	font-size: 90%;
	color: #000000;
}