* {
	margin: 0 auto;
	padding: 0;
}

a {text-decoration: none;}

body {
	color: #BBB;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	background-color: #000000;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
	color: #CCCCCC;
}

blockquote {font: bold 1em sans-serif;}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

/images618 {border: none;}

ul {margin-left: 2em;}
h1 {
	font-family: sans-serif;
	font-size: 2em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #808000;
}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(stripe.gif);
	height: 6px;
}
.left {
	float: right;
	background-color: #232323;
	
}
.right {
	float: left;
	background-color: #232323;
}

/* header */
.header {
	font: normal 2em sans-serif;
	height: 120px;
	background-color: #232323;
	background-image: url(header.gif);
	background-repeat: no-repeat;
	margin-top: 20px;
}
.header a {
	color: #888;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}
/*.header a:hover {
	background: #191919;
	color: #BBB;
}

/* structure */
.container {
	border-top-style: none;
	background-color: #232323;
	width:902px;
}

.main {
		background-color: #232323;
	/*border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;*/
}
.main .left {
	width: 600px;
	background-image: url(background1.gif);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #232323;
	padding-right: 20px;
}
.main .right {
	width: 22%;
	background-color: #232323;
}

/*.content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 16px;
}*/

/* content elements */
.content h1 {
	background: url(bgh1.gif) repeat-x left bottom;
	color: #808000;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}
.content a {
	color: #999;
	text-decoration: underline;
}
.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px;}

/* navigation */
.nav {
	background-color: #000000;
}
.nav a {
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	line-height: 25px;
	padding: 0 20px;
	background-color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
.nav a:hover {
	background: #191919 url(nav_hover.gif);
}

/* sub-navigation */
.subnav {
		background-color: #232323;
	/*border: 1px solid #1E1E1E;
	border-top-color: #444;	*/
	padding: 12px;
}
.subnav h1 {
	padding-top: 8px;
	background-color: #000000;
	padding-left: 8px;
}
.subnav ul {
	margin: 0;
}
.subnav li {
	list-style: none;
	margin: 0;
	background-color: #000000;
}
.subnav li a {
	color: #CCCCCC;
	line-height: 1.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {
	color: #FFFF00;
}

/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer p {
font-size:10px;
text-align:center;
	
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}

img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
}

img.alignright {
	float: right;
	margin: 0 0 5px 15px;
}

img.alignabove {
	margin: 0 0 10px 0;
}
