body {
	margin:0;
	padding:0;
	background:#fff;
	text-align:center;
	font:12px Arial, Helvetica, sans-serif;
	line-height:18px;
}

#container {
	width:960px;
	background-image:url(/firmware/style/unclesam/gfx/bodybg.png);
	background-repeat:repeat-y;
	margin:auto;
	text-align:left;
	border:1px solid #062858;
}

#header {
	position:relative;
	height:103px;
	background:#062858 url(/firmware/style/unclesam/gfx/headerbg.jpg) no-repeat;
}

#header .adtop {
	position:absolute;
	right:10px;
	top:10px;
	background:#fff;
	border:1px solid #9bb7c8;
	width:475px;
	height:60px;
	text-align:center;
	line-height:60px;
	padding:10px 0;
}
#headingmain {
	font:bold 24px Georgia, "Times New Roman", Times, serif;
	background:#062858;
	padding:5px 10px;
	color:#fff;
	line-height:24px;
}

#headingmain a {
	text-decoration:none;
	color:#fff;
}

#leftcol {
	float:left;
	width:630px;
	padding:10px;
}

#rightcol {
	float:right;
	width:290px;
	padding:0 10px;
}

.brk {
 	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
}

.box {
	background:#fff;
	padding:8px;
	margin-bottom:12px;
	line-height:15px;
}

p { margin:0 0 18px 0 }

h1 {
	margin:0 0 18px 0;
	font:bold 20px Georgia, "Times New Roman", Times, serif;
	color:#9f0202;
}

h3 {
	margin:0 0 18px 0;
	font:bold 15px Georgia, "Times New Roman", Times, serif;
	color:#9f0202;
}

a { 
	color:#1467df;
	text-decoration:none;
}

a:hover {
	color:#9f0202;
}

a img { border:0 }

ul {
	margin:0;
	padding:0;
	list-style:none;
}

ul li {
	background:transparent url(/firmware/style/unclesam/gfx/bullet.png) no-repeat;
	padding-left:18px;
	margin-bottom:7px;
}

.post {
	background:transparent url(/firmware/style/unclesam/gfx/postbg.png) repeat-x;
	padding:8px;
}

.posthumb {
	float:left;
	margin-right:10px;
}

.postext {
	float:right;
	width:535px;
}

.postext p, .postext h3 { margin-bottom:5px }

.postmore {
	text-align:right;
	font:13px bold Georgia, "Times New Roman", Times, serif;
}

.postmore a {
	text-decoration:none;
	color:#9f0202;
}

.lfloat { float:left }

.rfloat { float:right }

.combox {
	background:transparent url(/firmware/style/unclesam/gfx/combox-bg.png) repeat-y left bottom;
	width:622px;
	margin:10px auto 0 auto;
}

.colrecent {
	width:285px;
	float:left;
	border-top:1px solid #173c72;
	padding:10px;
	margin-left:1px;
}

.colfeatured {
	width:285px;
	float:right;
	border-top:1px solid #173c72;
	padding:10px;
}

.colrecent .postext, .colfeatured .postext {
	width:235px;
	font-size:11px;
	line-height:12px;
	margin-bottom:0;
}

.colrecent .posthumb, .colfeatured .posthumb {
	margin-bottom:5px;
}

.colfeatured p {
	margin-bottom:2px;
}

.brkline {
 	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
	padding-top:5px;
	margin-bottom:10px;
	border-bottom:1px solid #e3e3e3;
}

.combox h1, .box h1 {
	margin-bottom:10px;
	font-size:18px;
}

