body
{
	background-color: #757575;
	font-family: arial;
	
	width: 800px;
	/*margin-left: -200px;*/
	position: absolute;
	left: 20%;
}

div.titleImage
{
	background-image: url('images/BestConsoleSites.jpg');
	background-repeat: no-repeat;

	top: 0px;
	height: 90px;
	width: 800px;
	position:absolute;
	background-color: #91a2ce;
	
	border-width: 2px;
	border-style: none solid none solid;
	border-color: #404040;	
	margin: 0px;
}

div.categoryBar
{
	top: 90px;
	width: 800px;
	height: 20px;
	position: absolute;
	margin: 0px;
	
	background-image: url('images/catbar2.jpg');
	background-repeat: repeat-x;	
	
	border-width: 2px;
	border-style: none solid solid solid;
	border-color: #404040;
	overflow: visible;
}

ul.categoryBar
{
	padding:0px;
	margin:0px;
	height: 100%;
	float: left;
	width: 100%;
	list-style-type:none;
}

li.category
{
	text-align: center;
	margin-left:0px;
	margin-right:0px;
	height: 100%;
	width:	24.99%;
	float: left;
	font-size: 12px;
	font-weight: 800;
	padding-top: 2px;

	color: black;
	background-image: url('images/catbar2.jpg');
	background-repeat: repeat-x;
}

li.category:hover
{
	text-align: center;
	margin-left:0px;
	margin-right:0px;
	height: 100%;
	width:	25%;
	float: left;
	font-size: 12px;
	font-weight: 900;
	padding-top: 2px;

	color: white;
}

a
{
	color: white;
	font-size:12px;
	text-decoration: none;
}


a:hover
{
	color: #0000FF;
	font-size:12px;
	text-decoration: none;
}

div.mainPage
{
	top: 110px;
	width: 800px;
	position: absolute;
	
	background-color: #333333;
	
	border-width: 2px;
	border-style: none solid solid solid;
	border-color: #404040 #404040 #404040 #404040;	
}

div.navigationLinks
{
	float: left;
	
	top: 0px;
	width: 163px;
	
	position: relative;
	
	background-color: #070707;
	
	font-size: 14px;
	font-family: arial;
	padding-left: 3px;
}

div.content
{
	float: right;

	color: #9FA0A4;
	width: 630px;
	text-align: center;
	font-family: arial;
	position: relative;

	background-color: black;
}


ul.xlink
{
	padding: 0px;
	list-style-type:none;
	margin: 0px;
}

li.xlink
{
	padding: 0px;
	font-size: 12px;
	font-weight: 700;
	margin-top: 2px;
}

li.xlink:hover
{
	padding: 0px;
	color: #93C846;
	font-weight: 900;
}

a.xlink
{
	padding: 0px;
	color: #0066FF;
	font-size: 12px;
	font-weight: 100;
	text-decoration: underline;
}

a.xlink:hover
{
	padding: 0px;
	color: #11AAFF;
	font-weight: 900;
	text-decoration: underline;
}


div.contentSection
{	
	text-align: center;
	position:relative;
	background-color: white;

}

span.SiteName
{
	font-size: 16px;
}

p.SiteDescription
{
	font-size: 12px;	
}

td
{
	border-width: 2px;
	border-style: none solid none solid;
	border-color: #404040;	
	margin: 0px;	
}




































































































                                                                                                                                                                                                                                                                                                            




































































































