@charset "utf-8";
a {
	text-decoration: none;
	color: #29ce25;
}
body {
	font-family: Lucida Grande, Lucida Sans Unicode, Arial, sans-serif;
	font-size: 10px;
	margin: 0px;
	color: #5a5a5a;
}
img {
	border: 0;
}
p {
	padding: 10px;
}
#marginLeft {
	background-color: #06fc00;
	width: 9px;
	height: 100%;
	left: 0px;
	top: 0px;
	float: left;
	position: absolute;
}
#marginBottom {
	background-color: #e8e8e8;
	height: 107px;
	width: auto;
}
#header {
	position: relative;
	left: 34px;
	top: 0px;	
}
#menu {
	position: absolute;
	width: 462px;
	top: 38px;
	left: 572px;
}
#main {
	position: relative;
	left: 9px;
	top: 112px;
}
#twitter {
	float: left;
	width: 239px;
	padding-left: 30px;
}
#fb {
	clear: both;
	text-align: right
}
#footer {
	clear: both;
}

