
* {
	margin: 0;
	padding: 0;
}



a {text-decoration: none;}

img, div { behavior: url(Modx/iepngfix.htc)}

body {
	background: #111;
	color: #BBB;
	font: normal 70% "Tahoma",sans-serif;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 2em;
}

/*
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;
}
*/

img {border: none;}

ul {margin-left: 2em;}
h1 {font: normal 2em Tahoma,verdana;}
h2 {font: normal 1.6em Tahoma,verdana;padding-bottom: 2px; border-bottom:solid 1px; 
}
h2 a{text-decoration:none}
.left {float: left;}
.right {float: right;}


.header {
	background: #111;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 120px;
}
.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;
}


.container {
        width:800px;
        margin:1em auto 0 auto;
        padding:0px;
	border: 3px solid #444;
	border-top: none;
}

.main {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}
.main a{text-decoration: none;
}
.main .left {width: 20%;}
.main .right {width: 80%;}

.content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 16px;
        float: left;
}
.cb {
	background: #191919
}

/* content elements */
.content h1 {
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #999;
	text-decoration: none;
}
.content a:hover {color: #CCC;}

.nav {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
        }
.nav ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.nav li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.nav li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
        text-decoration: none;
}
.nav a {color: #666;
        text-decoration: none;
}
.nav a:hover {
	text-decoration: none;
        color: #BBB;

}
.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}


.bottom {
	background: #191919;
        border-top: 1px solid #262626;
        text-align: center;
        color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a, .bottom .right a:hover {color: #888;}
.bottom .right, .bottom .right a {color: #555;}