body, html {
	margin: 0;
	padding: 0;
	background: #FFFFFF url('images/bg1.jpg') repeat-x left top;
	font-size: 15px;
	text-align: center;
	color: #000000
}

body, th, td, input, textarea, select, option {
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}


h1, h3 {
	text-transform: uppercase
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #166F97;
}

h1 {
	letter-spacing: -2px;
	font-size: 3em;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;
	color: #000000;
}

h3 {
	font-size: 1em;
}


a {
	color: #31A1D4;
}

a:hover {
	text-decoration: none;
	color: #166F97;
}

hr {
	display: none;
}

/* Header */

#header {
	width: 800px;
	height: 270px;
	margin: 0 auto;	
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	background: url('images/header.jpg') no-repeat 0% 50%;
	
}



/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	padding-top: 40px;
}

/* Content */

#content {
	float: right;
	width: 530px;
	margin: 0;
	padding: 0;
	text-align:justify;

}


.post {
	padding: 40px 30px 0px 30px;
}

.title {
	margin: 0;
	padding: 0;
	font-size: 24px;
	padding-bottom: 20px;
}

.title h2 {
	margin: 0;
	margin-left: 50px;
	color: #000000;
}

.title a {
	text-decoration: none;
	color: #166F97;
}

.pagetitle {
}

.byline {
	float: left;
	display: block;
	margin: 0;
	padding: 15px 0 0 0;
	color: #646464;
}


.navigation {
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.posts {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.posts li {
}

.posts h3 {
	margin: 0;
	font-weight: bold;
}

.posts p {
	margin: 0;
	line-height: normal;
}

.posts a {
}


.last {
	border: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 220px;
	margin-bottom: 10px;
	color: #000000;
	text-align:justify;
}


#sidebar ul {
	margin: 0 0 0 20px;
	padding: 30px 0 20px 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 0px 17px 16px 0px;
}

#sidebar li li {
	border-bottom: 1px dotted #E3E3E3;
	padding: 0 0 10px 0px;
}

#sidebar h4 {
	margin: 0;
	padding: 10px 0px 0px 10px;
	height: 40px;
	text-transform: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #166F97;
}

#sidebar a {
	color: #000000;
	text-decoration: none;
}


#sidebar a:hover {
	text-decoration: none;
	color: #166F97;
}


/* Footer */

#footer {
	clear: both;
	height: 202px;
	background: url('images/bg2.jpg') repeat-x left bottom;
	text-align: center;
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000
}

#footer p {
	padding-top: 80px;
	text-transform: uppercase;
}

#footer p a {
	color: #31A1D4;
}

#footer p a:hover {
	text-decoration: none;
	color: #166F97;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
