/* @override 
	http://spotpro.local//afi//css/Default.css
	http://spotpro.local/afi/css/Default.css
*/

body {
	padding: 0;
	margin: 0;
	background-color: #e8e8e8;
}

table.main {
	background-color: #fff;
}

#main_logo {
	height: 203px;
	background: url(../layout/banner.jpg);
}

#footer {
	height: 58px;
	background: #01478c url(../layout/footer.jpg) no-repeat;
}

#shadow_l {
	background: url(../layout/shadow_l.jpg) repeat-y;
}

#shadow_r {
	background: url(../layout/shadow_r.jpg) repeat-y;
}

#PageContent {
	min-height: 700px;
	width: 800px;
	text-align: left;
	
}
#PageContent *{
}


/* Menu Stuff */

/* @group Menu stuf */

#menu, #hmenu_l, #hmenu_r {
	height: 40px;
	margin: 0;
	padding: 0;
	background-color: #fcb924
}

#hmenu_l {
	width: 20px;
	background: url(../layout/hmenu_left.jpg) no-repeat;
	float: left;
}

#hmenu_r {
	width: 20px;
	background: url(../layout/hmenu_right.jpg) no-repeat;
	float: right;
}

/* @end */

/*#hnav{
	background: #fcb924 url(../layout/hmenu_back.jpg) repeat;
	color: #fff;
	width: 840;
	padding: 0;
	margin: 0;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}*/