/*
*/

body {
	margin: 0;
	padding: 0;
	background: #000033;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
}

h1, h2, h3, h4{
	margin-top: 0;
	color: #1CB8EA;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

h4 {
	font-size: 1em;
	color: #E83828;
}

h5 {
	font-size: .95em;
	color: #E83828;
	font-weight: normal;
}


a {
	color: #E83828;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #000033;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.center
{
position: relative;
float: center;
margin: .5em .5em .5em .5em;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Header */

#logo {
	width: 750px;
	height: 200px;
	margin: 0 auto;
}

#logo h1, #logo p {
	margin: 0;
	color: #FFFFFF;
}

#logo h1 {
	float: left;
	padding-top: 30px;
}

#logo p {
	float: right;
	padding-top: 39px;
	font-size: 1.2em;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

#headerpic
{
position: relative;
width: 778px;
height: 285px;
background: #ffffff url('images/headerpic.gif') no-repeat;
margin: auto;
}

/* Menu */

#menu {
	width: 778px;
	height: 39px;
	margin: auto;
	background: #ffffff;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 29px;
	padding: 7px 20px 0px 31px;
	text-decoration: none;
	font-weight: bold;
	color: #E83828;
}

#menu a:hover {
	background: url(images/img06.gif) repeat-x;
	text-decoration: none;
	color: #1CB8EA;
}

#menu .current_page_item a {
	background: url(images/img06.gif) repeat-x;
	color: #000033
}


/* Page */

#page {
	width: 778px;
	margin: 0 auto;
	background: #FFFFFF;
}

#page-bg {
	padding: 11px 24px
	background: url(images/img03.jpg) no-repeat;
}


/* Latest Post */

#latest-post {
	padding: 25px;
}

/* Content */

#content {
	float: left;
	width: 420px;
	padding: 20px 0 0 20px;
}

.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.title {
	margin: 0;
}

.title a {
	text-decoration: none;
}

.title a:hover {
	border-bottom: 1px dotted #999999;
}

.byline {
	margin: 0 0 20px 0;
}

.entry {
}

.links {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 230px;
	padding-right: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#sidebar li li {
	padding: 5px 20px 5px 35px;
	border-bottom: 1px solid #F3F3F3;
}

#sidebar h2 {
	margin: 0;
	padding: 24px 0 3px 20px;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
	color: #E83828;
}

#sidebar h2:hover {
	color: #1CB8EA;
}


#sidebar a {
	text-decoration: none;
	color: #E83828;
}

#sidebar a:hover {
	color: #1CB8EA;
}


/* Footer */

#footer {
	width: 778px;
	height: 36px;
	margin: 0 auto;
	padding: 20px 0;
	background: #ffffff url(images/footerpic.gif) no-repeat;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: smaller;
	color: #666666;
}

#footer a {
	color: #666666;
}

#footer1 {
	width: 778px;
	height: 10px;
	margin: 0 auto;
	padding: 10px 0 20px 0px;
	text-align: center;
	background: #1CB8EA;
	font-size: 0.9em;
}

#footer1 a {
	color: #ffffff;
	text-align: center;
}

#footer1 a:hover {
	color: #000033;
}

