body{
	padding: 0; margin: 0;
	text-align: center;
	min-width: 900px;
	background:#000;
	font-size: 1em;
	background: #243334 url(../img/bg.jpg) repeat-x;
	}
div#container{
	width: 900px;
	margin:0 auto;
	text-align: left;
	color:#FFFFFF;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	}
/* MIDDLE */
div#middle-inner{
	float:left;
	width:670px;
	margin-right: 10px;
	}
div#middle-right-bar{
	margin: 20px;
	padding: 10px;
	background-color:#1a2425;
	font-family: Arial, "Bitstream Vera Sans", sans-serif;
	color: #171717;
	}
div#middle{
	min-height:293px;
	border-top:1px solid;
	padding-bottom:1px;
	background-color: #1a2425;
	border-top-color: #0099FF;
	}
/* CONTENT */
h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Times, serif;
	margin:3px;
	font-weight: 100;
	font-style: italic;
	color: #FFFFFF;
}
h1 {
	font-size: 180%;
	margin-left: 30px;
}
h2 {
	font-size: 170%;
	margin-bottom: 10px;
	padding-left: 30px;
	margin-top: 15px;
	color: #FFFFFF;
}
h3 {
	font-size: 150%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 15px 0 5px 40px;
	font-weight: lighter;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 1em;
	font-style: italic;
}
p, ul, ol, blockquote {
	margin: 5px;
	line-height: 200%;
	font-size:85%;
	color: #CCCCCC;
	font-weight: 100;
}
a {
	text-decoration: none;
	outline: none;
	color: #0099FF;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}
ul li {
	margin-left: 16px;
	margin-bottom: 5px;
}
ol li {
	margin-left: 18px;
	margin-bottom: 5px;
}
blockquote.pullquote {
	width:8em;
	margin:0.25em 0.75em 0.25em 1em;
	padding:0.5em;
	border:3px double #A2CAEE;
	border-width:3px 0;
	color:#CCCCCC;
	background:transparent;
	background-color:#494949;
	font:italic 100% Georgia;
	text-align:center;
	border-color: #999999;
}
.quote-attrib {font-size: 70%}
.right-bar-block{
	height:100px; 
	width:150px; 
	float:right; 
	margin-bottom:10px;
	}
/* CLASSES */
.clear{clear:both; height:1px; overflow:hidden;}
.left{float:left;}
.right{float:right;}
.reader{position:absolute; left:-999px;}
.image { padding: 5px; border: 1px solid #FFF; margin: 5px; }
