body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
}

table, td, div {
	font-size: 12px;	
} 

form {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	margin: 10px auto;
	background: url(../images/wrapper_bg.gif) repeat-y;
	width: 955px;
}

/* left nav specific classes */

#left {
	float: left;
	width: 190px;
	font-size: 12px;
	text-align: right;
}

#left #hdr  {
	height: 15px;
	background: red url(/images/star_black.gif) no-repeat 170px 3px;
	margin-bottom: 5px;
	padding: 5px 20px 4px 10px;
	display: block;
	text-align: right;
	font-weight: bold;
	color: black;
}

#left a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#left a.logout {
	color: white;
	padding: 2px 20px 2px 10px;
	margin-bottom: 5px;
	display: block; 
}

#left a.logout:hover {
	background: red;
	color: black;
}

#left a.left_main {
	padding: 2px 20px 2px 10px; 
	background: black url(/images/star_red.gif) no-repeat 170px 0px;
	display: block;
	margin-bottom: 5px;
}

#left a.left_main:hover {
	color: black;
	background: red url(/images/star_black.gif) no-repeat 170px 0px;
}

#left ul {
	margin: 0px 0px 5px;
	padding: 0px;
	list-style: none;
	border-top: solid 5px red;
	border-bottom: solid 4px red;
}

#left ul li {
	border-bottom: solid 1px red;
}

#left ul li a {
	text-align: right;
	font-weight: normal;
	display: block;
	padding: 2px 10px 2px 20px;
	margin: 0px;
}

#left ul li a:hover {
	background: white;
	color: black;
}

/* end left nav classes */

#left .cover_box {
	margin-top: 5px;
	display: block;
}

#left .cover_box span {
	color: white;
	background: red;
	display: block;
	font-weight: bold;
	width: 172px;
}

#left .cover_box a {
	color: red;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
}

#left .cover_box a:hover {
	background: none;
	color: white;
	text-decoration: underline;
}

#left .cover_box a.art {
	border: solid 1px red;
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 170px;
}

#left .cover_box a.art:hover {
	border: solid 1px white;
}

#left .cover_box .issue_archive {
	color: white;
	font-size: 10px;
}

/* right column specific classes */

#right {
	float: left;
	width: 160px;
}

#right #ad {
	margin: 10px;
}

/* center column specific classes */

#center {
	float: left;
	width: 605px;
}

#center input, textarea {
	border: solid 1px black;
}

#center #button {
	margin-top: 10px;
	border: solid 1px black;
	background: red;
}

#center #topnav a {
	height: 50px;
	width: 75px;
	float: left;
	margin-left: 10px;
}

#center #topnav #header {
	margin-left: 10px;
}

/*heavy duty nav stuff */
/*combat*/
#center #topnav a.combat {
	background: url(../images/nav_combat_tab.gif) no-repeat 0px 25px;
}
#center #topnav a.combat:hover {
	background-position: 0px -25px;
}
#center #topnav a.combat_here {
	background: url(../images/nav_combat_tab.gif) no-repeat 0px -100px;
}
/*clash*/
#center #topnav a.clash {
	background: url(../images/nav_clash_tab.gif) no-repeat 0px 25px;
}
#center #topnav a.clash:hover {
	background-position: 0px -25px;
}
#center #topnav a.clash_here {
	background: url(../images/nav_clash_tab.gif) no-repeat 0px -100px;
}
/*explore*/
#center #topnav a.explore {
	background: url(../images/nav_explore_tab.gif) no-repeat 0px 25px;
}
#center #topnav a.explore:hover {
	background-position: 0px -25px;
}
#center #topnav a.explore_here {
	background: url(../images/nav_explore_tab.gif) no-repeat 0px -100px;
}
/*quest*/
#center #topnav a.quest {
	background: url(../images/nav_quest_tab.gif) no-repeat 0px 25px;
}
#center #topnav a.quest:hover {
	background-position: 0px -25px;
}
#center #topnav a.quest_here {
	background: url(../images/nav_quest_tab.gif) no-repeat 0px -100px;
}
/*think*/
#center #topnav a.think {
	background: url(../images/nav_think_tab.gif) no-repeat 0px 25px;
}
#center #topnav a.think:hover {
	background-position: 0px -25px;
}
#center #topnav a.think_here {
	background: url(../images/nav_think_tab.gif) no-repeat 0px -100px;
}
/*speed*/
#center #topnav a.speed {
	background: url(../images/nav_speed_tab.gif) no-repeat 0px 25px;
}
#center #topnav a.speed:hover {
	background-position: 0px -25px;
}
#center #topnav a.speed_here {
	background: url(../images/nav_speed_tab.gif) no-repeat 0px -100px;
}
/*score*/
#center #topnav a.score {
	background: url(../images/nav_score_tab.gif) no-repeat 0px 25px;
}
#center #topnav a.score:hover {
	background-position: 0px -25px;
}
#center #topnav a.score_here {
	background: url(../images/nav_score_tab.gif) no-repeat 0px -100px;
}
/* end heavy duty nav stuff*/

/* indicator classes*/

#center #locator {
	height: 25px; 
	background: black; 
	width: 605px; 
	clear: both;
}

#center #locator .ind_off {
	display: none;
}

#center #locator div {
	display: block;
	width: 74px;
	height: 15px;
	padding: 4px 2px 5px 0px;
	text-align: center;
	font-weight: bold;
}

#center #locator .combat_ind {
	background: #325F83;
	color: #D1D9DF;
	margin-left: 10px;
}

#center #locator .clash_ind {
	background: #1F0C80;
	color: #CEC1DE;
	margin-left: 95px;
}

#center #locator .explore_ind {
	background: #28A9A6;
	color: #D4EFE9;
	margin-left: 180px;
}

#center #locator .quest_ind {
	background: #7F440A;
	color: #E4D5BC;
	margin-left: 265px;
}

#center #locator .think_ind {
	background: #00441B;
	color: #B7D3B1;
	margin-left: 350px;
}

#center #locator .speed_ind {
	background: #C92A25;
	color: #F3CEC1;
	margin-left: 435px;
}

#center #locator .score_ind {
	background: #FF6600;
	color: #FEE0C0;
	margin-left: 520px;
}

/*pause nav classes */
/*disc*/
#center #topnav a.disc {
	width: 109px;
	background: url(/images/nav_pause_disc.gif) no-repeat 0px 25px;
}
#center #topnav a.disc:hover {
	background-position: 0px -25px;
}
#center #topnav a.disc_here {
	width: 109px;
	background: url(../images/nav_pause_disc.gif) no-repeat 0px -100px;
}
/*screen*/
#center #topnav a.screen {
	width: 109px;
	background: url(/images/nav_pause_screen.gif) no-repeat 0px 25px;
}
#center #topnav a.screen:hover {
	background-position: 0px -25px;
}
#center #topnav a.screen_here {
	width: 109px;
	background: url(../images/nav_pause_screen.gif) no-repeat 0px -100px;
}
/*burn*/
#center #topnav a.burn {
	width: 109px;
	background: url(/images/nav_pause_burn.gif) no-repeat 0px 25px;
}
#center #topnav a.burn:hover {
	background-position: 0px -25px;
}
#center #topnav a.burn_here {
	width: 109px;
	background: url(../images/nav_pause_burn.gif) no-repeat 0px -100px;
}
/*lust*/
#center #topnav a.lust {
	width: 109px;
	background: url(/images/nav_pause_lust.gif) no-repeat 0px 25px;
}
#center #topnav a.lust:hover {
	background-position: 0px -25px;
}
#center #topnav a.lust_here {
	width: 109px;
	background: url(../images/nav_pause_lust.gif) no-repeat 0px -100px;
}
/*tech*/
#center #topnav a.tech {
	width: 109px;
	background: url(/images/nav_pause_tech.gif) no-repeat 0px 25px;
}
#center #topnav a.tech:hover {
	background-position: 0px -25px;
}
#center #topnav a.tech_here {
	width: 109px;
	background: url(../images/nav_pause_tech.gif) no-repeat 0px -100px;
}

#content {
	width: 595px;
	margin-bottom: 10px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

#content #main_art {
	border-bottom: solid 1px black;
}

#content #text {
	padding: 10px;
}

#content #text #sidebar {
	float: right;
	width: 200px;
	background: #ccc;
	padding: 5px;
	border: solid 1px black;
	margin-left: 10px;
	margin-bottom: 10px;
}

#content #text #download {
	float: right;
	width: 225px;
	background: #ccc;
	padding: 5px;
	border: solid 1px black;
	margin-left: 10px;
	margin-bottom: 10px;
}

#content #text #download h2{
	border: solid 1px black;
	float: right;
	width: 225px;
	background: white;
	padding: 3px;
	margin-bottom: 5px;
		
}

#content #text #download a{
	color:black;
	font-weight:bold;
	width: 225px;
	text-decoration: none;
	display:block;
	margin-bottom:5px;
	
}
#content #text #download a:hover{
	width: 225px;
	background: black;
	color:white;
	text-decoration: none;
	display:block;
	margin-bottom: 5px;
	
	
}

#content #text #no_caption {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#content #text #no_caption img {
	border: solid 1px black;
}

#content #text #caption {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: solid 1px black;
	text-align: center;
	text-size: 10px;
	background: #CCC;
	padding-bottom: 2px;
	width: 300px;
}

#content #text #caption img {
	border-bottom: solid 1px black;
	margin-bottom: 2px;
	display: block;
	clear: both;
}
#content #text #caption_center {
	margin-left: 10px;
	margin-bottom: 10px;
	border: solid 1px black;
	text-align: center;
	text-size: 10px;
	background: #CCC;
	padding-bottom: 2px;
	width: 300px;
}

#content #text #caption_center img {
	border-bottom: solid 1px black;
}

#content #text #caption_center h3 {
	font-size: 12px;
	padding: 2px;
	font-weight: normal;
}

#content #text h1 {
	font-size: 20px;
	margin: 0px;
	padding: 0px;
}

#content #text h2 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

#content #text h6 {
	font-size: 14px;
	padding: 5px;
	background: black;
	color: white;
	font-weight: bold;
	clear: both;
	margin: 0px 0px 5px;
}

#content #text hr {
	height: 1px;
	color: black;
}

#content #text a {
	color:red;
}

#content #text a:hover {
	text-decoration: none;
}

#content #text #vidbox {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#content #text #vidbox a {
	color: white;
	text-decoration: none;
	margin-right: 5px;
	
}

#content #text #vidbox a:hover {
	color: white;
	text-decoration: none;
	background: red;
	
}

#content #text #vidbox a:visited {
	color: white;
	text-decoration: none;
	
}

#content #text #vidbox object,embed {
display:block;
clear:both;
}

#content #text #pic_thm	{
	scrollbar-face-color: #333333;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: red;
	scrollbar-arrow-color: red;
	scrollbar-track-color: #666666;
	scrollbar-darkshadow-color: red; 
	width: 165px;
	float: left;
	overflow: auto;
	height: 600px;
}

#content #text #pic_thm	a {
	border: solid 1px black;
	clear: both; 
	display: block;
	width: 140px;
	margin: 3px 0px 3px 0px;
}

#content #text #pic_thm	a:hover {
	border: solid 1px red;
	margin: 3px 0px 3px 0px;
}

#content #text #pic_thm	a:visited {
	border: solid 1px #ccc;
	margin: 3px 0px 3px 0px;
}

#content #text #pic_window {
	float: left;
	margin-left: 5px;
}

#content #text #pic_window img {
	border: solid 1px black;
}

#content #text #download {
	float: right;
}

span.pc_prod {
	background: brown;
	padding: 2px;
	color: white;
	font-weight: bold;
	margin-right: 5px;
}

span.ps2_prod {
	background: blue;
	padding: 2px;
	color: white;
	font-weight: bold;
	margin-right: 5px;
}

span.xbox_prod {
	background: green;
	padding: 2px;
	color: white;
	font-weight: bold;
	margin-right: 5px;
}

span.gc_prod {
	background: purple;
	padding: 2px;
	color: white;
	font-weight: bold;
	margin-right: 5px;
}

/* footer */
#foot {
	clear: both;
	background: url(../images/footer.jpg) bottom no-repeat;
	width: 890px;
	height: 25px;
}

/* @group footer */

div#footer {
clear: both;
width: 915px;
background: #000;
color: #FFF;	
font-size: 12px;
padding: 5px;
margin-left: 30px;
}

div#footer h3 {
background: url(/images/idg_footer_top.jpg) no-repeat;
color: #fff;	
font-size: 14px;
height: 55px;
padding-top: 5px;
padding-left: 10px;
margin: -5px -5px -35px -5px;
}

div#footer h4 {
margin: 0;
font-size: 14px;
margin: 0 0 5px 5px;
padding: 0;
color: #FFF;

}

div#footer ul {
margin: 0 0 5px 0;
padding: 0;
}

div#footer ul li {
display: inline;
border-right: solid 1px #FFF;
margin: 0;
padding: 0;
}

div#footer ul li a {
color: #FFF;
margin: 0;
padding: 0 2px;
text-decoration: none;
font-size: 11px;
}

div#footer ul li a:hover {
text-decoration: underline;
color: #c02927;
}

div#footer span.logos {
display: block;
margin: 10px 0 5px 0;
}

div#footer div.idge {
position: relative;
height: 85px;
border-bottom: solid 1px #FFF;
margin: 0 0 5px 0;
width: 895px;
}

div#footer div.idge img {
position: absolute;
top: 3px;
left: 5px;
border: none;
}

div#footer div.idge ul {
position: absolute;
top: 3px;
left:  172px;
}

div#footer div.idge ul.external {
top: 25px;
left:  175px;
}

div#footer div.idge ul.external li.title {
border: none;
font-weight: bold;	
}

div#footer div.idge ul.international {
top: 50px;
left:  175px;
}

div#footer div.idge ul.international li.title {
border: none;
font-weight: bold;	
}

div#footer ul.idgnet {
border-bottom: solid 1px #fff;
height:  35px;
padding: 0 0 0 5px;
}

div#footer ul.legal {
margin: 5px;
}