body {
	background: #000000 url(images/background.jpg) center repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#ffffff;
	margin: 10px auto;
	font-weight: normal;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.75em;
	}

.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color:#FFFFFF;
}

a {
	text-decoration:none;
	color:#ffffff;
	}
a:hover {
	text-decoration:none;
	color:#bbbbbb;
	}
	
#wrapper {
	margin:0 auto;
	width:770px;
	background:#000000;
	font-size:1.20em;

	}
#header {
	height:142px;
	background:url(images/header.jpg) no-repeat;
	}
#menu {
	height: 30px;
	background: #027B3D;	
	text-align: center;
	}
#menu a:link, #menu a:visited {
	display: block;
	float: left;
	line-height: 30px;
	height: 30px;
	padding: 0 30px;
	color: #fff;
	border-right: 1px solid #fff;
	border-bottom: 0;
}

#menu a:hover {
	background: #09C665;
	border-right: 1px solid #fff;
	text-decoration: none;
	border-bottom: 0;
}
#menu ul {
	padding: 0;
	list-style: none;
}

#menu li {
	margin: 0;
	float: left;
	height: 30px;
	padding: 0;
}
#sidebar {
	float:right;
	width:180px;
	background:#000000;
	margin-right:10px;
	}
#content {
	float:left;
	width:550px;
	min-height:400px;
	}
	
div#bottomnav {
	color: #bbbbbb;
	clear:both;
	text-align: center;
	padding: 12px 10px 8px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #ffffff;
}
div#bottomnav a{
	color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ffffff;
}
div#bottomnav a:hover{
	color:#333333;
	border-bottom:1px solid #000000;
}

#footer {
	clear:both;
	font-family:  Verdana, "Trebuchet MS", Futura, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 3px 10px 8px;
	font-size: 10px;
	text-align: center;
	background-color: #333333;
	}
	
#footer a{
	color: #ffffff
	}
	
#footer a:hover{
	color: #666666;
	border-bottom: 1px solid #09C665;
	}

.entry {
	padding:5px 10px;
	text-align:justify;
	line-height:1.75em;
	}
	
h2{
	color: #ffffff;
	margin: 10px;
}
	
.entry-title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	}
.date {
	font-size:0.9em;
	color:#bbb;
	cursor:default;
	letter-spacing:1px;
	}
	
#sidebar h3{
	color: #ffffff;
	margin: 10px;
	text-align: center;
}

#sidebar ul {
	list-style-type:none;
	margin-top:5px;
	}
#sidebar li {
	margin-top: 4px;
	color: #ffffff;
		}
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#ffffff;
	padding-left:5px;
	border-bottom:1px dotted #666666;
	background-color: #000000;
	}
#sidebar li.active a {
	background-color: #000000;
	color:#fffff;
	background-image:url(images/arrow.jpg);
	margin-left: 0px;
	padding-left:20px;
	background-repeat:no-repeat;
	}
#sidebar li.active a:hover {
	background-color: #666666;
	}
#sidebar li a:hover {
	color:#000000;
	border-bottom:1px solid #000000;
	background-color: #666666;
	}

#footer-valid {
	float:left;
	padding-top:55px;
	padding-left:20px;
	cursor:default;
	color:#ffffff;
	}
#footer-valid a {
	color:#ffffff;
	text-decoration:none;
	}
#footer-valid a:hover {
	color:#ffffff;
	text-decoration:underline;
	}


h1 {
	font-size:2.5em;
	font-weight:normal;
	cursor:default;
	padding: 140px 40px 5px 20px;
	letter-spacing:1px;
	color:#ffffff;
	font-style:italic;
	text-align: right;
	}
	
.photo {
	border:0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	}
