body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #990000 url('images/mainbg.jpg') center repeat-y;
}
#wrapper {	margin: 0 auto 0 auto;}
#main {	
	width: 800px;
	border: none;		
	border-collapse: collapse;		
	border-spacing: 0px;
	
}


#main td.header {
	background: url('images/header.jpg') center center no-repeat;
	height: 171px;
}

#main td.menu {
	background: url('images/sidemenu.jpg') no-repeat top right;
	width: 190px;
	height: 775px;
	vertical-align: top;		
	padding: 0px;	
	/*border: 2px solid green;*/
}

#main td.tabs {
	background: url('images/tabs_ie.jpg') no-repeat top left;
	height: 39px;
	width: 607px;
	font-family: sans-serif;
	font-weight: bold;

	background: url('images/tabs.gif') no-repeat top left;
	}
html>body #main td.tabs {
	
	background: url('images/tabs.gif') no-repeat top left;
}

#main td.tabs a {
	text-decoration: none;
	color: #990000;
}



#main td.con {
	padding: 0px;
	vertical-align: top;
	height: 100%;
}

#main td.con div.stuff{
	padding: 10px;
	height: 100%;
	/*border-top: 2px solid #990000;
	border-left: 2px solid #990000;
	border-right: 2px solid #990000;*/
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 570px;
	}
html>body #main td.con div.stuff {
	width: 570px;
}

#main td.bottom {
	/*background: url('images/conbottom.jpg') bottom right no-repeat;*/
	width: 565px;
	height: 98px;
	
	voice-family: "\"}\"";
	voice-family: inherit;
	/*background: url('images/conbottom_ff.jpg') bottom right no-repeat;*/
	}
html>body #main td.bottom {
	/*background: url('images/conbottom_ff.jpg') bottom right no-repeat;*/
}


#main td.footer {
	
}

#main a.foot {
	color: #990000;
}	


#navlist {
list-style: none;
padding: 0;
margin: 0;
margin-top: 8px;
margin-left: -180px;
font-size: 14px;
font-weight: bold;

}
/*IE workaround*/
/*All IE browsers*/
* html #navlist {
	margin-left: 40px;
}


#navlist li
{
display: inline;
padding: 0;
margin: 0;
}

#navlist li:before { content: "| "; }
#navlist li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html #navlist li
{

border-left: 1px solid black;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #navlist { height: 1%; }

* html #navlist li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #navlist li:first-child { border-left: 0; }