html, body {
 height:				100%;
 min-width:				1000px;
}

body, div, h1, h2, h3 {
 margin:				0px;
 border:				0px;
 padding:				0px;
 font-family:			arial,sans-serif;
 background-position:	center;
}

body {
  background-color:		#3F3F3F;
	background-image:	url(../images/bg.gif);
  background-repeat:	repeat-y;
  text-align:			center;
}

a {
	text-decoration:	none;
}

h1 , h1 a{
 color:					#cc0000;
 text-transform:		uppercase;
 font-size:				25px;
 margin:				0px 0px 20px 0px;
 font-weight:			bold;
}

h2 , h2 a {
 color:					#cc0000;
 text-transform:		uppercase;
 font-size:				20px;
 margin:				20px 0px 20px 0px;
 font-weight:			normal; 
}

h3 , h3 a {
 color:					#cc0000;
 text-transform:		uppercase;
 font-size:				15px;
 margin:				20px 0px 20px 0px;
 font-weight:			normal;  
}

a {
 color:					#398b84;
}

#wrapper {

 border-left:			1px solid #000; 
 border-right:			1px solid #000;	
 margin:				0px auto;
 width:					802px;
 height:				266px;
 overflow:				show;
 text-align:			left;
 z-index:				10;
}

#header {
 margin:				0px auto;
 width:					802px;
 text-align:			left;
 z-index:				20;

}

#header img {
border-bottom:			1px solid #000;
}

#navi {
 width:					180px;
 display:				inline;
 float:					left;
 z-index:				30;
}

#naviinner {
 font-size:				79%;
 padding: 				0px 10px 10px 10px;
}

#contentfullwidth {
 width:					600px;
 margin-left:			180px;
 font-size:				15px;
 z-index:				40;
}


#mainlevel {
 margin-top:			15px;
 padding:				0px 10px 0px 15px;
}


#mainlevel li {
 list-style-type:		none;
 padding:				1px 0px 1px 0px;
}

#mainlevel li a {
 font-family:			arial;
 display:				block;
 height:				25px !important;
 padding-top:			4px;
 padding-left:			8px; 
 height:				25px;
 font-size:				12px;
 text-transform:		uppercase;
 color:					#cc0000;
 font-weight:			bold;
 text-decoration:		none;
 background-repeat:		no-repeat;
}

#mainlevel li a:active, #mainlevel li a:hover, #mainlevel ul li a.active_link, a#active_menu {
 background-repeat:			no-repeat;
}

#mainlevel_sub { 
 margin-top:				15px;
 padding:					0px 10px 0px 15px;
}

#mainlevel_sub li {
 list-style-type:			none;
 padding:					1px 0px 1px 0px;
}

#mainlevel_sub li a {
 font-family:				arial;
 display:					block;
 height:					25px !important;
 padding-top:				4px;
 padding-left:				8px; 
 height:					25px;
 font-size:					12px;
 text-transform:			uppercase;
 color:						#5F5B5B;
 font-weight:				bold;
 text-decoration:			none;
 background-repeat:			no-repeat;

}

.important {
	padding:				2px 4px;
	color:					#fff;
	background-color:		#cc0000;
	text-decoration:		none;
}

#naviinner li, #naviinner ul {
	margin:			0px;
	padding:		0px;
	list-style-type:	none;
}