html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0; 
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.floatleft{
	float: left;
}

/*BEGIN BODY*/

body{
	background-color: #f6f6f6;
	font-size: 16px;
	font-family: "Hoefler Text", Constantia, Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
}

#headerstripe{
	background-color: #ef4832;
	height: 5px;
	margin-bottom: 20px;
}

#container{
	margin: 0 auto;
	width: 960px;
}

#header{
	height: 40px;
	margin-bottom: 10px;
}

#logo{
float: left;
}

#nav{
float: right;
font-size: 1.3em;
padding-top: 10px;
}

a, a:visited{
color: #2f2b25;
text-decoration: none;
}

a:hover, a:active{
color: #b3c62e;
text-decoration: none;

}

#wrapper{
	background-color: #ffffff;
	margin: 0px auto;
	position: relative;
	width: 960px;
	height: 600px;
	border: 1px solid #cccccc;

}

#twocolwrap{
width: 960px;
margin-left: 20px;
margin-right: 20px;
padding-top: 20px;
}

.section{
width: 580px;
float: left;
}

.aside{
width: 320px;
float: right;
}

h1{
	border-bottom: 1px solid #b3c62e;
	padding-bottom: 5px;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 60px;
}

h2{
	font-size: 1.1em;
	margin-bottom: 5px;
}

p{
	margin-bottom: 10px;
}

.section p{
	padding-right: 60px;
}

p.bottom{
	margin-bottom: 40px;
}

#footer{
	margin: 0px auto;
	font-size: .7em;
	color: #cccccc;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}