#wrapper{
	width:960px; margin:auto;
}

body {
	background-color:#F2F2F2;
	font-family:Geneva, sans-serif, Arial;
	font-size:12pt;
	color:#77787B;
}

a{color:#555;}

#logo {
	float:left;
}

#nav{
	float:right;
	width:570px;
	vertical-align:center;
}
#nav ul{margin-top:25px;}
#nav li{display:inline;}

#nav a{
	font-family: Georgia, serif;
	font-size:16pt; 
	color:#77787B;
	text-decoration:none;
}

#nav a:hover{
	color:#333;
}

span{
	font-family: Georgia, serif;
	font-size:22pt; 
}

#content{
	clear:both;
	float:left;
	width:580px;
}

#content-img{float:left;padding-right:15px;}

#content-2 {
	text-align:justify;
	clear:both;
	margin:auto;
	width:800px;
}

#sidebar{float:right; width:380px; line-height:17pt;text-align:justify;}
h2{
	font-family: Georgia, serif;
	font-size:18pt; 
	font-weight: normal;
	color:#77787B;
	margin-top:0;
	}

#footer {
clear:both;
background:#eee url(../images/footer.png) repeat-x;	
height:65px;	
}
#footer p{
	font-size:8pt;
	padding-top:30px;
	text-align:center;
}

