body {
	color:#222222;
	background-image: url(background.jpg);
	background-repeat: repeat;
	background-position: center;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Sets default font size to 10px */
	
	}

* {
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	vertical-align: top;
	color: #000000;
	line-height: normal;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.75em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	}

a {
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	}
a:hover {
	text-decoration:none;
	color:#006699;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	}



#wrapper {
	width:950px;
	font-size:1.20em;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;

	}
#header {
	height:135px;
	background-repeat: no-repeat;
	background-image: url(header2.jpg);
	width: 950px;
	}
#menu {
	text-align: justify;
	background-color: #FFFFFF;
	}
#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: #9198E1;
	text-decoration: none;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #fff;
	border-bottom-width: 0;
	border-left-width: 10px;
}
#menu ul {
	padding: 0;
	list-style: none;
}

#menu li {
	margin: 0;
	float: left;
	height: 30px;
	padding: 0;
}
#sidebar {
	float:right;
	width:180px;
	background:#ffffff;
	margin-right:10px;
	}
#content {
	float:none;
	width:450px;
	min-height:400px;
	}
#footer {
	clear:both;
	height:30px;
	background-image: url(background.jpg);
	}

.entry {
	text-align:justify;
	line-height:1.75em;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	}
.entry-title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	}
.date {
	font-size:0.9em;
	color:#CC0000;
	cursor:default;
	letter-spacing:1px;
	}

#sidebar ul {
	list-style-type:none;
	margin-top:5px;
	}
#sidebar li {
	
	}
#sidebar li a {
	display:block;
	height:20px;
	line-height:20px;
	color:#2E3192;
	padding-left:5px;
	border-bottom:1px dotted #2E3192;
	}
#sidebar li a:hover {
	color:#0000FF;
	}




#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;
	position:relative;
	top:50px;
	left:30px;
	letter-spacing:1px;
	color:#aaaaaa;
	font-style:italic;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
