body {
	margin: 0px;
	background: #ccc;
	font-family: helvetica, verdana;
	color: #333;
	font-size: 15px;}

#main {
	margin: 0px;}

#header {
	width: 100%;
	background: #002e3a;
	margin: 0px;
	border-bottom: 5px #2c6776 solid;
	text-align: center;}

#header_inner {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	text-align: left;}
	
#logo {}

#logo img {
	text-decoration: none;
	border: 0 none;}	
	
#logo a:link{
	text-decoration: none;
	border: 0 none;}
	
#logo a:visited{
	text-decoration: none;
	border: 0 none;}

#logo a:hover{
	text-decoration: none;
	border: 0 none;}

#content {
	min-height: 430px;
	background: #fff;
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	border: 1px solid white;}
	
#content_inner {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: left;
	border: 1px solid white;
	margin-top: 0px;
	padding-top: 0px;}
	
#nav {
	text-align: bottom;
	color: white;
	}

#left {
	position: relative;
	text-align: left;
	float: left;
	margin: 0px;
	width: 210px;
	border: 1px solid white;
	margin-top: 0px;
	padding-top: 0px;}
	
#pages {}

#pages ul li {
	border-bottom: 1px dotted #ccc;}

#catsearch {}

#catsearch ul {
	margin-top: 30px;}	
	
#catsearch ul li {
 	list-style-type: none;
 	list-style-image: none;
 	margin-bottom: 0px;
 	margin-left: -30px;
}

#left ul {
	margin-top: 30px;}	
	
#left ul li {
 	list-style-type: none;
 	list-style-image: none;
 	margin-bottom: 10px;
 	margin-left: -30px;
}

/*
#left ul p, #left ul select {
 	margin: 5px 0 0px;
}

#left ul ul, #left ul ol {
 	margin: 5px 0 0 10px;
}

#left ul ul ul, #left ul ol {
 	margin: 0 0 0 0px;
}

ol li, #left ul ol li {
 	list-style: decimal outside;
}

#left ul ul li, #left ul ol li {
 	margin: 3px 0 0;
  	padding: 0;
}
*/

#center {
	width: 500px;
	margin-left: 230px;
	margin-top: 0px;
	padding-top: 0px;
	border: 1px solid white;}
	
.post {
	margin-top: 0px;
	padding-top: 0px;
	border: 1px solid white;
	border-bottom: 1px dotted #ccc;}
	

#right {}

#footer {
	border-top: 5px #eee solid;
	height: 100px;
	background: #ccc;}

a{
	color: #003d4c;
	text-decoration: none;}

a:hover{
	color: #003d4c;
	text-decoration: underline;}

a:visited{
	color: #003d4c;
	text-decoration: none;}

a:active{
	color: #003d4c;
	text-decoration: underline;}

