@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
	text-align: center;
	text-align: left;
	background: url(../images/background.jpg) 0 0;
}
form {
	padding: 0;
	margin: 0;
	border: 0;
}
#container {
	background: url(../images/background_over.jpg) 0 0 repeat-x;
}	
#main_container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/background_over.jpg) 0 0 repeat-x;
}
#header {
	width: 900px;
}
#header .header {
	background: url(../images/header.jpg) 0 0 no-repeat;
	width: 389px;
	height: 141px;
	display: block;
	padding-bottom: 33px;
	float: left;
}
#header .info {
	margin-right: 10px;
	margin-top: 30px;
	color: #ffffff;
	float: right;
	text-align: right;
}
#header .info .large {
	font-size: 20px;
	font-weight: bold;
}
#header .info .small {
	font-size: 15px;
	font-weight: bold;
}
#menu {
	width: 900px;
}
#menu .left {
	background: url(../images/menu_left.gif) 0 0 no-repeat;
	width: 19px;
	height: 46px;
	float: left;
}
#menu .middle {
	background: url(../images/menu_bg.gif) 0 0 repeat-x;
	width: 862px;
	height: 46px;
	float: left;
}
#menu .middle .menu_item {
	float: left;
}
#menu .middle .menu_item a {
	line-height: 46px;
	font-size: 20px;
	background: url(../images/menu_bg.gif) repeat-x;
	background-position: top;
	text-align: center;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 3px;
	margin-left: 4px;
	text-decoration: none;
	color: #000000;
}
#menu .middle .menu_item a:hover {
	background: url(../images/menu_bg.gif) repeat-x;
	color: #000000;
	background-position: bottom;
}
#menu .right {
	background: url(../images/menu_right.gif) 0 0 no-repeat;
	width: 19px;
	height: 46px;
	float: right;
}
#left {
	width: 238px;
	margin-right: 10px;
	float: left;
}
#left .title, #left .title2 {
	height: 46px;
	width: 248px;
	line-height: 46px;
	color: #000000;
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
}
#left .title a {
	color: #000;
	text-decoration: none;
}
#left .title a:hover {
	text-decoration: underline;
}
#left .title {
	background: url(../images/left_title.gif) 0 0 no-repeat;
}
#left .title2 {
	background: url(../images/left_title2.gif) 0 0 no-repeat;
}
#left .content {
	font-size: 12px;
	color: #ffffff;
	margin-top: 5px;
}
#left .content a {
	color: #64d2ea;
	text-decoration: none;
}
#left .content a:hover {
	color: #ffffff;
}
#right {
	width: 642px;
	float: left;
}
#right .title {
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #058ca9;
	color: #ffffff;
	font-size: 25px;
}
#right .text {
	color: #ffffff;
}
#right .text a {
	text-decoration: none;
	color: #64d2ea;
}
#right .text a:hover {
	color: #ffffff;
}
#right .subtitle {
	font-size: 18px;
	margin-bottom: 10px;
}
#right .service {
	margin-bottom: 13px;
	padding-left: 15px;
	color: #ffffff;
	background: url(../images/bullet.gif) left center no-repeat;
}
#right .gallery, #right .gallery a {
	margin: 4px;
	border: 1px solid #ffffff;
}
#right .gallery:hover {
	border: 1px solid #058ca9;
}
#right .footer {
	padding-top: 10px;
	margin-top: 10px;
	padding-bottom: 20px;
	font-size: 10px;
	color: #ffffff;
	padding-right: 25px;
	text-align: center;
	border-top: 1px solid #058ca9;
}
#right .footer a {
	color: #fff;
}
#right .footer a:hover {
	text-decoration: none;
}
.signup_button {
	background: url(../images/signup_button.gif) no-repeat;
	background-position: top;
	border: 0;
	padding: 0;
	margin: 0;
	width: 134px;
	height: 35px;
	cursor: pointer;
	color: #ffffff;
}
.signup_button:hover {
	background-position: bottom;
}
.about_photo {
	border: 1px solid #ffffff;
	margin-bottom: 5px;
}
.about_name {
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}
.about_position {
	font-size: 10px;
	color: #ffffff;
}