/* 
=====
(c) 2009 J.S. Negley LLC
www.jsnegley.com
template: jsN_Maximus
file: css/main.css

version: 2009-06-04
=====
*/
body { 
	background: #99a1b0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
    font-weight: normal;
	color: #363636; 
    margin: 0;
	padding: 0;
}
*{ margin:0; padding:0 }
html {
	margin-bottom: 1px;
	height: 100% !important;
	height: auto;
}
table{
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
td{
    text-align: left;
    vertical-align: top;
	padding: 0;
	margin: 0;
}
div{
	padding: 0;
	margin: 0;
}

/* === positions ====== */
div#wrapper-out {
	position: relative;
	display: block;
	width: 1020px;
	margin: 0 auto;
}
div#wrapper-in {
	background: url(../images/wrapper.png) top left repeat-y;
	width: 1020px;
	margin: 0 auto;
}
div#wrapper-bottom {
	background: url(../images/wrapper-bottom.png) top left no-repeat;
	width: 1020px;
	height: 35px;
	margin: 0 auto;
}
div#container-out {
	position: relative;
	display: block;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
div#container-in {
	
	width: 1000px;
	background: #fff;
	margin: 0 auto;
	padding: 0;
}
div#header {
	background: url(../images/header.png) top left no-repeat;
	width: 1000px;
	height: 160px;
}
div#container-bottom {
	background: url(../images/footer.png) top left no-repeat;
	width: 1000px;
	height: 58px;
}
div#header #go-home {
	background: none;
	position: absolute;
	display: inline-block;
	width: 180px;
	height: 135px;
	top: 0;
	left: 45px;
}
div#nav{
	position: relative;
	display: block;
	background: url(../images/nav-bkg.jpg) #fff repeat-x top left;
	float: left;
	width: 230px;
	min-height: 600px;
	margin-left: 3px;
}
div#article-out {	
	position: relative;
	display: block;
	float: right;
	width: 760px;
	margin-right:2px;
}
div#article-in {
	position: relative;
	display: block;
	float: right;
	width: 680px;
	margin-right: 43px;		
}
div#article-top {
}
div#article-bottom {
}
div#footer {
	height: 50px;
	padding-top: 9px;
}
.clear {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* === linking ====== */
a{
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #ccc;
	text-decoration: none;
}


/* === footer ====== */
div#footer p{
	color: #333;
	font-size: 11px;
    font-weight: normal;
    margin: 2px;
	padding: 0;
	text-align: center;
}
div#footer a{
	font-size: 11px;
	color: #333;
	text-decoration: underline;
}
div#footer a:hover{
	text-decoration: none;
}