body {
	background: url(../images/bg.png) #666 top repeat-x;
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: Helvetica, Verdana, Tahoma, sans-serif;
	text-shadow: 0px 1px 0px #333;
	color: #FFF;
	min-width: 900px;
}
a:link {
	color: #6699FF;
}
a:visited {
	color: #6699FF;
}
a:hover {
	color: #3399FF;
}
#header {
	width: 440px;
	height: 120px;
	background: url(../images/header.png) no-repeat;
	margin: 20px auto 20px auto;
}
h1 {
	visibility: hidden;
}
h2 {
	font-size: 11pt;
	font-weight: 125;
	line-height: 13pt;
}
#barney {
	width: 243px;
	height: 289px;
	background: url(../images/barney.png) no-repeat;
	margin-left: 115px;
	top: -50px;
	left: 310px;
	position: relative;
	z-index: -25;
}
#calendar {
	width: 213px;
	height: 66px;
	background: url(../images/calendar.png) no-repeat;
	position: absolute;
	top: 37px;
	left: 15px;
	cursor: pointer;
}
#content_left {
	width: 175px;
	padding: 8px;
	font-size: 10pt;
	line-height: 12pt;
	float: left;
	margin-left: 8px;
}
#content_right {
	width: 210px;
	padding: 8px;
	font-size: 10pt;
	line-height: 12pt;
	float: left;
}
.clear {
	clear: both;
}
#suit {
	margin: auto;
	width: 624px;
	height: 100%;
	z-index: 12;
}
#suit_top {
	width: 624px;
	height: 439px;
	background: url(../images/suit_top.png) no-repeat;
	margin: auto;
}
#day_countdown {
	position: relative;
	top: -268px;
	top: -345px;
	left: 455px;
	z-index: 22;
	color: #000;
	text-shadow: 0px 1px 0px #FFF;
	text-align: center;
	font-size: 12pt;
	line-height: 18pt;
}
#suit_mid {
	width: 454px;
	height: 100%;
	min-height: 200px;
	background: url(../images/suit_mid.png) repeat-y;
	float: left;
	margin-left: 85px;
}
#suit_bot {
	width: 454px;
	height: 43px;
	background: url(../images/suit_bottom.png) no-repeat;
	margin: auto auto auto auto;
	clear: both;
}
#social_networks {
	width: 880px;
	height: 267px;
	top: 598px;
	left: 50%;
	margin-left: -450px;
	position: absolute;
	z-index: 2;
}
#facebook {
	width: 192px;
	height: 267px;
	display: inline;
	float: right;
	margin: auto 20px auto auto;
}
#facebook_header {
	width: 192px;
	height: 47px;
	background: url(../images/facebook_header.png) no-repeat;
}
#facebook_mid {
	width: 192px;
	height: 192px;
	background: url(../images/box_mid.png) repeat-y;
	overflow: hidden;
}
#facebook_mid div {
	width: 168px;
	height: 192px;
	font-size: 10pt;
	padding: 1px 0px 1px 10px;
	margin: auto;
}
#facebook_bot {
	width: 192px;
	height: 28px;
	background: url(../images/box_bottom.png) no-repeat;
	clear: both;
}
#facebook_bot span {
	width: 140px;
	height: 16px;
	margin: 0px 0px 0px 30px;
	font-size: 10pt;
}
#twitter {
	width: 192px;
	height: 267px;
	display: inline;
	float: left;
	margin: auto auto auto 20px;
}
#twitter_header {
	width: 192px;
	height: 47px;
	background: url(../images/twitter_header.png) no-repeat;
}
#twitter_mid {
	width: 192px;
	height: 192px;
	background: url(../images/box_mid.png) repeat-y;
	overflow: hidden;
}
#twitter_mid div {
	width: 168px;
	height: 192px;
	font-size: 10pt;
	padding: 1px 0px 1px 10px;
	margin: auto;
}
#twitter_bot {
	width: 192px;
	height: 28px;
	background: url(../images/box_bottom.png) no-repeat;
	clear: both;
}
#twitter_bot span {
	width: 140px;
	height: 16px;
	margin: 0px 0px 0px 30px;
	font-size: 10pt;
}
#nav_filler {
    width: 136px;
	height: 168px;
}
#nav_photos {
	width: 136px;
	height: 76px;
	background: url(../images/photo_tag.png) no-repeat;
	position: relative;
	z-index: 24;
	/*top: -294px;*/
	top: -170px;
	/*left: 120px;*/
	left: 110px;
	cursor: pointer;
}
#nav_photos:hover {
	background: url(../images/photo_tag_over.png) no-repeat;
}
#nav_forums {
	width: 110px;
	height: 92px;
	background: url(../images/forum_tag.png) no-repeat;
	position: relative;
	z-index: 18;
	top: -170px;
	left: 134px;
	cursor: pointer;
}
#nav_forums:hover {
	background: url(../images/forum_tag_over.png) no-repeat;
}
#footer {
	font-size: 7pt;
	text-align: center;
	line-height: 9pt;
	width: 400px;
	height: 60px;
	padding: 0;
	margin: 0px auto 0px auto;
}
#footer a:link {
	color: #FFF;
}
#footer a:visited {
	color: #FFF;
}
#footer a:hover {
	color: #3399FF;
}
