@charset "utf-8";
/* CSS Document */
body
{
	margin:0px;
	padding:0px;
	background-image:url(images/halo-page-background.jpg);
	background-repeat:repeat;
}
a
{
	color:#0000FF;
	text-decoration:underline;
}
a:hover
{
	color:#0000FF;
	text-decoration:underline;
}
a:visited
{
	color:#0000FF;
	text-decoration:underline;
}
p
{
	font-size:100%;
}
h1
{
	font-weight:bold;
	font-size:150%;
	font-style:italic;
	text-decoration:underline;
	border-bottom-color:#000000;
	border-bottom-style:double;
	border-bottom-width:medium;
}
h2
{
	font-weight:bold;
	font-size:130%;
	font-style:italic;
	border-bottom-color:#000000;
	border-bottom-style:double;
	border-bottom-width:medium;
}
h3
{
	font-weight:bold;
	font-size:110%;
	font-style:italic;
	border-bottom-color:#000000;
	border-bottom-style:solid;
	border-bottom-width:thin;
}
h4
{
	font-weight:bold;
	font-size:100%;
	font-style:italic;
	text-decoration:underline;
}
h5
{
	font-weight:bold;
	font-size:100%;
	font-style:italic;
}
h6
{
	font-weight:bold;
	font-size:100%;
	font-style:italic;
}
#banner
{
	width:100%;
	height:100px;
	background-image:url(images/mygamesonline-logo.jpg);
	background-repeat:repeat;
	border-top-color:#000000;
	border-top-style:double;
	border-top-width:medium;
	border-bottom-color:#000000;
	border-bottom-style:double;
	border-bottom-width:medium;
}
#banner h1
{
	background-color:#2591E0;
	text-align:center;
	padding:5px;
	width:400px;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
	border:medium;
	border-style:ridge;
	border-color:#000000;
	top:15px;
	left:7%;
	position:absolute;
}
#topnavigation
{
	background-color:#2591E0;
	text-align:center;
	font-weight:bold;
	width:100%;
	font-family:"Comic Sans MS", "Monotype Corsiva";
	font-size:100%;
	font-weight:normal;
}
#content
{
	padding:10px;
	text-align:left;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	font-size:100%;
	margin-left:285px;
}
#ebay
{
	text-align:center;
}
#leftnavigation
{
	top:150px;
	left:15px;
	position:absolute;
	font-size:80%;
	width:260px;
	padding:5px;
	background-color:#CCCCCC;
	float:left;
}
#leftnavigation li
{
	list-style-image:url(images/game-button.jpg);
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:90%;
}
#topnavigation a
{
	color:#000000;
	text-decoration:none;
}
#topnavigation a:hover
{
	color:#333333;
	text-decoration:underline;
	font-style:italic;
}
#topnavigation a:visited
{
	color:#000000;
	text-decoration:none;
}
#floatleft
{
	float:left;
	padding:20px;
}
.highlight
{
	background-color:#FFFF99;
	font-weight:bold;
}
.secretgame
{
	text-decoration:none;
	color:#000000;
}
.secretgame a
{
	text-decoration:none;
	color:#000000;
}
.secretgame a:hover
{
	text-decoration:none;
	color:#000000;
}
.secretgame a:visited
{
	text-decoration:none;
	color:#000000;
}
.noscroll
{
	overflow:hidden;
}