/* CSS Document */

*, html {
	margin: 0;
	padding: 0;
	}
body {
	background-color: #333333;
	font-family: 'Nobile', Tahoma, Arial, Helvetica, sans-serif;
	font-size: .9em;
	}
a {
	color: #003366;
	text-decoration: none;
	font-weight: bold;
	}
a:followed {
	text-decoration: none;
	color: #003366;
	}
a:active {
	color:#006699;
	text-decoration: underline;
	}
a:hover {
	color: #003366;
	text-decoration: underline;
	}
#hed {
	display: block;
	position: relative;
	float: none;
	clear: both;
	overflow: hidden;
	margin-top: 12px;
	width: 100%;
	height: 96px;
	background: #333333;
	}
#hed #hed_ctr {
	display: inherit;
	position: inherit;
	float: inherit;
	clear: inherit;
	overflow: inherit;
	width: 962px;
	height: 96px;
	margin: 0 auto;
	padding-top: 30px;
	background: #ffffff url('../img/bg_topcenter04.jpg') no-repeat;
	}
#hed #hed_ctr h1 {
	margin: 14px auto 0 20px;
	letter-spacing: 3px;
	text-shadow: 3px 3px #bfbfbf;
	}
#hed #hed_ctr h1 a {
	/* color: transparent !important; */
	text-decoration: none;
	/* display: block;
	width: 420px;
	height: 64px;
	background: transparent url('../img/nosnetrom_title.gif') 0 -3px no-repeat; */
	}
#ft {
	display: block;
	position: relative;
	float: none;
	clear: both;
	overflow: hidden;
	width: 100%;
	height: 96px;
	background: #333333;
	}
#ft #ft_ctr {
	display: inherit;
	position: inherit;
	float: inherit;
	clear: inherit;
	overflow: inherit;
	width: 962px;
	height: 96px;
	margin: 0 auto;
	padding-top: 36px;
	background: #ffffff url('../img/bg_btmcenter04.jpg') no-repeat;
	text-align: center;
	font-size: 67%;
	letter-spacing: 120%;
	}
#ft #ft_ctr a {
	text-decoration: none;
	font-weight: bold;
	color: #000033;
	}
#ft #ft_ctr a:hover {
	text-decoration: underline;
	color: #000099;
	}
#ft #ft_ctr a:followed {
	color: #000033;
	}
#content_outer {
	display: block;
	position: relative;
	float: none;
	clear: both;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background-color: #333333;
	}
#content_outer #content_inner {
	width: 962px;
	margin: 0 auto;
	padding: 18px 0;
	background: #ffffff url('../img/bg_content04.jpg') repeat-y;
	}	
#content_inner #colL {
	float: left;
	clear: left;
	width: 610px;
	margin: 0;
	padding: 1em 10px 0 20px;
	}
#content_inner #colR {
	float: left;
	clear: right;
	width: 260px;
	margin: 0 10px 0 0;
	padding: 1em 10px 0 40px;
	}
#colL h2, #colL h3, #colL p, #colL ul, #colL ol, #colL dl {
	width: 94%;
	margin: .67em 3%;
	} 
#colL li, #colL dd {
	width: 90%;
	margin: .25em 3% .25em 7%;
	}
#colR .widgets {
	width: 90%;
	margin: 10px auto;
	font-size: 90%;
	}
p#widget_fb {
	text-align: center;
	}
ul#nav {
	position: absolute;
	right: 9px;
	top: 72px;
	margin: 0;
	list-style: none;
	}
ul#nav li {
	font-size: 11px;
	font-weight: bold;
	display: inline;
	}
ul#nav li a {
	display: block;
	float: left;
	width: 80px;
	padding: 3px 4px 3px 6px;
	text-decoration: none;
	text-align: center;
	color: #333388;
	background-color: transparent;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border: solid 1px transparent;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	}
ul#nav li a:hover {
	color: #3333ff;
	text-decoration: underline;
	background-color: #e8e8e8;
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px; 
	border: 1px solid #999999;
	}

