/* CSS Document */
* {margin:0;padding:0}
/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
p {margin:0 0 1em 0;padding:0px}

body {
	background:#000000 url(black.gif) repeat;
	color: #000;
	position:relative;/* for ie7*/
	
scrollbar-face-color:#000000;
scrollbar-base-color:#000000;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#000000;
scrollbar-shadow-color:#FFFFFF;
scrollbar-highlight-color:#EBF5FF;
scrollbar-3dlight-color:#78AAFF;
scrollbar-darkshadow-Color:#78AAFF;

}

 A  	    { color: #339999; font-weight: bold; text-decoration: none }
  A:link    { color: #339999; font-weight: bold; text-decoration: none }
  A:active  { color: #ffffff; font-weight: bold; text-decoration: none }
  A:visited { color: #339999; font-weight: bold; text-decoration: none }
  A:hover   { color: #339999;  font-weight: bold; text-decoration: underline}

#outer{
	min-height:100%;
	margin:0 190px;
	background:#000000;
	border-left:1px solid #000;
	border-right:1px solid #000;
	color: #ffffff;
	}

* html #outer{height:100%;} /*IE treats height as min-height anyway*/
#header{
	position:relative;
	top:0;
	left:0;
	width:100%;
	height:188px;
	background:#000000;
	overflow:hidden;
	color: #fff;
	 
}
#header a{color:#fff;}
#left {
	position:relative;
/*ie needs this to show float */
	width:188px;
	float:left;
	margin-left:-187px;/*must be 1px less than width otherwise won't push footer down in some browsers */
	top:0;
	left:0;
	color:#fff;
	left:-1px;
	padding-bottom:52px;/* clear footer*/
	background: #000000;
	}

#right {
	position:relative;
/*ie needs this to show float */
	width:188px;
	float:right;
	margin-right:-187px;/*must be 1px less than width otherwise won't push footer down in some browsers */
	padding-top:0px;/* to clear header*/
	color:#fff;
	background: #000000;
	padding-bottom:52px;/* clear footer*/
	left:0px;
	right:5px;
}
 
#footer {
	width:100%;
	clear:both;
	height:50px;
	background: #000000;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align:center;
	position:relative;
	margin-top:-50px;/*drag footer from below the fold*/
}
#centrecontent {
	float:right;
	width:100%;
	position:relative;
	padding-bottom:52px;/* clear footer*/
 margin-left:-1px;
 
 
 
 
}
#main {
font-family: Georgia, Times New Roman, serif;
width: 99%;
background-color: #000000;
padding-top: 15px;
margin-left:5px;

}

 #box {
 float: right; 
 width: 362px; 
 border: 1px solid black; 
 margin-left: 5px;
 margin-right: 5px;

 }
.outerwrap {
	float: left;	
	width: 100%;
	padding-top:0px;/* to clear header*/
	margin-right:-3px;/* to stop columns dropping*/
}

.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#chromemenu{
width: 100%;
font-weight: bold;
font-size: 90%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
border: 1px solid #BBB;
width: 600px;
background: url(/chromebg1.gif) center center repeat-x;
padding: 5px 0;
margin: 0;
text-align: center; /*set value to "right" for example to align menu to the left of page*/
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
color: #000000;
padding: 5px;
margin: 0;
text-decoration: none;
}

#chromemenu ul li a:hover{
background: url(/chromebg.gif) center center repeat-x;
}







