body {
	background: #444444 url() center repeat;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:62.5%; /* Sets default font size to 10px */
	color:#222222;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin:1em 0 1em 0;
	}

a {
	text-decoration:none;
	color:#2E3192;
	}
a:hover {
	text-decoration:none;
	color:#0000FF;
	}

#wrapper {
	margin:0 auto;
	width:770px;
	background:#ffffff;
	font-size:1.20em;
	}
#header {
	height:194px;
	background:url(images/header.jpg) no-repeat;
	}
	
#menu {
	height: 30px;
	background: #4045C6;	
	text-align: center;
	}
#menu a:link, #menu a:hover, #menu a:visited {
	line-height: 30px;
	height: 30px;
	padding: 0 30px;
	color: #fff;
	text-decoration:underline;
}
#menu ul {
	padding: 0;
	list-style: none;
}
#menu li {
	margin: 0;
	height: 30px;
	padding: 8px 0 0 5px;
	float:left;
}

#sidebar {
	float:right;
	width:180px;
	background:#ffffff;
	margin-right:10px;
	}
#content {
	float:left;
	width:550px;
	min-height:400px;
	}

h1 {
	font-size:1.5em;
	color:#444444;
	margin:11px 0 5px 0;
	}
h2 {
	font-size:1.3em;
	color:#444444;
	margin:15px 0 2px 0;
	}	
h3 {
	font-size:1.2em;
	color:#444444;
	font-style:italic;
	margin:16px 0 5px 0;
	}
	
.entry {
	padding:5px 10px;
	text-align:justify;
	line-height:1.5em;
	}
	
#sidebar ul {
	list-style-type:none;
	line-height:1.5em;
	}
#sidebar li {
	margin-left:5px;
	font-size:1em;
	}
#sidebar li a {
	color:#2E3192;
	}
#sidebar li a:hover {
	color:#2E3192;
	text-decoration:none;
	}

#footer {
	clear:both;
	height:30px;
	background:#2E3192;
	color:#ffffff;
	padding-top:5px;
	text-align:center;
	}
#footer a {
	color:#ffffff;
	text-decoration:none;
	}
#footer a:hover {
	color:#ffffff;
	text-decoration:none;
	}