body {
	text-align: center;
	background-color: rgb(0,31,70); 
     	background-image: url('images/backtile.jpg');
     	background-repeat: repeat-x;
	}

#links {
	position: absolute; right: 10px; top: 00px;
	font-family: arial;
	text-transform: lowercase;
	font-size: 8pt;
	color: white;
}

#container {
	margin-left: auto;
	margin-right: auto;
	position: relative; top: -8px;
	width: 800px;
	}
#contentbg{
	background-image: url('images/image_12.gif');
	background-repeat: repeat-y;
	background-position: center; 
	min-height:500px;
  	height:auto !important;
  	height:500px;
	}

#content {
	
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-family: verdana;
	color: #CCA808; 
	
	list-style-position: inside;
	font-size: 14px;
	
	
}

#sidelinks {
	absolute; left: 600px; top: 300px;
	font-family: verdana;
	font-weight: 900;
	text-transform: uppercase;
	font-size: 10pt;
	color: white;
}


#3ring {
	position: absolute; bottom: 0px; left: 0px;
	}

span.contenttitle {color: rgb(255,255,250); font-family: verdana; font-size: 20px; text-transform:uppercase   }

a.links {text-decoration: none; color: rgb(255,255,255);}
a.links:hover {text-decoration: underline; color: #fff;}

a {text-decoration: none; color: rgb(255,255,255);}
a:hover {text-decoration: underline; color: #fff;}

/*Pic CSS*/

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{visibility:hidden;}
#keyboardMsg{visibility:hidden;}

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

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

* html #overlay{
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
	}