@charset "utf-8";
/* CSS Document */

#container {
	height:627px;
}
#header {
	background-image: url(../img/header_bg2.jpg);
}
#navbar {
	left:0px;
	width:900px;
}
#navmenu {
	left: 225px;
}
#intro {
	position:absolute;
	left:0px;
	top:124px;
	width:232px;
	height:250px;
	background-color: #FFFFFF;
	border-left: 1px solid #A5AA81;
	padding: 20px 20px 20px 40px;
	color: #333333;
	text-align: left;
	line-height: 150%;
}
#intro_header {
	margin-bottom: 10px;
}
#main {
	position:absolute;
	left:293px;
	top:123px;
	width:609px;
	height:411px;
	background-image: url(../img/main_bg.jpg);
}
#bott-left-corner {
	position:absolute;
	left:0px;
	top:410px;
	width:293px;
	height:151px;
	background-image: url(../img/bott_left_corner_home.jpg);
}
#footer {
	position:absolute;
	left:293px;
	top:534px;
	width:609px;
	height:62px;
	background-image: url(../img/footer_bg_home.gif);
	color: #FFFFFF;
}
#footer_text {
	position: absolute;
	top: 22px;
	left: 100px;
	font-weight: bold;
}
#footer_text a {
	color: #FFFFFF;
}
#copyright {
	position:absolute;
	left:293px;
	top:596px;
	width:609px;
	height:30px;
}
#content {
	padding: 0px 10px 0px 3px;
}
