/*Style sheet for GameWizards home page*/
/*IE5-6 PNG FIX*/
img, url, #footer_nav, #navi, #nav_mid_rcorner, #menu
{ 
	behavior: url(game/css/iepngfix.htc) 
}
HTML, BODY
{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0d0d0d;
	font-size: 1em;
}
#container
{
	width: 980px;
	height: 100%;
	padding: 0 0 100px;
	margin: auto;
	z-index: 2;
}
#static_header
{
	width: 980px;
	height: 76px;
	float: left;
	position: absolute;
	z-index: 1000;
	top: 0px;
	color: #ffffff;
	text-decoration: none;
}
#static_header a, a:visited {
	color: #ffffff;
	text-decoration: none;
	font-size: 0.8em;
}
#static_header a:hover {
	font-size: 0.8em;
	color: #ffffff;
	text-decoration: underline;
}
#header_content {
	background-image: url(../images/header_bg.png);
	margin-right: 6px;
	margin-left: 6px;
	background-repeat: repeat-x;
	height: 42px;
	/*border-top: 1px solid transparent;*/
}
header_content a, a, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
header_content a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#header_logo {
	padding-left: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#logo {
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(../images/gw_logo_tab.png);
}

#banner
{
	width: 980px;
	height: 296px;
	position: relative;
	margin-top: 37px;
	padding: 0px;
	z-index: 1;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#navi
{
	width: 100%;
	float: left;
	height: 37px;
	position: relative;
	z-index: 999;
	margin-top: 228px;
	padding: 0px;
}
#nav_mid_lcorner {
	margin: 0px;
	padding: 0px;
	float: left;
}
#nav_mid_rcorner {
	margin: 0px;
	padding: 0px;
	float: left;
}
#content_div
{
	width: 980px;
	position: relative;
	float: left;
	z-index: 1;
}
#left
{
	width: 920px;
	margin: 0px;
	float: left;
	z-index: 1;
	margin: 0px;
	padding-top: 20px;
	padding-right: 45px;
	padding-bottom: 30px;
	padding-left: 45px;
	font-size: 80%;
}
#about_game_text
{
	width: 585px;
	text-align:left;
	float: left;
	padding-left: 15px;
}
#about_game_image
{
	float: left;
	width: 320px;
	text-align: left;
}
#right
{
	width: 483px;
	float: left;
	padding: 0px;
	margin: 0px;
}
#footer
{
	width: 980px;
	height: 36px;
	position: relative;
	background-image: url(../images/footer_bg.png);
	background-position: left top;
	background-repeat: repeat-x;
	float: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #393839;
}
#footer_nav {
	float: left;
	margin: 0px;
	margin-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	width: 100%;
	background-image: url(../images/ai_logo.png);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #ffffff;
	text-decoration: none;
}
#footer_nav a, a:visited {
	color: #ffffff;
	text-decoration: none;
}
#footer_nav a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#image_box
{
	width: 170px;
	border: 1px solid #999999;
	padding: 10px;
}
