body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #EDF2DF;
	background-image: url(../img/gameadsummit/background.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.cleaner {
	clear: both;
}

div#container {
	margin-left: 50px ;
	width: 800px;
	margin-top: 0;
	margin-bottom: 20px;
	position: relative;
}

img {
	border: 0;
}


/* TOP NAV ------
--------------*/
ul.topnav {
	margin: -10px 0 5px 0 ;
	text-align: right;
	padding: 0;
}

ul.topnav li {
	display: inline;
	list-style: none;
}

ul.topnav li a {
	color: #434F22;
	text-decoration: none;
}

ul.topnav li a:hover {
	color: #91B52B;
	text-decoration: underline;
}

ul.topnav li strong {
	color: #2E3B0A;
font-weight: normal;
text-decoration: underline;
}


/* ---- HEADER STUFF 
---------------------- */

div.header {
	width: 100%;
	background: url(http://gdcfocuson.com/img/gameadsummit/headertile.gif) repeat-x;
	height: 119px;
	position: relative;
}

div.header img.headerright {
	position: absolute;
	right: 0;
}

/* MAIN NAV STUFF -------------
----------------------------- */

ul.mainnav {
	background: url(../img/gameadsummit/mainnav.gif) no-repeat;
	height: 30px;
	width: 800px;
	margin: 5px 0 0 0 ;
	padding: 0;
}

ul.mainnav li {
	list-style: none;
	display: inline;
	margin: 0 42px;
}


/* SUBNAV ------------------
-----------------------------*/

ul.subnav {
	margin: 0;
	padding: 5px 0 0 0;
	background: url(../img/gameadsummit/headertile.gif) repeat-x top;
	height: 20px;
}

ul.subnav li {
	list-style: none;
	display: inline;
	margin: 0 20px;
	font-size: 12px;
}

ul.subnav li a {
	color: #434F22;
	text-decoration: none;
}

ul.subnav li a:hover {
	color: #fff;
}

ul.subnav li strong {
	color: #434F22;	
}

/* MAIN BODY STUFF ----
--------------------- */

div.mainbody {
	background: #fff;
	padding: 20px 30px 10px 30px;
}

/* LEFT PANEL -----
-------------------------- */

td.leftpanel {
	background:#E3EBCE;
width: 150px;
border-right: 1px solid #BFDB71;
}

td.leftpanel h3 {
	margin: 0;
	color: #fff;
	font-size: 14px;
	background: #A4C250;
	padding: 3px;
}

td.leftpanel ul {
margin: 5px 0 15px 5px;
padding: 0;
list-style: none;
}

td.leftpanel ul li {
margin: 15px 0;
border-bottom: 1px solid #A4C250;
padding-bottom: 3px;
}

td.leftpanel ul li a:link,
td.leftpanel ul li a:visited {
text-decoration: none;
font-weight: bold;
}

td.leftpanel ul li a:hover {
color: #A4C250;
}



/* COMMON STYES FOR REST OF THE PAGES
---------------------------------------*/

table.mainbody {
	background: #F7F7F7;
	margin-bottom: 10px;
	border: 1px solid #BFDB71;
	padding: 5px;
}

table.mainbody td {
	border: 0;
}

table.mainbody h1.headline {
	color: #434F22;
	font-family: "Gill Sans", Verdana, Arial;
	font-size: 16px;
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
}

p.dash {
	background:url(../img/gameadsummit/dash.gif) repeat-x;
	height: 1px;
	width: 100%;
}

table.mainbody a,
table.mainbody strong,
table.mainbody b {
color: #434F22;
}

table.mainbody a:hover {
text-decoration: none;
}


h2 {
margin: 0;
font-size: 16px;
}

/* TABLE STYES ------------
------------------------*/
table.reg, table.reg td {
	border: 1px solid #CBE77F;

background: #F7F7F7;
}

table.reg thead td{
	background: #A4C250;
	color: #fff;
	font-weight: bold;
}

table.reg tr td.td1,
table.mainbody tr td.td1 {
	background: #EDEFE8;
}

table.reg tr td.td2 {
	background: #E7EFD2;
}

/* FOOTER STUFF -----
----------------------*/
.footer {
	background: url(../img/gameadsummit/footer.gif) no-repeat;
	height: 41px;
	text-align: center;
	color: #fff;
	font-size: 10px;
	width: 800px;
	padding: 5px 0 0 0;
}

.footer p {
	margin: 0 0 3px 0;
	padding: 0;
}

.footer p a {
	color: #fff;
}

.footer p a:hover {
	text-decoration: none;
}


/* --- BANNER ---- */
div.banner {
	position: absolute;
	right: -162px;
	top: 50px;
}
