
body, h1, h2, h3, h4, h5, h6, blockquote, p{
	margin: 0;
	padding: 0;
}

body{
	margin: 0;
	font-family: Helvetica, Arial, Georgia, Sans-serif;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	color: #171717;
}

h1, h1 a:link, h1 a:visited, h1 a:hover{
	font-family: Helvetica, Arial, Lucida Sans Unicode, Sans-serif;
	color: #171717;
	text-decoration: none;
	font-weight: 600;
	padding: 0;
	font-size: 19px;
}

h2, h2 a:link, h2 a:visited, h2 a:hover{
	font-family: Helvetica, Arial, Lucida Sans Unicode, Sans-serif;
	color: #171717;
	text-decoration: none;
	font-weight: 600;
	padding: 0;
	font-size: 17px;
}

a:link, a:visited{
	text-decoration: none;
	color: #060;
}

a:hover{
	text-decoration: underline;
}

p{
	padding: 10px 0 0 0;
}

#wrapper{
	margin: 0 auto 0 auto;
	width: 1060px;
	text-align: left;
	background: #fff;
}

#header{
	float: left;
	width: 1040px;
	padding: 10px;
	background: #fff;
}

/************************************************
*	Banner  									*
************************************************/

#banner{
	float: left;
	width: 1060px;
	height: 151px;
	background: white;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}

/************************************************
*	Content  									*
************************************************/

#container{
	float: left;
	width: 750px;
	margin: 20px 30px 15px 30px;
	border-top: 1px solid #000;
}

#extrawide{
	float: right;
	width: 750px;
	margin: 20px 30px 15px 30px;
	border-top: 1px solid #000;
}

.post{
	padding: 5px 0 20px 0;
}

.post a:visited{
	padding: 5px 0 20px 0;
	text-decoration: none;
	color: #060;
}

.post a:hover{
	text-decoration: underline;
}

.post h1, .post h1 a:visited{
	font-family: Helvetica, Arial, Lucida Sans Unicode,Sans-serif;
	font-weight: bold;
	font-size: 19px;
	color: #171717;
	padding: 10px 0 0 0;
}

blockquote{
	border: 1px solid #d4d4d4;
	margin: 15px 0 15px 20px;
	padding: 10px 20px 20px 20px;
	background: #fafafa url(images/blq.gif);
}

.navigation{
	padding: 10px 10px 0 10px;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
}

#footer{
	clear: both;
	width: 100%;
	height: 25px;
	padding-bottom: 20px;
}

