@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #aec8d7;
}

#navigation_wrap {
	height: 33px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

#navigation_bar {
	background-image: url(../images/bg_navi.gif);
	background-repeat: repeat-x;
	height: 40px;
	overflow: hidden;
}
#main_wrap {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	clear: both;
}
#header_wrap {
	height: 204px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#content_wrap {
	width: 950px;
    background-color: #F8F7F7;
	/*background-image: url(../images/bg_content.png);*/
	background-repeat: no-repeat;
	background-position: center top;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
	overflow: hidden;
	clear: both;
}
#header_image {
	height: 204px;
	width: 265px;
	float:left;
}
#header_logo {
	height: 204px;
	float: left;
	width: 370px;
}

#header_quote{
	height: 204px;
	width: 265px;
	float:left;
}

#content {
	/*background-color: #F8F7F7;*/
	width: 900px;
	/*margin-left: 25px;*/
	margin-top: 30px;
	/*background-image: url(../images/bg_content.jpg);*/
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
	min-height: 600px;
}

.clear_all {
	clear: both;
}
#footer {
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	padding: 10px;
}
.footer_split {
	float: left;
	width: 267px;
}
#login_box {
	height: 200px;
	width: 500px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 15px;
	margin-right: auto;
	margin-left: auto;
}
#split_left {
	float: left;
	width: 258px;
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px dotted #CCCCCC;
}
#split_right {
	float: left;
	width: 569px;
	margin-left: 15px;
}
.home_option {
	float: left;
	width: 280px;
}
.home_option_wrap {
	width: 100%;
	clear: both;
	padding-bottom: 10px;
	overflow: hidden;
}

.home_option_image {
	height: 100px;
	width: 100px;
	float: left;
	margin-right: 10px;
}
.home_option_text {
	float: left;
	width: 160px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F0F0F0;
	border-bottom-color: #F0F0F0;
}
