#column-content {
	width: 100%;
	margin: 3.0em 0 .6em 0em;
	padding: 0;
}
#content {
	margin: 0 0 0 0;
	padding: 0 1em 1em 1em;
	position: relative;
	z-index: 2;
	background: white;
	color: black;
	border: 1px solid #aaa;
	line-height: 1.5em;
	min-height:500px;
}

#menubar { 	
	width: 100%;
	height: 27px;
	background: #D1DBE1 url(images/menubar.png) 0 0 repeat-x; 
}

#menubar_button_home {
	display:block;
	float: left;
	width: 84px;
	height: 27px;
	background: url(images/menubar_button_home.png) no-repeat;
}

#menubar_button_all_games {
	display:block;
	float: left;
	width: 112px;
	height: 27px;
	background: url(images/menubar_button_all_games.png) no-repeat;
}

#menubar_button_free_games {
	display:block;
	float: left;
	width: 117px;
	height: 27px;
	background: url(images/menubar_button_free_games.png) no-repeat;
}

#menubar_button_paytoplay_games {
	display:block;
	float: left;
	width: 172px;
	height: 27px;
	background: url(images/menubar_button_paytoplay_games.png) no-repeat;
}

#menubar_button_gfxcard {
	display:block;
	float: left;
	width: 127px;
	height: 27px;
	background: url(images/menubar_button_gfxcard.png) no-repeat;
}

#menubar_button_video {
	display:block;
	float: left;
	width: 83px;
	height: 27px;
	background: url(images/menubar_button_videos.png) no-repeat;
}

#banner {
	width : 958px;
	height: 106px;
	background: url(images/banner.png) no-repeat;
}

#atilogo {
	padding-left: 18px;
	background: url(images/atilogo.png) no-repeat;
}

#nvidialogo {
	padding-left: 18px;
	background: url(images/nvidialogo.png) no-repeat;
}

body {
	font: x-small sans-serif;
	background: #E9E9E9 url(images/headbg.jpg) 0 0 repeat-x;
	color: black;
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #002bb8;
	background: none;
}
a:visited {
	color: #5a3696;
}
a:active {
	color: #faa700;
}
a:hover {
	text-decoration: underline;
}

#globalWrapper {
	font-size: 127%;
	width: 100%;
	margin: 0;
	padding: 0;
}
.visualClear {
	clear: both;
}

.wid100 {
	width:100%;
}
.col33 {
	float:left;
	width:33%;
}

#bodyContent h1, #bodyContent h2 {
	margin-bottom: .6em;
}
#bodyContent h3, #bodyContent h4, #bodyContent h5 {
	margin-bottom: .3em;
}

h1, h2, h3, h4, h5, h6 {
	color: black;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #aaa;
}

h1 { font-size: 188%; }
h1 .editsection { float: right; font-size: 53%; }
h2 { font-size: 150%; }
h2 .editsection { float: right; font-size: 67%; }
h3, h4, h5, h6 {
	border-bottom: none;
	font-weight: bold;
}
h3 { font-size: 132%; }
h3 .editsection { float: right; font-size: 76%; font-weight: normal; }
h4 { font-size: 116%; }
h4 .editsection { float: right; font-size: 86%; font-weight: normal; }
h5 { font-size: 100%; }
h5 .editsection { float: right; font-weight: normal; }
h6 { font-size: 80%;  }
h6 .editsection { float: right; font-size: 125%; font-weight: normal; }

ul {
	line-height: 1.5em;
	list-style-type: square;
	margin: .3em 0 0 1.5em;
	padding: 0;
	list-style-image: url(images/bullet.gif);
}
ol {
	line-height: 1.5em;
	margin: .3em 0 0 3.2em;
	padding: 0;
	list-style-image: none;
}
li {
	margin-bottom: .1em;
}

#firstHeading {
	margin-bottom: .1em;
	line-height: 1.2em;
	padding-bottom: 0;
}

.highlightvalue {
	color: #3D3D3D; font-size: 95%
}

.HLNORM {
	color: #3D3D3D; font-size: 95%
}

.HLRED {
	color: #FF6262; font-size: 95%
}

.HLPINK {
	color: #FFA6A6; font-size: 95%
}

#footer {
	background-color: none;
	border-top: 1px solid none;
	border-bottom: 1px solid none;
	margin: .6em 0 1em 0;
	padding: .4em 0 1.2em 0;
	text-align: center;
	font-size: 90%;
}

#bodyContent a.external {
	background: url(images/external.png) center right no-repeat;
	padding: 0 13px 0 0;
	margin: 0 4px 0 0;
}

.nopage {
	color:#FF0000;
}
