@import url("menu_style.css");
a:link {
	color: #00F;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #00F;
}

a:hover {
	text-decoration: underline;
	color: #999;
}

a:active {
	text-decoration: none;
	color: #999;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #F4F4F4;
}
#main {
	width: 720px;
	margin-top: -20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#top_bg {
	width: 720px;
	background-image: url(../images/page_style/main_bg.png);
	background-repeat: repeat-y;
	background-position: center center;
	margin-top: -20px;
}
#header {
	padding-right: 10px;
	padding-left: 10px;
}
#nav {
	height: 55px;
	padding-right: 9px;
	padding-left: 9px;
}
#nav_page_name_left {
	background-image: url(../images/page_style/page_name_left.png);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	height: 20px;
	width: 35px;
}
#nav_page_name_center {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	background-color: #333;
	text-align: center;
	float: left;
	height: 20px;
}
#nav_page_name_right {
	background-image: url(../images/page_style/page_name_right.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 20px;
	float: left;
	width: 35px;
}


#text_body {
	padding-top: 5px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;
}
#text_body a:link {
	color: #94CD26;
	text-decoration: none;
	font-weight: bold;
}
#text_body a:visited {
	text-decoration: none;
	color: #94CD26;
}
#text_body a:hover {
	text-decoration: underline;
	color: #333;
}
#text_body a:active {
	text-decoration: none;
	color: #333;
}
#footer {
	height: 100px;
	background-image: url(../images/page_style/footer_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
#blue_header {
	background-image: url(../images/page_style/blue_header.png);
	background-repeat: repeat-y;
	background-position: left center;
	font-size: 25px;
	font-weight: bolder;
	padding-left: 5px;
}
#red_header {
	background-image: url(../images/page_style/red_header.png);
	background-repeat: repeat-y;
	background-position: left center;
	font-size: 25px;
	font-weight: bolder;
	padding-left: 5px;
}

#design_contact {
	font-size: 12px;
	font-weight: bold;
	color: #333;
	padding-left: 10px;
}
#error {
	background-color: #C00;
	color: #000;
	text-align: center;
}
#complete {
	background-color: #090;
	text-align: center;
	color: #000;
}
#footer_left {
	float: left;
}
#footer_right {
	float: left;
	margin-left: 20px;
}

