@charset "utf-8";
/* CSS Document */

body {
	margin:0px 0px 0px 0px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:none;
}
#wrapper {
	width:1000px;
	margin:auto;
}
#header {
	height:148px;
	width:818px;
	background-image:url(images/common/header.jpg);
	background-repeat:no-repeat;
	margin:auto;
}
h1 {
	padding:0px;
	color:#000000;
	font-size:16px;
	margin:0px;
	display:none;
}
#navigation {
	height:556px;
	width:227px;
	background-image:url(images/common/side_nav.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	clear:both;
	margin:auto;
	margin-left:100px;
}
#navigation a {
	margin-left:30px;
	padding-top:30px;
	display:block;
	width:150px;
	font-size:16px;
	font-weight:none;
	text-decoration:none;
	text-align:left;
	color:#4e4d4b;
}
#navigation a:hover {
	color:#191815;
}
a.navline {
	margin-bottom:2px;
	border-bottom:2px solid #191815;
}
.content {
	width:818px;
	margin:auto;
}
#groupHeader {
	height:288px;
	margin:auto;
	float:right;
}
#footer {
	font-size:11px;
	line-height:normal;
	border-top:2px solid #191815;
}
#subnav {
	background-image:url(images/common/sub_nav_back.jpg);
	background-repeat:no-repeat;
	line-height:normal;
	
}
#subnav a {
	font-size:13px;
	font-weight:bold;
	text-decoration:none;
	text-align:left;
	color:#4e4d4b;
}

#subnav a:hover {
	color:#191815;
}