/* Layout */

body {
	text-align:center;
	margin-top:10px;
}
#header {
	width:760px;
	margin:0 auto;
	text-align:left;
}
#container, .container {
	width:760px;
	margin:0 auto;
	text-align:left;
	background:url(../images/verLine.gif) repeat-y left top;
}
#full-container, .full-container {
    clear: both;
    width: 758px;
    margin: 0 auto;
    text-align: left;
    border: #339900 1px solid;
}
#topSection {
	margin-bottom:0px;
}
.leftbar {
	padding:10px 0 10px 0px;
	width:165px;
	float:left;
}
div#content, div.content {
    width:560px;
    float:right;
}
#full-content, .full-content {
	clear:both;
}
#front-content {
    width:576px;
    float:right;
}
#footer {
	clear: both;
	border-top: #000000 1px solid;
	margin:0 auto;
	font: 0.8em verdana;
	color: #999999;
	padding-top: 12px;
	width:760px;
}

/* Front Page */
#main-content {
	width:462px;
	float:right;
}
#left-content {
	float:left;
}
