* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	background: #000 url(img/bg.jpg) no-repeat center top;
	color: #BBB;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	text-align: center;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

p.quote
{font-style:italic;}
p.signature
{font-style:italic; font-weight:bold;}

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 2.4em sans-serif;}
h2 {
	font: bold 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
}

.clearer {clear: both;}
.stripes {
	background: #333 url(img/stripe.gif);
	height: 6px;
}
.left {float: left; }
.right {float: right; }


.header {
	font: normal 2em sans-serif;
	height: 154px;
}
.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 {
	margin: 0 auto;
	text-align: left;
	border: none;
	width: 960px; 	
}

.main {


}
.main .left {width: 64%;}
.main .right {width: 36%;}

.content {

	padding: 16px;
}

.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;}

.testimonial {
	background:url(img/50trans.png);
	border: 1px solid #1E1E1E;
	padding: 5px;
}

.nav a {
	background: url(img/nav.png);
	border-right: 1px solid #020528;
	border-bottom: 1px solid #020528;
	color: #CCC;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 51px;
	padding: 0 20px;
	margin-top:1px;
	
}
.nav a:hover {
	background: url(img/nav2.png);
}

#red {background: url(img/navRED.gif); }
#red:hover {background: url(img/navRED_hover.gif);}

.subnav {
	background:url(img/50trans.png);
	border: 1px solid #1E1E1E;
	border-top: none; border-right:none;
	padding: 12px;
	float:right;
	width:300px;
	min-height:300px;
}
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	margin: 0;
	padding-bottom:4px;
}

.bare {background:none !important;}

.subnav li a {
	color: #777;
	text-decoration: underline;
}
.subnav li a:hover {color: #BBB; font-size: smaller; font-weight:bold;}


.footer {

	color: #999;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.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 {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}

#twitter_div li {
	list-style:none; padding-bottom:7px;
}
#twitter_div li span {
	display:block; width:100%;
}