@charset "utf-8";
/* CSS Document */

body {
	background-color: #f1f1f1;
	font-family: Verdana, Geneva, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#wrapper {
width:960px;
background-color:#FFFFFF;
margin:0 auto;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
}
 
#header {
width:960px;
height:90px;
margin:0 auto;
margin-bottom:12px;
border-bottom:1px solid #ccc;
border-top:1px solid #ccc;
}

#header h2 {
padding:10px;
}
 
#nav {
width:960px;
height:50px;
border-bottom:1px solid #ccc;
}

#nav a {
display:inline;
padding:8px;
text-decoration:none;
background-color:#afe9cf;
}
 
#nav a:hover {
background-color:#33cc99;
height:50px;
}
 
#content {
width:695px;
float:left;
padding:10px;
}
 
#sidebar {
width:200px;
float:right;
margin-bottom:25px;
}
 
#sidebar a {
text-decoration:none;
}
 
#sidebar li {
list-style:none;
}
 
#footer {
clear:both;
width:960px;
height:135px;
border-top:1px solid #ccc;
}
 
#footer p {
padding:10px;
}
.subhead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #090;
}
.headline {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: small-caps;
	color: #090;
}
.quote {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	/* [disabled]font-variant: normal; */
	color: #090;
}
