body {
	margin: 0px;
	padding: 0px;
	min-width: 1024px;
	background: #FFFFFF url(/images/site_bg.gif) repeat-x top;
}

#wrapper {
	width: 790px;
	height: 100%;
	text-align: left;
	margin:30px auto 0;
	position: relative;
	top: 0px;
}

#header, #mainmenu, #content, #footer {
	width: 782px;
	margin: 3px;
	border: 1px solid #FFFFFF;
}

#header {
	height: 130px;
	background: #3399CC url(/images/header_bg.jpg) no-repeat top;
}

#mainmenu {
	height: 20px;
	background: #3399CC;
}

#content {
	width: 784px;
	border: 0px;	
}

#left_content, #main_content {
	border: 1px solid #2D75AA;
	background: #FFFFFF;
	float: left;
	min-height: 370px;
}

#left_content {
	width: 140px;
	background: #FFFFFF url(/images/content/left_bg.jpg) no-repeat left top;
	padding: 20px 10px 10px;
	margin-right: 3px;
}

#main_content {
	min-height: 360px;
	width: 577px;
	background: #FFFFFF url(/images/content/main_bg.jpg) no-repeat left top;
	padding: 20px;
}

#main_content_img {
	float: right;
	margin-left: 20px;
}

#spaw {
	width: 100%;
	padding: 0px;
	text-align: left;
}

#spaw img {
	float: right;
	margin-left: 0px;
}

#spaw table {
	border-collapse: collapse;
	font-size: 9px;
	color: #666666;
	border: 0px;
	width: 100%;
	padding-left: 0px;
}

#footer, #header_strap {
	border: 1px solid #2D75AA;
	height: 20px;
	background: #FFFFFF;
	clear: both;
}

#header_strap {
	background: #E8F2F8;	
}

#footer p {
	font-size: 10pt;
	color: #2D75AA;
	float: right;
}

#info {	
	background: #F5FAD9;
	border: 1px solid #AFC941;
	margin: 5px;
	float: right;
	width: 15%;
}

#logout {
	float: right;
}

#badge {
	float: right;
	margin: 10px;
}

#wysiwyg {
	width: 550px;
	position: absolute;
	top: 260px;
	left: 200px;
}