/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	background: #111 url(img/bg.jpg) repeat-y center top;
	color: #BBB;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}


ul {margin-left: 2em;}
h1 {font: normal 2.4em sans-serif;}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(img/stripe.gif);
	height: 6px;
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
	background: #111 url(img/top.jpg) center top no-repeat;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 200px;
}
/* structure */
.container {
	border: 3px solid #444;
	border-top: none;
}

.main {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}

.content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 12px 16px;
}

/* content elements */
.content h1 {
	background: url(img/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #999;
	text-decoration: underline;
}
.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px;}

/* navigation */
.nav {background: #191919 url(img/nav.gif);}
.nav a {
	background: #191919 url(img/nav.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: bold 1.2em Verdana,sans-serif;
	line-height: 51px;
	padding: 0 20px;
}
.nav a:hover {
	background: #191919 url(img/nav_hover.gif);
}

/* sub-navigation */
.subnav {
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;	
	padding: 12px;
}
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	background: url(img/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #777;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {color: #BBB;}

/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 10px 3% 1%;
}

.col3,.col3center {
	float: left;
	width: 23%;
	margin: 0 2% 0 0;
}
/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}

/* top */
.top {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 10px 3% 160px;
}
.top ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.top li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.top li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.top a {color: #666;}
.top a:hover {
	color: #BBB;
	background: #222;
}


#banner {
	margin: 2px auto;
	background: #999;
	text-align: center;
	font-weight: bold;
	width: 468px;
	height: 60px;
	top: 30px;
}

#banner a {
	color: #fff;
	display: block;
	width: 468px;
	height: 60px;
	line-height: 60px;
}

#vertbanner {
	margin: 40px 5px 2px;
	float: right;
	background: #999;
	text-align: center;
	font-weight: bold;
	width: 120px;
	height: 600px;
}

#vertbanner a {
	color: #fff;
	display: block;
	width: 120px;
	height: 600px;
	line-height: 600px;
}
img {
	background: inherit;
   border: 1px solid #eee;
	padding: 1px;
}
.imgright {
  	margin: 5px 0px 5px 5px; 
	float: right;
}
.imgleft {
  	margin: 5px 5px 5px 0px;
	float: left;
}