/* screen.css */

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body 
	{
	padding:0;
	margin:0;
	}
body
	{	
	text-align:center;
	min-width:900px;/* for mozilla*/
	background:#272727;
	color:#999;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	line-height:1.5em;
	}
h1
	{
	color:#b49600;
	font-size:12px;
	font-weight:bold;
	}
a { color:#999; text-decoration:underline; }
a:hover { color:#999; text-decoration:none; }
#outer
	{
	height:99.9%;
	min-height:100%;
	width:900px;
	text-align:left;
	margin:auto;
	position:relative;
	background-repeat: repeat-y;
	background-position: center;
	background-color: #181818;
	background-image: url(images/bg.gif);
	}
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header
	{
	position:absolute;
	top:0;
	width:900px;
	height:275px;
	overflow:hidden;
	z-index:1;
	background:url(images/bg_header.jpg);
	}
#left 
	{
	position:relative;/*ie needs this to show float */
	width:201px;
	float:left;
	padding:268px 0px 0px 0px;
	}
#footer 
	{
	color:#4d4d4d;
	width:900px;
	clear:both;
	height:24px;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	border-top:1px solid #4d4d4d;
	background:#272727;
	}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:26px;/* for ie5 */
	he\ight:24px;/* for ie6 */
}
#footer p {padding-top:3px;}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{
	width:659px;
	float:right;
	padding:278px 20px 0px 20px;
	color: #CCCCCC;
	}
* html #centrecontent { padding-top:288px; }
#clearfooter {width:100%;height:26px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-26px;} /*safari wrapper */

#nav
	{
	width:201px;
	background:#b49600;
	margin:0;
	list-style:none;
	text-align:right;
	padding:30px 0px 30px 0px;
	}
* html #nav { padding-top:20px; }
#nav li a
	{
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	background:url(images/bg_nav.gif) no-repeat bottom ;
	width:169px;
	display:block;
	height:29px;
	padding: 10px 30px 0px 0px;
	}
#nav li a:hover {color:#000;}

#contentleft
	{
	width:300px;
	float:left;
	border-right:1px solid #b49600;
	padding: 0px 20px 0px 0px;
	}
#contentright
	{
	width:300px;
	float:right;
	padding: 0px 0px 0px 20px;
	}
