/* CSS Document */
body {
	background-color:#e3e3e3;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	width:900px;
	height:auto;
	margin:auto;
}
#header {
	color:#00ABEE;
	font-size:67px;
	padding-left:52px;
	margin-top:88px;

}
#menu {
	color:#333333;
	font-family:trebuchet MS;
	font-size:26px;
	margin-top: 10px;
}
#main {

	color:#ED008C;
	font-size:29px;
	margin:14px 0;
}
#column_left {
	width:200px;
	background-color:#5B7444;
	height:300px;
	float:left;
}
#column_right {
	width:600px;
	background-color:#47697E;
	height:300px;
	float:right;
}
#footer {
	color: #999999;
	float: right;
	font-family: trebuchet MS;
}