@charset "utf-8";
/* CSS Document */

#container {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #FFF;
	text-align: left;
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
}
#header {
	height: 125px;
	width: 920px;
	background-image: url(../assets/images/header.jpg);
}
#left_nav {
	float: left;
	width: 200px;
	padding-top: 10px;
}
#subpage_body_right {
	float: left;
	width: 200px;
	margin-top: 50px;
	margin-right: -200px;
	margin-bottom: 20px;
	margin-left: 0px;
	position: relative;
}
#subpage_body_left {
	background-color: #FFF;
	float: left;
	width: 440px;
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 20px;
}

* html #subpage_body_left {
    overflow-x: auto; overflow-y: hidden; 
    width: expression(document.body.offsetWidth - 440);
}

#footer {
	height: 60px;
	width: 920px;
	background-image: url(../assets/images/footer.jpg);
	clear: both;
	background-color: #FFF;
	background-position: bottom;
	background-repeat: no-repeat;
}
#body {
	float: right;
	width: 720px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#text_left {
	float: left;
	width: 240px;
}
A:link {
	text-decoration: none;
	color: #62a335;
}
A:visited {
	text-decoration: none;
	color: #999;
}
#text_right {
	float: right;
	width: 240px;
}
#text_middle {
	float: left;
	width: 240px;
}

A:active {text-decoration: none}
A:hover {text-decoration: none}

#top_menu {
	height: 60px;
	width: 920px;
	background-image: url(../assets/images/attys/subpage_menubg2.jpg);
	margin-top: 40px;
}
#horizontal_menu {
	float: right;
	height: 30px;
	width: 720px;
	margin-top: 20px;
}
h6 {
	font-size: 10px;
	color: #999;
}
h5 {
	font-family: 'Sorts Mill Goudy', Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #445660;
	text-align: left;
	vertical-align: top;
	margin: 0px;
}

