@charset "utf-8";
/* CSS Document */

body	{ background-color:#000000; background-image:url( '../images/bg.jpg' ); background-position:top left; background-repeat:repeat-x; margin:0px; 
			padding:0px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#444444; font-size:11px  }

img		{ border:0px }

h1		{ margin-top:10px; margin-bottom:5px; color:#004078; font-weight:bold; font-size:14px }

a		{ color:#004078; text-decoration:none;  }
a:visited { color:#004078; text-decoration:none; }
a:hover	{ color:#004078; text-decoration:underline; }

.clear	{ clear:both; line-height:0px; font-size:1px; height:0px }

.container	{ width:960px; margin-left:auto; margin-right:auto }

.header	{ background-image:url( '../images/header_bg.jpg' ); background-position:top center; background-repeat:no-repeat; width:960px; height:258px; margin:0px }
.header .item	{ height:58px; padding:0px; margin:0px; padding-right:1px; float:right  }
.header .logo	{ height:58px; padding:0px; margin:0px; padding-left:1px; float:left }

.main	{ background-image:url( '../images/main_bg.jpg' ); background-position:top center; background-repeat:repeat-y; margin:0px; 
			padding:30px; width:900px; padding-top:1px; padding-bottom:1px; min-height:150px; padding-bottom:10px }
* html .main { height:150px }

.main .game			{ padding-top:5px; padding-bottom:5px }			
.main .game_image	{ width:88px; padding-right:12px; float:left }
.main .game_text	{ width:800px; float:left; padding-top:15px }

.main .infobox_label	{ width:150px; float:left; padding-right:20px; text-align:right; padding-top:3px; font-weight:bold; padding-bottom:10px; }
.main .infobox_input	{ width:308px; float:left; padding-bottom:10px; }

.main .infobox_input .textarea	{ font-family:Verdana, Arial, Helvetica, sans-serif; color:#666666; font-size:11px }
.main .infobox_input .input		{ font-family:Verdana, Arial, Helvetica, sans-serif; color:#666666; font-size:11px }


	
.footer	{ background-image:url( '../images/footer_bg.jpg' ); background-position:top center; background-repeat:no-repeat; width:940px; margin:0px;
			padding:10px; padding-top:75px; padding-bottom:30px; font-size:10px; color:#eeeeee }

.footer .links
		{ float:left; width:200px }			
.footer .links .link
		{ background-image:url( '../images/link_bg.jpg' ); background-position:top left; background-repeat:no-repeat; padding-right:10px; padding-left:20px;
			padding-top:3px; padding-bottom:3px;  }

.footer .links .link a			{ color:#eeeeee; text-decoration:none; font-weight:bold }
.footer .links .link a:visited 	{ color:#eeeeee; text-decoration:none; font-weight:bold }
.footer .links .link a:hover	{ color:#eeeeee; text-decoration:underline; font-weight:bold }

.footer .logo	{ float:right; padding:0px; }



