/* CSS RESET */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: disc;
	margin-left: 15px;
	color:#b23027;
	padding-bottom:15px;
}
li {
	color:#b23027;
	}
li span {
	color:#716659;
	}
a {
	color:#b23027;
	text-decoration:none;
	}
a:hover {
	text-decoration:underline;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
p {
	padding-bottom:15px;
	}
h2 {
	font-size:30px;
	padding:0px 0px 15px 0px;
	color:#36302a;
	}
	h3 {
		font-size:20px;
		padding:0px 0px 15px 0px;
		color:#36302a;
		}
h4 {
	font-size:15px;
	padding:15px 0px;
	}
#intro h1 {
	background:url('../images/powow-logo-250w.png') no-repeat top center;
	width:400px;
	height:319px;
	padding-bottom:35px;
	text-indent:-3000px;
	}

html {
	font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight:lighter;
	font-size:15px;
	background:url('../images/bggradient.png') repeat-x fixed #f0f0ef;
	line-height:1.5;
	color:#716659;
	}
body {
	margin:10px;
	border-left:#FFF 1px solid;
	}
div#intro, div#twitter_div, div#facebook-badge {
	width:400px;
	padding:0px 20px;
	border-right:#FFF 1px solid;
	float:left;
min-height:930px;
	}
ul.pplist {
	font-size:20px;
	}
