/* CSS Document */

body {
	background:#fff;
	font-size:13px;
	line-height:17px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
}


a, a:link, a:visited {
	color:#449401;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

#wrapper {
	width:865px;
	margin:0 auto;
}

#logo {
	width:865px;
}

#logo img {
	margin-left:40px;
}

#logo .h-line {
	background:url(../images/h-line.jpg) no-repeat;
	width:865px;
	height:40px;
}

#wrapper #container {
	width:817px;
	margin:0 auto;
	border-left:4px solid #e0e0e0;
	border-right:4px solid #e0e0e0;
	border-bottom:4px solid #e0e0e0;
}

#header {
	width:817px;
	background:url(../images/pic.jpg) 100% 0 no-repeat;
	height:180px;
}

#header .title-menu {
	font-weight:bold;
	font-size:12px;
	padding-top:20px;
}

#header .h-menu {
	float:left;
	width:222px;
	margin-left:40px;
}

#header .h-menu ul {
	padding:0;
	margin:0;
}

#header .h-menu ul li {
	list-style:disc;
	padding:10px 0px;
}

#header .h-menu ul li a, #header .h-menu ul li a:link, #header .h-menu ul li a:visited {
	color:#449401;
	font-weight:bold;
	font-size:12px;
	text-decoration:underline;
}

#header .h-menu ul li a:hover {
	text-decoration:none;
}

#content {
	width:817px;
	border-top:3px solid #e0e0e0;
}

#content .c-left {
	float:left;
	width:163px;
	border-right:3px solid #e0e0e0;
	margin-left:17px;
}

#content .c-left .c-title {
	font-weight:bold;
	font-size:12px;
	margin-top:20px;
	margin-bottom:5px;
}

#content .c-left ul {
	margin:0;
	padding:0;
}

#content .c-left ul li {
	list-style:none;
	padding:5px 0px;
	
	text-decoration:underline;
	color:#0095f3;
	font-weight:bold;
	font-size:12px;
}

#content .c-left ul li a, #content .c-left ul li a:link, #content .c-left ul li a:visited, #content .c-left ul li a:hover {
	text-decoration:underline;
	color:#0095f3;
	font-weight:bold;
	font-size:12px;
}

#content .c-left img {
	margin:10px 0 0 20px;
}

#content .c-right {
	float:right;
	width:590px;
	margin:20px 20px;
}

h1 {
	font-size:18px;
	line-height:22px;
	margin:0;
	font-weight:bold;
}

#footer {
	background:#dddddd;
	border-top:2px solid #d4d4d4;
	margin-top:30px;
	text-align:center;
	padding:10px;
}

#footer a, #footer a:link, #footer a:visited {
	color:#5a5a5a;
	text-decoration:none;
	font-size:11px;
}

#footer a:hover {
	text-decoration:underline;
}
