body {
	color: #eaeaea;
	background: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
		
#page {
	height: 100%;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #000000 url(../images/bg.jpg) top center repeat-x;
}

	
/*****************************************/
/***         Header / Logo             ***/
/*****************************************/

#header {
	height: 263px;
	background: url(../images/header.png) top center no-repeat;
	margin: 0 auto;
	width: 1000px;
}

#topnavi {
	padding: 0;
	text-align: right;
	color: #000000;
	width: 880px;
	margin: 0 auto;
	height:20px;
}

#logo {
	padding: 0;
	text-align: left;
	color: #000000;
	width: 900px;
	margin: 5px auto;
}

#logo a, #logo a:link, #logo a:hover {
	font-size: 11px;
	padding: 0;
	margin: 0;
	color: #000000;
	text-decoration: none;
	outline: none;
}

/*****************************************/
/***              content              ***/
/*****************************************/

#wrapper {
	padding: 5px 0px;
	width: 1000px;
	margin: 0 auto;
	background: url(../images/center_bg_top.png) top center no-repeat;
}


#content {
/*text-align:justify;*/
	width: 880px;
	margin: 0 auto;
	padding: 5px 0 0;
	overflow: hidden;
}

#maincontent {
	float: left;
	width: 720px;
	margin: 15px 0 0;
	padding: 0px 0 0 10px;
	min-height:400px;
		overflow: hidden;
}

#workstation {
	text-align: left;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	background: url(../images/center_bg.png) top center repeat-y;
}

/*****************************************/
/***            navi links             ***/
/*****************************************/

#leftnavi {
	color: #eaeaea;
	margin: 10px 0 0 0;
	width: 150px;
	float: left;
	padding: 0px 0 10px 0;
	text-align: left;
	/*background:  url(../images/menu_bottom.png) bottom left no-repeat;*/
}

#leftnavi h3{
	margin: 0 0 10px 0;
	width: 150px;
	height: 40px;
	padding: 0px 0 0px 0;
	text-align: center;
	background: url(../images/sh3.png) top left no-repeat;
	color: #eaeaea;
	font-size: 12px;
	font-weight: bold;
}

.module {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	background:  url(../images/testg.jpg) top center no-repeat;
	color: #eaeaea;
}


.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	/*width: 16em;*/
	width: 150px;
}


.menu li {
	margin: 0;
	list-style: none;
	padding: 0;
}

.menu a {
	border-bottom: 0px dashed #ee7f00;
	color: #eaeaea;
	display: block;
	margin: 0;
	padding: 5px 15px;
	text-decoration: none;

}
.menu a:hover {
	background: url(../images/hover.gif) left center no-repeat;
	color: #eaeaea;
	padding-bottom: 5px;
}          

.activeitem
 {
	background: url(../images/hover.gif) left center no-repeat;
	color: #ee7f00;
	font-size: 12px;
	font-weight: bold;
} 
.item
 {
	color: #eaeaea;
	font-size: 12px;
	font-weight: bold;
} 

/*****************************************/
/***               food                ***/
/*****************************************/


#footer {
	margin: 0 auto;
	text-align: center;
	width: 1000px;
	height: 104px;
	background: url(../images/footer_bg.png) top center no-repeat;
	font-size: 11px;
}

#footercopy {
	padding: 10px 60px 0;
    text-align: right;
	width: 1000px;
    color: #eaeaea;
	font-size: 11px;
		width: 880px;
}



#footernavi {
	padding: 5px 60px 0;
    text-align: right;
	width: 1000px;
    color: #eaeaea;
	font-size: 11px;
	width: 880px;
}

#footerxhtml {
	padding: 20px 60px 0;
    text-align: right;
	width: 1000px;
    color: #eaeaea;
	font-size: 9px;
	width: 880px;
}


#footer p {
	height: 20px;
	text-align: right;
	padding: 10px 30px 0 0;
	color: #eaeaea;
	font-size: 11px;
}


/*****************************************/
/***               other               ***/
/*****************************************/

a img {
border:none;
}

p, div, tr, td {
	color:#eaeaea;
	font-size: 11px;
}

a:link, a:visited {
	color:#eaeaea;
text-decoration: none;
text-underline: none; 
}

a:hover {
	color:#eaeaea;
	text-decoration: none;
text-underline: none; 
}

.small {
color:#eaeaea;
font-size: 12px;
}







             
                    
