body,html,div,
ul, li, h1, h2, h3, h4, abbr,
blockquote, ol, p, img, a,
table, tr, td {
	margin:0;
	padding:0;
	border:0;
	text-decoration: none;
}
body {
	font-size: 14px;
	background-color:white;
	font-family: "Helvetica LT Std", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:300;
	
}
p, ul, ol {
	margin-bottom:1em;
	line-height:1.5;
}
ul, ol {
	color:#999;
	padding-left:2em;
}
table {
	border-collapse:collapse;
	border-top:1px solid #222;
	width:100%;
}
table tr {

}
table td, th {
	padding:.5em;
	border-bottom:1px solid #222;
}
table th {
	color:#666;
	text-transform: uppercase;
	font-weight:normal;
	letter-spacing:3px;
	text-align:left;
	background-color:#171717;
}
.container li {
	margin-bottom:1em;
}
#content li {
	margin-bottom:0;
	line-height:1.2;
}
ul {
	list-style-type: circle;
}
ol {
	list-style-type: decimal;
}
#content h1,h2,h3,h4 {
	text-transform: none;
	margin:0;
	font-weight:normal;
	letter-spacing:0;
	color:#777;
}
h1, h2, h3, .heading {
	text-transform: uppercase;
	letter-spacing:3px;
	color:#aaa;
	font-weight:100;
}
h1 {
	font-size:200%;
}
h2 {
	font-size:150%;
	letter-spacing:0;
	color:#333;
	text-transform:none;
}
h3, h4 {
	font-size:125%;
	margin:10px 0;
}
blockquote {
	padding-left:2em;
	font-size:80%;
	background: url('../images/helpers/quote.gif') no-repeat top left;	
}
#header,
#container,
#footer {
	margin:0 auto;
	clear:both;
}
#container {
	position:relative;
}
#leftcolumn {
	float:left;
}
#rightcolumn {
	float:right;
}
.clearer {
	clear:both;
}
.float {
	float:left;
}
.floatright {
	float:right;
	text-align:right;
}
