*{
	margin:0;
	padding:0;
	list-style:none;
}
body {
	font: 70% "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	margin:10px;
	color:#555;
}
html { 
	height: 100%; 
	margin-bottom: 1px; 
}



.section a {
	color:#333;
}

.section a:hover {
	text-decoration:none;
}

blockquote {
	  font: 1.3em/1.2em Georgia, "Times New Roman", Times, serif;
	  background: url(../images/close-quote.gif) no-repeat right bottom;
	  padding-left: 18px;
	  text-indent: -18px;
	  color:#888;
	  margin:20px 0 0 20px;
}

blockquote:first-letter {
	background: url(../images/open-quote.gif) no-repeat left top;
    padding-left: 18px;
}

.by {
	font: 1.4em Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0.5em 0;
	color:#023EB0;
	border-bottom:1px solid #eee;
	float:right;
}

.section ul {
	margin:25px 0 25px 0px;
}


h2 {
clear:both;
}

.section h2 {
	font:170% Arial;
	margin:0 0 20px;
	padding:0 0 10px 0;
	color:#023EB0;
	border-bottom:1px solid #eee;
	background:url(../images/h2.jpg) bottom left no-repeat;
}


#wrapper{
	padding:5px;
	width:800px;
	z-index:2;
	margin:0 auto;
}

.section{
	padding:5px 30px 20px 30px;
	margin:0 0 20px 0;
	background:#fafafa;
	border:5px solid #f4f4f4;
}

.section object {
	padding: 0 3em;
	float:left;
	}
	
#clear {
 clear:both;
	}
	
img {
	float:right;
	padding:5px;
	background:#fff;
	margin:0 0 20px 20px;
	border:1px solid #eee;
}

p {
	margin:15px 0;
	line-height:19px;
}


