body {
	margin: 0 auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
    background: #000000 url(images/star_tile.gif) fixed;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #005794;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	color: #000000;
}

a:hover {
	background: none;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
    background: url(images/moon.jpg) no-repeat top right fixed;
}

#wrapper2 {
	text-align:center;
	margin: 0;
	padding-top: 10px;
}

/* Header */

#header {
	width: 910px;
	height: 60px;
	margin: 0 auto;
	padding-top: 10px;
}

.topimg img {
	margin: 0;
	padding: 0 0 20px 0;
	border: none;
	
}

/* Menu */

#menu {
    -moz-opacity:0.75;
	width: 910px;
	height: 60px;
	margin: 0 auto;
	padding: 0;
}

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

#menu li {
	width: 110px;
	float: left;
}

#menu a {
	display: block;
	padding: 20px 20px 0 0;
	height: 45px;
	text-decoration: none;
	font-size: 16px;
	font-weight: normal;
    color:#ffffff;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	text-decoration: underline;
    background: url(images/bg_menu_satellite.png) no-repeat top left;
}

/* Page */

#page {
	width: 910px;
	margin: 0 auto;
	padding: 0;
	border: 15px #FFFFFF solid;
	background: #ffffff url(images/img02.jpg) repeat-x left top;
}

/* Content */

#content {
	float: left;
	width: 600px;
	padding: 20px 0 0 20px;
	text-align:left;
}
#content-wide {
	float: left;
	width: 885px;
	margin-top:-10px;
	padding: 20px 0 0 20px;
	text-align:left;
}

.post {
}

.post .title {
	color: #005794;
}

.post .title a {
	background: none;
	color: #005794;
	border: none;
}

.post .title a:hover {
	text-decoration: underline;
}

.post .meta {
	padding-bottom: 10px;
	background: url(images/img04.gif) repeat-x left bottom;
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.post .comments {
}

.post .entry {
	padding: 10px 0 20px 0;
	text-align: justify;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	padding: 40px 20px 0 0;
	color: #333333;
}

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

#sidebar li {
}

#sidebar li p {
	padding-left: 15px;
}

#sidebar li ul {
	padding-bottom: 30px;
}

#sidebar li li {
	margin-left: 15px;
	padding-left: 10px;
	line-height: 35px;
	border-bottom: 1px dotted #D7D0F4;
	background: url(images/img06.gif) no-repeat left 50%;
}

#sidebar h2 {
	letter-spacing: -.5px;
	padding-bottom: 10px;
	color: #005794;
	background: url(images/img04.gif) repeat-x left bottom;
}

#sidebar p {
	padding-bottom: 20px;
	text-align: justify;
}

#sidebar a {
	color: #000000;
	border: none;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #000000;
}


/* Widebar */

#widebar {
	padding: 25px 28px 0 28px;
	background: #F2F2F2 url(images/img11.gif) repeat-x;
	width: 855px;
}

#widebar #colA {
	float: left;
	width: 240px;
}

#widebar #colB {
	float: left;
	width: 240px;
	padding-left: 45px;
}

#widebar #colC {
	float: left;
	width: 166px;
	padding-left: 45px;
}

#widebar #colD {
    float:left;
    width: 380px;
}

#widebar #colE {
	float: left;
	width: 380px;
	padding-left: 45px;
}



/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	width: 910px;
	height: 0px;
	margin: 0 auto;
	text-align:center;
	padding: 40px 0;
	background: url(images/img04.gif) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	color: #B2B2B2;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #999999;
}