* {
	padding: 0px;
	margin: 0px;
}
body {
	background: #a8b3c1 url('images/body-back.gif') repeat-y scroll center;
}
h1 {
	text-decoration: none;
	color: #838383;
	font-size: 2em;
	font-weight: bold;
	letter-spacing: -2px;
	font-family: Arial, Verdana;
}
.smallfont {
	display: none;
}
#container {
	background-color: #FFFFF;
	color: #000000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	text-align: left;
}
#banner {
	width: 100%;
	height: 70px;
	background-image: url('images/banner-back.gif');
	background-repeat: repeat-x;
	clear: left;
}
#banner img {
	border: 0;
}
#navbar {
	width: 100%;
	background: #c9c9c9 url('images/navbar-back.gif') repeat-x scroll top;
	border-bottom: solid 1px #838383;
	clear: left;
}
#content {
	width: 100%;
	clear: left;
	background-color: #ffffff;
}
#content div.article {
	padding: 10px;
	background-color: transparent;
	font-family: Arial, Verdana;
	color: #626262;
}
#content div.article span, div.featured span {
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 1.2em;
}
#content div.article a, div.featured a {
	text-decoration: none;
}
#content div.article a.title, div.featured a.title {
	text-decoration: none;
	color: #0067da;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: -1px;
}
#content div.article a.title:hover, div.featured a.title:hover {
	text-decoration: underline;
}
#content div.article a.comments, div.featured a.comments {
	color: #0067da;
	font-weight: normal;
	font-style: italic;
}
#content div.featured {
	padding: 10px;
	background-color: #f2f2f2;
	font-family: Arial, Verdana;
	color: #626262;
}
#content div.featured div.blurb {
	padding-top: 10px;
	border-top: solid 1px #d5d5d5;
}
#content div.featured img {
	border: solid 1px #d5d5d5;
	float: left;
}
#footer {
	width: 100%;
	background: #0a0d12 url('images/footer-back.gif') repeat-x scroll top;
	clear: left;
}
