	html {
	margin:0;
	padding:0;
	height:100%;
	font-family:arial;
	font-size:12px;
	background:#000 url('../images/bg2.jpg') no-repeat top center;
	padding-top:15px;	
	}
	
	a:focus {
	outline-style: none;
	}
	
	.left {
	float:left;
	}
	
	.right {
	float:right;
	}
	
	code {
	color:blue;
	}
	
	.margin30 {
	margin-left:30px;
	font-weight:normal;
	}
	
	.margin60 {
	margin-left:60px;
	font-weight:normal;	
	}
	
	#outer {	
	width:800px;	
	margin:auto;	
	}	
				
	#container {
	position:relative;
	width:800px;
	margin:auto;
	}	
	
	#header {
	width:800px;
	height:175px;		
	background:url('../images/header-bg3.png');
	}
	
	#nav {
	background:#f3f3f3 url('../images/rowbg.jpg') repeat-x bottom left;
	width:800;
	height:30px;
	margin-bottom:10px;
	}
	
	#nav ul {
	margin:0px;
	padding:0px 15px 0px 0px;
	}
	
	#nav ul li {
	list-style-type:none;
	float:left;
	height:30px;
	}
	
	#nav ul li a {
	display:block;
	height:30px;
	line-height:30px;
	padding:0px 0px 0px 15px;
	text-decoration:none;
	color:#333;
	}
	
	#nav ul li a:hover {
	color:#666;
	}
	
	#nav li.right {
	float:right;
	}
	
	
	
	#left {
	width:150px;
	float:left;
	position:relative;
	z-index:10;
	}
	
	ul.col {
	list-style-type:none;
	margin:0px;
	padding:0px;
	}
	
	ul.col li {
	display:block;
	list-style-type:none;
	width:150px;
	height:31px;
	padding:0px;
	margin:0px;
	margin-bottom:1px;
	text-align:left;
	}
	
	ul.col li a {
	display:block;
	width:140px;
	height:31px;
	text-decoration:none;
	background:url('../images/linkbg.jpg') repeat-y;	
	line-height:30px;
	color:#333;
	padding-left:10px;
	}
	
	ul.col li a.page {
background:#BDD8E3;
	}	
	
	ul.col li a:hover {
	background:#BDD8E3;
	}
	
	#center {
	width:460px;
	height:auto;
	float:left;
	margin-left:10px;
	text-align:left;
	background:#ccc;
	padding:10px;
	}
	
	h2.title {
	font-size:24px;
	color:#000;
	margin:0px;
	padding:0px;
	font-weight:normal;
	}	
	
	h2.sub {
	font-size:16px;
	color:#666;
	margin:15px 0px 0px 0px;
	padding:15px 0px 0px 0px;
	font-weight:normal;
	}	
	
	p.title {
	font-size:24px;
	color:#666;
	margin:0px;
	padding:0px;
	}
	
	p.caption {
	color:#666;
	font-weight:bold;
	margin:0px;
	margin-bottom:10px;
	padding:0px;
	}
	
	#right {
	width:150px;
	background:#ccc;
	float:right;
	position:relative;
	z-index:10;
	height:100%;
	}	
	
	
	.content {
	width:694px;
	margin:auto;
	padding-top:30px;
	}
			
	#footer {
	width:800px;
	height:100px;		
	background:url('../images/footer.png');
	margin:auto;
	color:#fff;
	font-size:12px;	
	}
	
	#footer ul {
	margin:0px 18px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	list-style-type:none;
	}
	
	#footer ul.contact {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
	list-style-type:none;	
	}
	
	#footer ul li {
	list-style-type:none;
	margin:0px;
	padding:0px;
	line-height:13px;
	display:block;
	color:#666;
	}
	
	#footer ul li a {
	text-decoration:none;
	color:#666;
	}
	
	#footer ul li a:hover {
	text-decoration:underline;
	color:#000;
	}
	
	#footer ul li.title a {
	font-weight:bold;
	color:#444;
	}
	
	.stopper {
	clear:both; 
	height:10px; 
	width:800px;	
	}
	
	.spacer {
	width:100%;
	height:20px;
	clear:both;
	}
	
	.row {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #efefef;
	padding: 10px 10px 10px 10px;
	color:#444;
	font-weight:bold;
	margin-bottom:10px;
	background:#f3f3f3 url('../images/rowbg.jpg') repeat-x bottom left;
	}
	
	.row_btm {
 	background-color: #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #efefef;
	padding: 10px;
	color:#444;
	font-weight:bold;
	background:#f3f3f3 url('../images/rowbg.jpg') repeat-x bottom left;
	}
	
	.row p {
	font-weight:normal;
	margin-bottom:0px;
	}
	
	.row_btm p {
	font-weight:normal;
	margin-bottom:0px;
	}
	
	.row p.code {
	background:#fff;
	padding:3px;
	display:block;
	text-align:center;
	border:	1px solid #ccc;
	color:#333;
	}
	
	.row a {
	font-weight:normal;
	}
	
	.row_btm a {
	font-weight:normal;
	}
	
	.row h2 {
	margin:0px;
	padding:0px;
	font-weight:bold;
	color:#333;
	font-size:12px;
	}
	
	.row h2.title {
	font-size:24px;
	color:#000;
	margin:0px;
	padding:0px;
	font-weight:normal;
	}	
	
	.row_btm h2 {
	margin:0px;
	padding:0px;
	font-weight:bold;
	color:#333;
	font-size:12px;
	}
	
	.stopper {
	clear:both; 
	height:10px; 
	font-size:0px;
	width:800px;
	}
	
	.stopper_top {
	clear:both; 
	height:10px; 
	font-size:0px;
	width:800px;
	background:#8f969b;
	}	
	
	.spacer {
	width:100%;
	height:20px;
	clear:both;
	}
	
	.ad1 {
	float:left; 
	margin:16px 0px 0px 14px; 
	padding-bottom:15px;	
	}	
	
			
	#inner {
	background:#8f969b;
	height:100%;
	}
	
	.archive {
 	background-color: #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #efefef;
	padding: 10px;
	color:#333;
	font-weight:bold;
	background:url('../images/rowbg.jpg') repeat-x bottom left;	
	height:50px; 
	clear:both; 
	width:100px; 
	margin:auto; 
	margin-bottom:15px; 
	height:68px;
	line-height:68px;
	text-align:center;
	font-size:14px;
	}
	
	.menu_ad {
 	background-color: #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px 10px;
	text-align:center;
	margin:auto; 
	margin-top:15px; 
	}
	
	.archive a {
	color:#333;
	text-decoration:none;
	}
	
	.archive a:hover {
	text-decoration:underline;
	}
	
	ul.extra_links {
	margin:0px;
	padding:0px;
	height:20px;
	overflow:hidden;
	display:block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding:5px;
	border: 1px solid #fff;
	background:url('../images/rowbg.jpg') repeat-x bottom left;	
	}
	
	ul.extra_links li {
	list-style-type:none;
	float:left;
	height:20px;
	line-height:20px;
	}
	
	ul.extra_links li a {
	height:20px;
	padding:0px 7px 0px 10px;
	text-decoration:none;
	
	}
	
	ul.extra_links li a:hover {
	color:#666;
	}	
	
	.bold {
	font-weight:bold;
	}
	
	.bottom_margin {
	height:40px; 
	width:100%;
	}
	
	h1 a {
	display: block;
	height: 0pt;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-top: 72px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 366px;
	margin-left:70px;
	font-size:0px;
	}	
	
	table.form {
	margin-top:20px;
	}
	
	table.form td {
	width:150px;
	padding-bottom:5px;
	vertical-align:top;
	}
	
	table.form input {
	width:200px;
	}
	
	table.form input.submit {
	width:120px;
	}
	
	table.form textarea {
	width:300px;
	height:100px;
	}
	
	.banner {
	margin:auto;
	width:728px;
	margin-bottom:10px;
	}
	
	form#contact {
	margin:0px;
	padding:0px;
	}
	
	form#contact table {
	width:100%;	
	}
	
	form#contact table td {
	padding:5px;
	}
	
	form#contact input {
	padding:3px;
	color:#333;
	width:200px;
	border:1px solid #ccc;
	}
	
	form#contact textarea {
	width:98%;
	height:200px;
	padding:3px;
	color:#333;
	border:1px solid #ccc;
	margin-top:5px;
	}


	

