@charset "UTF-8";
html {
	background-attachment: fixed;
	background-color: #888;
	background-image: url(hg_html.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 100%;
	width: 100%;
}
body  {
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: auto;
	width: 100%;
	min-height: 100%;
	background-image: url(hg_body.png);
	background-repeat: repeat-y;
	background-position: 12px;
}
#container {
	width: 980px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	height: auto;
	min-height: 580px;
	clear: both;
} 
#header {
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: right 0px;
	height: 151px;
	width: 930px;
	position: fixed;
	top: 0px;
	left: 10px;
	z-index: 500;
} 
#header img {
	margin: 0;
	border: none;
}
#navbar {
	width: 163px;
	position: fixed;
	left: 137px;
	top: 165px;
}
#navbar ul {
	list-style-type: none;
	padding: 0;
	margin: 0px;
}
#navbar ul li {
	text-align: left;
	background-image: url(hg_navi.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	line-height: 35px;
	width: 163px;
	margin-top: 10px;
	display: block;
	clear: both;
}
#navbar ul li.active {
	background-image: url(hg_navi_active.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navbar ul li.active a {
	color: #FFF;
}
#navbar ul li a{
	line-height: 35px;
	width: 140px;
	margin-top: 8px;
	margin-left: 15px;
	font-size: 13px;
	color: #888;
	text-decoration: none;
	font-weight: bold;
}

#navbar ul li a:hover {
	color: #fff;
}
#navbar ul ul li {
	text-align: left;
	background-image: none;
	line-height: 14px;
	height: 14px;
	width: 163px;
	margin-top: 0px;
	margin-bottom: 8px;
	vertical-align: top;
	display: block;
}
#navbar ul ul li a {
	width: 140px;
	font-size: 11px;
	color: #ccc;
	text-decoration: none;
	font-weight: bold;
}
#navbar ul li.active ul li a {
	width: 140px;
	font-size: 11px;
	color: #ccc;
	text-decoration: none;
}
#navbar ul li.active ul li a:hover {
	color: #fff;
}
#mainContent {
	padding-top: 160px;
	padding-bottom: 20px;
	width: 575px;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 335px;
}
#mainContent h1 {
	margin: 15px 0px 15px 0px;
	font-size: 22px;
	line-height: 1.2em;
	color: #FFF;
	font-weight: bold;
} 
#mainContent h2 {
	margin: 25px 0px 5px 0px;
	font-size: 16px;
	line-height: 1.6em;
	color: #DD131A;
	font-weight: bold;
} 
#mainContent p {
	margin: 10px 0px 0px 0px;
	font-size: 12px;
	line-height: 1.8em;
	color: #000;
	text-align: justify;
} 
a {
	color: #FFF;
}
a:hover {
	color: #DD131A;
}

#footer { 
	background:#DDDDDD; 
} 
#footer p {
}
.fltrt {
	float: right;
	margin-left: 15px;
}
.fltlft {
	float: left;
	margin-right: 15px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
