
body {
	margin: 0px;
	padding: 0px;
	background: #000000;
	font: 13px Arial, Helvetica, sans-serif;
	color: #c0c0c0;
}

h1, h2, h3 {
	margin-top: 0px;
	color: #FFFFFF;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.4em;
}

p, ol, ul {
	margin-bottom: 1.8em;
	line-height: 160%;
}

strong {color:#fff;
}

a {
	color: #777;
}

a.top {
	color: cyan;
	font-size: 1em;
	float: right;
}

a.ref {
	color: #fff;
}

a:hover {
	text-decoration: none;
	color: cyan;
}

a.ref:hover {
	text-decoration: none;
	color: #fff;
}

a.top:hover {
	text-decoration: none;
	color: #777;
}



a img {
	border: none;
}

p.middle
{ float:middle}

p.left
{ float:left}

p.left2
{ float:left
color:#070809;}

/* Header */

#header {
	width: 900px;
	height: 150px;
	margin: 0px auto;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
	float: left;
	background: url(images/zenith.png) no-repeat left top;
	height:200px;
	weight:200px;
}

#logo h1, #logo p {
	margin: 0px;
	padding-left: 83px;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	padding: 25px 0px 0px 80px;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin: 40px 0px 0px 1px;
}

#menu a {
	display: block;
	width: auto;
	height: 20px;
	padding: 5px 10px;
	color:#888;
}

#menu a:hover {
	
	text-decoration: none;
	color: #fff;
}

#menu .active {
	background: #222;
	color:#fff;
}

#menu .active a {
	background: #222;
	color:#fff;
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto;
	padding: 40px 0px;
}

/* Content */

#content2{
margin-top: 20px
margin-bottom: 20px;
	float: right;
	width: 500px;
	background: url(images/img03.jpg) no-repeat right bottom;
	text-align: justify;
}

#content {
margin-bottom: 20px;
	float: right;
	width: 570px;
	background: url(images/img03.jpg) no-repeat right bottom;
	text-align: justify;
}

.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

.post .entry {
}



.post a {
	font-weight: bold;
	text-decoration:none;
}

.post .byline {
	margin: 0px;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 300px;
	background: url(images/img03.gif) repeat-y left top;
}

#sidebar-bgtop {
	height: 3px;
	background: url(images/img04.gif) no-repeat left top;
}

#sidebar-bgbtm {
	height: 3px;
	background: url(images/img05.gif) no-repeat left bottom;
}

#sidebar-content {
	padding: 0px 20px 20px 20px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li ul {
	margin-bottom: 1.8em;
}

#sidebar li li {
	
	padding: 5px 0 5px 0;
	border-top: 1px solid #3B495A;
	border-top: 1px solid #3B495A;
}

#sidebar h2 {
	background: url(images/img06.jpg) no-repeat left 50%;
	padding-left: 15px;
	font-size: 1.4em;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: none;
}

/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

#textfield1 {
	width: 175px;
	background: #FFFFFF;
	border: none;
}

#submit1 {
	height: 19px;
	background: #070809;
	border: none;
	text-transform: lowercase;
	font-size: 10px;
	font-weight: bold;
	color: #33FFFF;
}

/* Footer */

/* Footer */

#footer {

border-top: 1px solid #222;
	clear: both;
	width: 904px;
	margin: 0 auto;

}

#footer p {
font-size: 11px;
	margin: 0 0 0 0;
	padding: 10px;
	text-align: center;
	color:#999;
}

#footer a {
font-size: 11px;
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
font-size: 11px;
	color: #cyan;
	text-decoration: none;
}

label.error 
{ 
    float: none; color: red; padding-left: .5em; vertical-align: top; 
}

