/************* GENERAL STYLES ***/
* { margin: 0; padding: 0; }

html, body {
	height: 100%;
	text-align: center;
	font-size: 11px;
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	color: #666;
	background: url(../images/bg.jpg) top left repeat-x #1d3a5c; }


	/*** FONT STYLES ***/	
	h1 { 
		margin: 0 0 10px 0;
		font-size: 160%; 
		font-weight: bold;
		text-transform: uppercase;
		color: #1d3a5c; }
	
	a:link, a:visited { color: #333; }
	a img { border: none; }
	
	p { margin-bottom: 16px; }
	
	li {
		list-style: none;
		margin: 0 0 4px 0; }


/************* STRUCTURE STYLES ***/
#wrapper { 
	width: 796px;
	margin: 0 auto; }
	
	
	/*** HEADER STYLES ***/
	a#header { 
		display: block;
		float: left;
		width: 796px; 
		height: 269px; 
		background: url(../images/header.jpg) no-repeat; }


	/*** NAV STYLES ***/
	ul#nav { 
		display: block; 
		width: 796px; 
		height: 73px;
		float: left;
		list-style: none; }
		
		ul#nav li { 
			float: left; 
			height: 73px; }


	/*** CONTENT STYLES ***/
	#contentWrapper {
		width: 796px;
		float: left;
		background: url(../images/wrapper_bg.jpg) top left repeat-y; }
	
	#content { 
		width: 746px;
		float: left;
		text-align: left;
		margin: 10px 25px 20px 25px; }


/*** FOOTER STYLES ***/
#footer { 
	width: 796px; 
	margin: 0 auto 0 auto;
	font-size: 80%;
	text-align: left;
	color: #fff;
	float: left;
	background: #1d3a5c; }

	
	/*** FOOTER BUTTONS STYLES ***/
	#footer ul#buttons { 
		display: block;
		float: left;
		width: 796px; 
		height: 147px; 
		list-style: none; }
	
		#footer ul#buttons li { 
			float: left; 
			height: 147px; }

	
	#footer p { margin: 10px 0 0 0; }
	
		#footer p a:link,
		#footer p a:visited { color: #fff; }
	
	
	/*** POWEREDBY STYLES ***/
	#footer p.poweredby { 
		float: right;
		margin: 10px 0 0 0;
		text-align: right; }
	
		#footer p.poweredby a { margin: 0 0 0 10px; }



ul#galleryPhotos { 
	margin: 0; 
	padding: 0; 
	list-style: none; 
	text-align: left; }

	ul#galleryPhotos li { 
		float: left; 
		margin: 0 5px 5px 0; 
		width: 80px;
		height: 80px; }
	
		ul#galleryPhotos li img { width: 80px; height: 80px; }


table#subGalleryPhotos {}




/*** CLEARFIX ***/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }

.clearfix { display: inline-block; }

html[xmlns] .clearfix { display: block; } /* SAFARI FIX */

* html .clearfix { height: 1%; } /* IE6 FIX */
