		body {
			margin:10 auto;  			
			font-size:80%;
			line-height: 150%;
			font-family: sans-serif;
			background:#202040 url(../graphics/bg.gif) top center repeat-y;
			color: #404040;
			text-align: center;
			}
			
		a {	text-decoration: none;
			}
			
		a:hover {color: #d0d0d0;}

/* LIGHTBOX */

		#lightbox {
		
	background-color:#eee;
		
	padding: 5px;
		
	}

		
#lightboxDetails {
		
	font-size: 0.8em;
		
	padding-top: 0.4em;
		
	}

		
#lightboxCaption {
			float: left;
			}


		#keyboardMsg {
			float: right;
			}

		
#closeButton {
			top: 5px;
			right: 5px;
			}



		#lightbox img {
			border: none;
			clear: both;
			}

		
#overlay img {
			border: none;
			}



		#overlay {
			background-image: url(../graphics/overlay.png);
			}

		

* html #overlay {
		
	background-color: #333;
			back\ground-color: transparent;
		
	background-image: url(graphics/blank.gif);
		
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="graphics/overlay.png", sizingMethod="scale");
		
	}


/* CLASSES */
		
		.formbutton {
			cursor:hand;
			border:outset 1px #ccc;
			background:#999;
			color:#666;
			font-weight:bold;
			padding: 1px 2px;
			background:url(../graphics/formbg.gif) repeat-x left top;
			}
			
		.box {
			/*border:1px dotted gray;*/
			float:left;
			padding: 10px;
			text-align: left;
			}

		.box5 {
			/*border:1px dotted gray;*/
			float:left;
			padding: 5px;
			text-align: left;
			}
			
		.imagebox {
			float:left;
			background-color: white;
			border: 1px solid #a0a0a0;
			margin:2px;
			}
			
		.abs { position:absolute }

		.rel { position:relative }

		.textlink {
			border-bottom: 1px dotted #404040;
			text-decoration: none;
			color: #404040;
			font-weight:bold;
			}

		.brcrumb {
			border-bottom: 1px dotted #404040;
			text-decoration: none;
			color: #404040;
			}


		.title {
			font-size: 130%;
			font-weight: bold;
			}

/* IDs */

		#navbox {
			float:left;
			width:900px;	
			}
		
		#navigation a {
			border-bottom: 0px;
			color: #606060;	
			font-size:110%;	
			display: inline; 
			text-decoration: none;	
			font-weight: bold;
			margin-right: 5px;
			padding-left: 10px; 
			background-color: inherit; 
			background-image: url(../graphics/link.gif); 
			background-repeat: no-repeat; 
			background-position: center left; 
			}
			
			
		#navigation a:hover { 
			color: #d0d0d0; 
			background-color: inherit; 
			}

		#popup1, #popup2, #popup3 {
			position:relative;
			padding:5px;
			background-color: white; border: 1px solid gray;
			visibility:hidden
			}

		#container {
		  	width:900px;
			text-align:left;
			margin:0 auto; 
			background-color:#FFFFFF;
			}

		
		#footer {
			height:100px;
			width:900px;
			background:#202040 url(../graphics/footer.jpg) top center no-repeat;
			font-size:90%;	
			color: #ffffff;
			clear:both;
			}

		#footer a {color: #d0d0d0; }

		#footer a:hover {color: #ffffff; }

/* MAIN */

		#mainbanner {
			float:left;
			height: 200px;
			width: 900px;
			}

		#maincontent {
		  float:left;
			width:900px;
			}
			

/* STYLES */

		#stylebanner {
			height: 80px;
			width: 900px;
			background-color: #202040;
			}

		#stylecontent {
		  	float:left;
			width:620px;
			height:360px;
			background-color: white;
			}

		#stylebottom {
		  	float:left;
			width:620px;
			background:#ffffff;
			}

		#styleside{
			float: left;
			width: 280px;
			background-color: white;
			}

/* RANGES */

		#rangebanner {
			height: 80px;
			width: 900px;
			background-color: #202040;
			}

		#rangecontent {
		  	float:left;
			width:630px;
			background-color: white;
			}

		#rangeside{
			float: left;
			width: 270px;
			/*background-color: white;*/
			}

/* DETAILs */

		#detailbanner {
			height: 80px;
			width: 900px;
			background-color: #202040;
			}

		#detailcontent {
		 	float:left;
			width:900px;
			background-color: gray;
			}

		#detailbottom {
		  float:left;
			width:900px;
			background-color: #ffffff;
			}


