* {
	margin: 0;
	padding: 0;
}

body
{
	margin-top: 220px;
	background: #FFFFFF url(images/headerSmall.jpg) no-repeat center top;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
}

h1, h2, h3 {
	color: #000000;
}

p, blockquote, ul, ol {
	margin-bottom: 1.4em;
	line-height: 1.8em;
	text-align: justify;
}



a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}


/* Nav */

#nav
{
	width: 960px;
	height: 40px;
	margin: 0 auto;
}



/* Content */

#content
{
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

#sidebar
{
	float: left;
	width: 150px;
}

#main
{
	float: left;
	margin: 10px;
	width: 640px;
}

.bgTop
{
	background: url(images/mainBgTop.jpg) no-repeat center top;
}

.bgMain
{
	width: 620px;
	padding: 10px;
	background: url(images/mainBgSpacer.jpg) repeat-y center top;
}

.bgBottom
{
	background: url(images/mainBgBottom.jpg) no-repeat center top;
}

.thumb
{
	max-width: 200px;
	max-height: 200px;
}

#meta
{
	float: left;
	width: 150px;
}

/* Footer */

#footer
{
	clear: both;
	padding: 20px 50px;
	border-top: 4px solid #393F4D;
	background: #444C5D;
}

#footer p
{
	width: 700px;
	margin: 0 auto;
	font-size: x-small;
	color: #FFFFFF;
}

#footer a
{
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover
{
	text-decoration: underline;
}

#legal
{
	text-align: center;
}