body {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #573e2f;
	margin:0px;
	background:#f6f6f6;
	padding:0;
	height:99%;
	text-align:center;
}

p {
	margin: 15px 0 0 0;
	padding: 0 0 6px 2px;
	text-align: left;
	line-height: 20px
}

#wrapper {
	width: 958px;
	background: #FFF url(../img/bg.jpg) center repeat-y;
	text-align: left;
	margin:0px auto;
}

#left_col {
	float: left;
	width: 250px;
}

#right_col {
	width: 708px;
	float: right;
}


#menu {
	margin-left: 16px;
	width: 200px;
}

#menu div {
	color: #5a8cad;
	height: 40px;
	line-height: 36px;
	background: #FFF url(../img/button_bg.jpg) left no-repeat;
	padding-left: 10px;
}

#menu a {
	color: #5a8cad;
	text-decoration: none;
}

#menu .active {
	color: #58b116;
	font-weight: bold;
}

#menu .active a {
	color: #58b116;
}

#content {
	width: 635px;
	margin-top: 25px;
	font-size: 9pt;
}

#content h1 {
	color: #58b116;
	font-family: Trebuchet MS, Arial;
	font-size: 21px;
	line-height: 28px;
}

#content li {
	margin-bottom: 10px;
}

#footer {
	clear: both;
	}
