#content {
    margin-left:100px;
    margin-right:100px;
    font-size:14px;
}

html {
	background: url('bg3.jpg') top center repeat;
}

div#body-outer {
	margin: 21px auto 0;
	width: 792px;
	margin-top: 21px;
	background: url('shadow_middle.gif') repeat-y;
}

div#header {
	width: 781px;
	height: 194px;
	background: url('banner.gif.jpg') 11px 11px no-repeat;
}

div#content-main {
    background-color:#EEE;
    padding: 0 11px;
}

div#footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #919191;
	padding: 0 47px 0 20px;
	height: 23px;
	text-align: right;
	clear: both;
	background: url('shadow_bottom.gif') bottom left no-repeat;
}

div#mainmenu {
	height: 43px;
	border-bottom: 1px solid #DFDFDF;
}

div#mainmenu table {
	border-left:1px solid #FFF; border-right:1px solid #FFF; border-top:0px solid #FFF; border-bottom:0px solid #FFF; width: 100%;
	border-collapse: collapse;
	height: 20px;
	
}

div#mainmenu td {
	border-left:1px solid #FFF; border-right:1px solid #FFF; border-top:0px solid #FFF; border-bottom:0px solid #FFF; padding:0; 
}

div#mainmenu a {
	display: block;
	height: 20px;
	line-height: 20px;
	background: url('menu.gif') repeat-x;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	padding: 0 15px;
	text-align: center;
}

div#mainmenu a.active,
div#mainmenu a:hover {
	background-image: url('menu_over.gif');
}

div#content {
	padding: 10px 0;
	float: left;
}
