body {
	background-color: #000000;
	color: #73BEF5;
	font-face: Garamond, Palatino, Times, Times New Roman, serif;
	margin: 0px;
}

/* Header */

.header {
	background: url(../../assets/images/header/header_bg.jpg) no-repeat;
	height: 231px;
	position: relative;
	width: 931px;
}



/* Navigation */

.nav {
	width: 630px;
	height: 19px;
	left: 183px;
	/* left: 155px;   Alignment for navigation including "Games" */
	top: 210px;
	position: absolute;
	text-align: left;
}

.navTitle {
	width: 471px;
	height: 36px;
	position: absolute;
	top: 160px;
	right: 110px;
}

/* Content */

.content {
	width: 931px;
	text-align: left;
	background: url(../../assets/images/bg.gif) repeat-y top center;
	position: relative;
	min-height: 300px;
}

* html .content {				/* Hack for minimum height in IE */
	height: 300px;
}

.contentMain {
	/*width: 737px;*/			/* Setting a width messes it up in IE */
	padding: 0px 95px 0px 95px;
}

.contentLeftTop {
	float: left;
	text-align: right;
	width: 95px;
}

.contentLeftBottom {
	position:absolute;
	bottom:0px;
	left:0px;
	margin-left: 54px;
}

.contentRightTop {
	float: right;
	width: 95px;
}

.contentRightBottom {
	position:absolute;
	bottom:0px;
	left:836px;
}

.intro {
	text-align: left;
	margin: 0px 30px 25px 3px;
	font-size: 14px;
	padding-top: 20px;
}

.intro a:link {
	color: #73BEF5;
	text-decoration: underline;
}

.intro a:visited {
	color: #73BEF5;
	text-decoration: underline;
}

.bar {
}

.barClear {
	clear: left;
}

.sectionDivider {
	width: 735px;
	font-size: 14px;
	padding: 7px 0px 0px 0px;
	text-align: middle;
}

.sectionTitle {
	text-align: left;
	float: left;
	width: 40%;
	margin-bottom: 21px;
}

.sectionTitleOnly {
	text-align: left;
	float: left;
	width: 100%;
	margin-bottom: 21px;
	padding-left: 6px;
}

.sectionPageCount {
	font-size: 12px;
	float: left;
	text-align: center;
	width: 20%;
	margin-bottom: 21px;
}

.sectionNav {
	float: left;
	text-align: right;
	width: 40%;
	margin-bottom: 21px;
}

a.more:link, a.more:visited {
	padding: 0px 4px 0px 10px;
	color: #FDC2A8;
	font-size: 10px;
	text-decoration: none;
}

a.more:hover {
	text-decoration: underline;
}

.item {
	float: left;
	width: 175px;
	padding: 0px 4px 35px 4px;
	text-align: center;
	font-size: 13px;
}

.itemPic img {
	border: 1px solid #69ADE0;
	margin-bottom: 6px;
}

.itemRating {
}

.itemAuthor {
	color: #73BEF5;
}

.itemAuthor a:link, a:visited {
	color: #73BEF5;
	text-decoration: none;
}

.itemAuthor a:hover {
	color: #73BEF5;
	text-decoration: underline;
}

.itemviews {
}

.itemRateItem {
	padding-top: 5px;
	font-size: 12px;
}

.itemRateItem a:link {
	color: #73BEF5;
	text-decoration: none;
}

.itemRateItem a:visited {
	color: #73BEF5;
	text-decoration: none;
}

.itemRateItem a:hover {
	color: #73BEF5;
	text-decoration: underline;
}

/* Logos, Videos */

.logo, .video, .myspace {
	float: left;
	width: 340px;
	padding: 0px 10px 45px 10px;
	text-align: center;
}

/* Photos, Wallpapers */

.photo, .wallpaper, .buddyicon {
	float: left;
	width: 146px;
	padding: 0px 0px 45px 0px;
	text-align: center;
}

/* Videos */

.embedCode {
	margin-top: 10px;
	font-size: 12px;
}

.embedCode textarea {
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	width: 285px;
}

/* Banners */

.bannerRow1 {
	float: left;
	width: 725px;
	padding: 0px 0px 45px 0px;
	text-align: center;
}

.bannerRow2 {
	float: left;
	width: 340px;
	padding: 0px 10px 45px 10px;
	text-align: center;
}

.bannerRow3 {
	float: left;
	width: 220px;
	padding: 0px 10px 45px 10px;
	text-align: center;
}

/* Footer */

.footer {
	width: 931px;
	height: 84px;
	clear: both;
}

div .clearer {
	clear: left;
	line-height: 0;
	height: 0;
}