body {
	font-family: sans-serif;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(images/background.png);
	margin: 0px;
	padding: 0px;
	color: white;
	background-color: black;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-size: 1em;
}

div.logo {
	margin-top: 15px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	background-repeat: no-repeat;
	background-image: url(images/logo.png);
	height: 150px;
	width: 263px;
}

div.nav {
	margin-top: -20px;
	background-repeat: repeat;
	background-image: url(images/nav_background.png);
	border-top-width: 1px;
	position: absolute;
	height: 30px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-color: #646464;
	border-top-color: #646464;
	border-bottom-width: 1px;
	text-align: center;
	width: 100%;
	line-height: 2.00;
}

div.nav a {
	margin-right: 30px;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #6a6b6b;
}

div.nav a:hover {
	color: white;
}

div.nav a.active {
	margin-right: 30px;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #fafbff;
}

div.nav a.active:hover {
	color: #646464;
}

div.wrap {
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: 100%;
	width: 900px;
}

img {
	border-style: none;
	border-width: 0px;
}

div.left {
	display: block;
	float: left;
	width: 60%;
}

div.right {
	float: right;
	display: block;
	width: 35%;
}

ul.social {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 5px;
	padding: 0px;
	list-style-type: none;
}

ul.social li.digg {
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-image: url(images/digg_favicon.png);
	padding-left: 20px;
	height: 20px;
	width: auto;
	display: block;
}

ul.social li.facebook {
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-image: url(images/facebook_favicon.png);
	padding-left: 20px;
	height: 20px;
	width: auto;
	display: block;
}

ul.social li.twitter {
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-image: url(images/twitter_favicon.png);
	padding-left: 20px;
	height: 20px;
	width: auto;
	display: block;
}

ul.social li.youtube {
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-image: url(images/youtube_favicon.png);
	padding-left: 20px;
	height: 20px;
	width: auto;
	display: block;
}

ul.social li.pownce {
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-image: url(images/pownce_favicon.gif);
	padding-left: 20px;
	height: 20px;
	width: auto;
	display: block;
}

a {
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: white;
}

a:hover {
	text-decoration: none;
}

a#title {
	margin-top: 15px;
	padding-bottom: 5px;
	clear: both;
	display: block;
	margin-bottom: 15px;
	border-bottom-color: white;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	color: white;
	text-decoration: none;
	font-size: 2em;
}

a#title:hover {
	border-bottom-width: 2px;
	border-bottom-color: #7c7c7c;
	border-bottom-style: solid;
	text-decoration: none;
}

h1 {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #6a6b6b;
}

