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

body {
margin:0;
padding:0;
background-color:#8DC63F;
}

#container {
	background-color:#8DC63F;
width:900px;
height:1000px;
}

#header {
	width:100%;
	height:100px;
	text-align:left;
	background-color:#8DC63F;
	background-position:center;
	color:#FFFFFF;
	font-family: Helvetica, sans-serif;
}

#container2 {
	background-position:center;
	background-repeat:;
	width:660px;
	height:1000px;
	margin-left:20px;
	margin-right:20px;
}

#left_container {
font-family:Verdana, Helvetica, sans-serif;
color:#FFF;
width:120px;
height:400px;
font-size:18px;
padding-left:70px;
margin-top:30px;
float:left;
text-align:left;
list-style-type:none;
list-style:none;
}

#right_container {
	text-align:center;
	font-family:Verdana, Helvetica, sans-serif;
	background-image:url(old.png);
	background-repeat:no-repeat;
	font-size:21px;
	list-style-type:none;
	letter-spacing:normal;
	width:730px;
	height:1000px;
	margin-left:200px;
	margin-bottom:10px;
	color: #000;
}

#text_container {
text-align:left;
font-family:Verdana, Helvetica, sans-serif;
font-size:14px;
letter-spacing:normal;
width:430px;
height:900px;
margin-left:150px;
margin-bottom:10px;
}

#footer {
	background-color:#8DC63F;
	color:#FFFFFF;
	font-family:Verdana, Helvetica, sans-serif;
	text-align:right;
	height:50px;
	margin-bottom:30px;
	background-position:inherit;
	clear:inherit;
}
