/* CONTENT PAGES ================================================= */

body {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
}

#contentwrap {
	width: 320px;
}

#contentwrap h2 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;	
}

#contentwrap h4 {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;	
}

#contentwrap p {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 8px;
	padding: 0px;	
}

#contentwrap a:link, #contentwrap a:visited {
	color: #3399CC;
	text-decoration: none;
}

#contentwrap a:hover, #contentwrap a:active {
	color: #3399CC;
	text-decoration: underline;
}