
* 
{
	margin: 0px;
	padding: 0px;
}

body 
{
	font-size: 12px;
	line-height: 18px;

	width: 100%;
	font-family: arial, helvetica, verdana, sans-serif;
	
	background: #181818;
	color: #5e5e5e;
}

p 
{
	margin-bottom: 18px;
}

h2, h3, h4, h5 
{
	font-weight: strong;
}

h1 
{
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 5px;
}

h2
{
	font-size: 12px; 
}

h2 a, h2 a:visited 
{ 
	font-size: 12px; 
}

h2 a:hover 
{
	text-decoration:none;
}

img
{
	border-style: none;
}



ul, ol 
{
	margin-bottom: 18px;
}

#menu a 
{
	color: #7e7e7e;
	text-decoration: none;
}

#submenu a 
{
	color: #202020;
	text-decoration: none;
}

#submenu a:hover, #submenu a:active, #menu a:hover, #menu a:active 
{
	text-decoration: underline;
}


#menu
{
	height: 60px;
	padding: 5px 0px 0px 0px;
	position: relative;
}

#menu-top
{
	height: 102px;//60px;
	background: url( images/menu-top.png );	
}

#submenu
{
	margin-bottom: 1px;
	height: 40px;
	padding: 0px 20px 0px 20px;
	position: relative;
	
	background: url( images/submenu.png );
}
		
#menu ul, #submenu ul
{
	list-style: none;
	height: 37px;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	
}

#menu ul
{
	padding-top: 15px;
}

#submenu ul
{
	padding-top: 4px;
}

#menu ul li, #submenu ul li
{
	float: left;
}

#menu a
{
	display: block;
	padding: 0px 20px 0px 20px;
}

#submenu a
{
	display: block;
	padding: 10px 20px 0px 20px;
}
	
#sitename
{
	height: 100%px;
	display: block;
	float: left;
}

#pagename
{
	padding-top: 12px;
	color: #202020;

	font-size: 24px; 
	
	display: block;
	float: left;
}

#footer 
{
	display: block;
	width: 100%;
	clear: both;
	margin: 0px;
	font-size: .9em;

	padding: 30px 0px 18px 0px;
	text-align: center;
}


#wrapper
{
	margin-top: -60px;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#content-wrapper
{
	padding: 40px 0px 0px 0px;
}

#menu .current
{
	text-decoration: underline;
}

#submenu .current
{
	background-image: url( images/select.png );
	background-repeat: no-repeat;
	background-position: bottom center;

	height: 100%;
}

#content
{
	position: relative;
	top: 10px;
}


.twopart-bg, .threepart-bg, .mainimg-bg
{
	color: #202020;
	float: left; 
	position: relative;
}

.twopart-bg a, .twopart-bg a:active, .twopart-bg a:hover, .threepart-bg a, .threepart-bg a:active, .threepart-bg a:hover
{
	color: #202020;
}

.twopart-bg
{
	width: 450px; 
	height: 200px;
	background: url( images/twopart-bg.png );
}

.threepart-bg
{
	width: 300px; 
	height: 200px;
	background: url( images/threepart-bg.png );
}

.mainimg-bg
{
	width: 900px; 
	height: 300px;
	background: url( images/mainimg-bg.png );

}

table
{
	border-collapse: collapse;
}

thead
{
	font-size: 14px;
	color: #3e3e3e;
	background: #bebebe;
}

tfoot
{
	color: #3e3e3e;
	background: #bebebe;
}

td
{
	vertical-align: top;
	padding: 0px 20px 0px 20px;
	border: 1px solid #5e5e5e;
}

.main-bg-top
{
	height: 14px;
	background: url( images/main-bg-top.png );
}

.main-bg
{
	padding: 0px 20px 0px 20px;
	background: url( images/main-bg.png );
}

.main-bg-bottom
{
	height: 14px;
	background: url( images/main-bg-bottom.png );
}

