@charset "UTF-8";
/* CSS Document */

body 
	{
	background-image:  url(../images/bg-tile.jpg); 
	background-repeat: repeat-x; 
	background-color: #142873;
	margin: 0 0 0 0;
	padding: 0;
	font: 12px arial,helvetica,sans-serif;
	}
	
a:link {color: #0066cc; text-decoration: none}
a:visited {color: #0066cc; text-decoration: none}
a:hover {text-decoration: underline}
a:active {color: #0000FF}

/*  <<<<<<<<<<<<<<<<<<<<<<<<<<<< formatting shell >>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

#container
	{
	width: 866px;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	}

#wrapper
	{
	background-image:url(../images/content-bg.png);
	background-repeat:repeat-y;
	width:866px;
	margin:0 0 0 0;
	padding:0 0 0 0;
	}
	
	
#header
	{
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:866px;
	height:233px;
	/*background-color:#990000*/
	}
	
#content-section-gal
	{
	position:relative;
	top: 0px;
	width:866px;
	height:890px;
	margin:0 0 0 0;
	padding:0 0 0 10px;
	/*background-color:#0066CC;
	background-image:url(../images/calendar-bg.jpg);*/
	background-position:top;
	background-repeat:no-repeat;
	}
	
#gal
	{
	position:absolute;
	top:0px;
	width:640px;
	height:640px;
	margin:82px 55px 0 0;
	padding:0 0 0 0;
	right:0px;
	z-index:5;
	/*background-color:#0066CC;*/
	}
	
#thumbs
	{
	position:absolute;
	top:85px;
	width:185px;
	height:500px;
	margin:0 0 0 140px;
	padding: 0 0 0 0;
	/*background-color:#0066CC;*/
	}
	
#display
	{
	position:absolute;
	top:85px;
	width:500px;
	height:360px;
	margin: 0 0 0 300px;
	padding:0 0 0 0;
	/*background-color:#0066CC;*/
	}
	
#gallerys
	{
	position:absolute;
	top:445px;
	width:600px;
	height:400px;
	margin:0 0 0 300px;
	padding:0 0 0 0;
	/*background-color:#0066CC;*/
	}
	
#footer
	{
	position:relative;
	left:0px;
	width:856px;
	height:19px;
	bottom:0px;
	margin:0 auto 0 auto;
	padding:0 0 0 0;
	}
	
p.center
	{
	text-align:center;
	}
	
	
	
	
	
	
	
	
	 