@charset "utf-8";
/* CSS Document */

body {
	margin: 0px 0px 0px 0px;
	font-family: Arial, Tahoma, Verdana, sans-serif;
	background-color: #121212;
	font-size: 14px;	
}
img {
	border: 0px;
}
a:link, a:visited {
	text-decoration: none;
	color: #FFF;
}

a:hover {
	text-decoration: none;
	color: #000;
}
#container_1 {
	width: 100%;
	height: 675px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #121212;
}
#container_2 {
	width: 950px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#left_float {
	float: left;
	width: 335px;
	height: auto;
}
#logo {
	width: 269px;
	height: 270px;
	margin: 15px auto 0px auto;
	background: url('../images/logo.png');	
}
#menu {
	width: auto;
	height: auto;
	margin: 10px auto 0px auto;
}
#menu_list {
	width: 184px;
	height: 17px;
	margin: 0px auto 1px auto;
	padding: 2px 0px 0px 5px;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	background: url('../images/menu_bar.jpg');
}	
#sprout {
	position: relative;
	z-index: 100;
	top: -20px;
	left: -20px;
	width: 301px;
	height: 261px;
	margin: 10px auto 0px auto;
	background: url('../images/sprout_top.png');
}
#right_float {
	float: right;
	width: 615px;
	height: auto;
}
#header {
	width: 542px;
	height: 20px;
	margin: 15px auto 0px auto;
	padding: 6px 0px 0px 10px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	background: url('../images/header.jpg');
}
a.content:link {
	color: #507501;
}
a.content:visited {
	color: #507501;
}
a.content:hover {
	color: #666;
}
#content {
	width: 532px;
	height: auto;
	margin: 0px auto 10px auto;
	padding: 10px;
	text-align: justify;
	background: #ffffff;
}
a.copyright:link {
	color: #fff;
}
a.copyright:visited {
	color: #fff;
}
a.copyright:hover {
	color: #507501;
}
#copyright {
	width: 552px;
	height: 10px;
	margin: 0px auto 0px auto;
	color: #999;
	font-size: 10px;
}
#footer {
	position: relative;
	z-index: 1;
	bottom: 75px;
	clear: both;
	width: 100%;
	height: 90px;
	background: url('../images/footer.jpg');
}
