@charset "utf-8";

#Top_Nav {
	padding: 5px;
	text-align: right;
	font-size: 12px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #FFFFFF;
	background-image: url(../images/backgrounds/top_nav.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.search_box {
	margin: 0px;
	padding-left: 20px;
}


#Header {
	padding: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-size: 10px;
	background-color: #FFFFFF;
	background-image: url(../images/backgrounds/header.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
#Menu {
	background-color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 40px;
	white-space: nowrap;
}
#Outline {
	width: 1045px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
#Full_Page {
	padding: 20px;
}



#Body_Content {
	width: 770px;
	margin-left: 10px;
	margin-top: 10px;
	float: left;
	margin-bottom: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 13px;
}
.video-game-category {
	font-size: 20px;
	background-color: #eaeaea;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-align: right;
	color: #333333;
}

.category_header {
	font-size: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	padding: 5px;
	color: #003366;
	margin: 0px;
	background-image: url(../images/backgrounds/category_header.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	text-align: left;
}
.category_subheader {
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	padding: 5px;
	color: #FFFFFF;
	background-color: #003366;
	text-align: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 3px;
}


#Side_Bar {
	float: left;
	width: 204px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	font-size: 11px;
	line-height: 18px;
}
.featured_ad {
	font-size: 12px;
	color: #333333;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#Bottom {
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	margin-right: 20px;
	margin-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-align: right;
	font-size: 11px;
}
a:link {
	color: #003366;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #006699;
}
a:active {
	color: #006699;
}
