html, body {
    height: 100%;
	margin: 0;
	padding: 0;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	background: url("i/bg.png") no-repeat scroll center top #08141e;
}

p {
	margin: 15px 0;
	line-height: 140%;
    font-size: 15px;
}

h2 {
	font-size: 18px;
	margin: 30px 0 0 0;
}

h5 {
	font-size: 16px;
	margin: 10px 0 0 0;
}

a, a:visited {
	color: #000;
}

a img {
    border:none;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
	padding: 0 20px;
	width: 920px;
    position: relative;
    margin: 0 auto -40px;
}

#header {
	height: 120px;
	width: 920px;
	position: relative;
}

#logo {
	width: 240px;
	height: 64px;
	position: absolute;
	top: 22px;
	left: 100px;
	margin: 0;
}

#menu_bar {
	height: 46px;
	padding: 0;
	position: absolute;
    top: 46px;
    left: 370px;
	font-size: 20px;
    font-family: Consolas,
        "Andale Mono",
        "Lucida Console",
        "Lucida Sans Typewriter",
        "Courier New",
        Courier,
        monospace;
	text-transform: lowercase;
    color: #fff;
}

#menu_bar ul {
	margin: 0;
	padding: 5px;
}

#menu_bar ul li {
	float: left;
	display: inline;
	padding: 0;
	margin: 0px 15px;
	height: 36px;
}

#menu_bar ul li a {
    color: #fff;
	text-decoration: none;
}
#menu_bar ul li a.current {
	text-decoration: underline;
}

#page {
	float: left;
	width: 920px;
	min-height: 600px;
}

div.leftcol {
    padding: 0 0 40px 76px;
    margin: 0 0 60px 0;
    float:left;
}

div.rightcol {
    margin: 0 0 60px 0;
    float:left;
}

div.col430 {
    width: 430px;
}

div.col430 div.colbody {
    width: 350px;
}

div.col300 {
    width: 300px;
}

div.col300 div.colbody {
    width: 220px;
}

div.colbody {
    padding: 5px 40px;
    color: #333;
}

div.colbody p.blogdate {
    color: #777;
}

div.colbody p.byline {
    color: #333;
    font-size: 12px;
    margin: 0;
}


div.colheader {
    border-bottom: 1px solid #333;
    float:left;
}

div.col430 div.colheader div.colheadermiddle {
    width: 390px;
}
div.col430 div.colfooter div.colfootermiddle {
    width: 392px;
}

div.col300 div.colheader div.colheadermiddle {
    width: 260px;
}

div.col300 div.colfooter div.colfootermiddle {
    width: 262px;
}

div.colheaderleft {
    background: url("/i/section-hdr-left.png") no-repeat;
    width: 20px;
    height: 134px;
    float: left;
}

div.colheadermiddle {
    background: url("/i/section-hdr-center.png") repeat-x;
    height: 134px;
    float: left;
}

div.colheaderright {
    background: url("/i/section-hdr-right.png") no-repeat;
    width: 20px;
    height: 134px;
    float: left;
}

div.colbody {
    background: #fff;
    min-height: 134px;
    float: left;
}

div.colfooterleft {
    background: url("/i/white-rounded-corners.png") no-repeat bottom left;
    width: 21px;
    height: 21px;
    float: left;
    margin-top:-1px;
    margin-right:-1px;
}

div.colfootermiddle {
    background: #fff;
    height: 21px;
    float: left;
    margin:-1px -1px 0px -1px;
}

div.colfooterright {
    background: url("/i/white-rounded-corners.png") no-repeat bottom right;
    width: 21px;
    height: 21px;
    float: left;
    margin-top:-1px;
    margin-left:-1px;
}

div.push {
    height: 40px;
}
#footer {
	background-color: #000;
	color: #fff;
    clear: both;
    height: 40px;
}

#footer a {
	color: #fff;
}

#footer p {
	margin: 20px 0 0 0;
    padding-top: 10px;
	text-align: center;
}
