  *{margin:0;padding:0;}
	
body {
   font : 76%/1.6 Verdana, Arial, Helvetica, sans-serif;
	color : #333; 
}
#wrapper {
	width: 550px;
	margin: 0 auto;
	margin-top: 30px;
	line-height: 1.5em;
}
#header {
	height: 90px;
	position: relative;
}
#logo {
	float: left;
	height: 90px;
}
#logo h1 {
	margin-left: -2000px;
	padding: 0;
}
#content {
   position: relative;
	margin: 35px 0;
	float: left;
	padding-bottom: 20px;
	background: #fff;
	line-height: 1.6em;
}
#content h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 15px;
	color: #f30;
	line-height: 1.4em;
}
#content h3 {
	color: #333;
	margin: 30px 0 5px 0;
	line-height: 1.4em;
}
#content p {
	font-size: 1.1em;
	margin-bottom: 12px;
}
#content img {
	float: right;
	padding: 3px;
	border: 1px solid #c9cdd1;
	background: #fff;
	margin: 0 0 10px 15px;
}
#content ul {
	margin: 0 0 10px 25px;
}
#content ul li {
	list-style: circle;
	padding-bottom: 7px;
}
#content a:link, #content h5 a:visited {
	color: #f30;
	text-decoration: none;
	border-bottom: 1px dotted #f30;
}
#content a:hover {
	color: #f30;
	text-decoration: underline;
	border-bottom: none;
}

#content h5 a:link, #content h5 a:visited {
	font-weight: bold;
}
#content h5.close {
	text-align: right;
	margin: 20px 10px 10px 10px;
	font-size: 1em;
	font-weight: normal;
}
#content h6 {
	font-size: 0.8em;
}
span.highlight {
	background: #ffff00;
}
.clear {
	clear: both;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}