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

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


	/*** FONT STYLES ***/	
	h1 {
		font-size: 18px; 
		font-weight: bold;
		color: #004a5d;
		margin: 10px 0 10px 0; }
	
	a:link, a:visited { color: #333; }
	a img { border: none; }
	
	p { margin-bottom: 16px; }
	
	img, div, input { behavior: url("iepngfix.htc") }
	
	li {
		list-style: none;
		margin: 0 0 4px 0; }
	
	
/**** FORM ****/
form {}

	form fieldset { border: none; }
	
		form fieldset ol,
		form fieldset ul { list-style: none; }
		
	form input,
	form select,
	form textarea,
	form button { 
		font-size: 11px;
		font-family: "Lucida Grande", verdana, arial, sans-serif;
		margin: 0 0 5px 0; }
	
	table {}
	
		th { 
			font-size: 14px;
			font-weight: bold;
			color: #084d5d;
			text-transform: uppercase; }
			


/************* STRUCTURE STYLES ***/
#wrapper {
	width: 852px;
	margin: 0 auto; }
	
	/*** NAVIGATION ***/
	ul#nav { 
		width: 852px;
		height: 52px;
		margin: 0 auto;
		list-style: none; }
		
		ul#nav li { 
			float: left; 
			height: 52px; }
			
	/*** HEADER ***/
	#header {
		width: 852px;
		height: 314px;
		float: left;
		display: block;
		margin: -5px 0 0 0;
		background: url(../images/header_bg.jpg) top no-repeat; }
		
		#header img {
			width: 137px;
			height: 41px;
			float: right;
			margin: 78px 21px 0 0; }
		
	/*** CONTENT WRAPPER ***/
	#contentWrapper {
		width: 852px;
		min-height: 400px;
		float: left;
		background: url(../images/content_bg.jpg) top left no-repeat #fff; }
		
		/*** CONTENT ***/
		#content {
			width: 686px;
			float: left;
			margin: 10px 0 10px 20px;
			text-align: justify;
			line-height: 18px; }
			
		/*** SIDEBAR ***/
		ul#sidebar { 
			width: 120px;
			float: left;
			margin: 20px 10px 10px 10px;
			list-style: none; }
			
			ul#sidebar li { 
				float: left;
				margin: 0 0 10px 0; }
				
		/*** FOOTER ***/
		#footer {
			width: 852px;
			height: 115px; 
			text-align: left;
			float: left;
			margin: 0 auto;
			background: url(../images/footer_bg.jpg) bottom left no-repeat; }
			
				#footer a:link,
				#footer a:visited { 
					text-decoration: none; 
					color: #7e7e7e; }
	
				#footer p { 
					font-size: 10px;
					color: #fff;
					margin: 50px 0 0 30px; }
					
					#footer a:link{text-decoration:underline; color:#FFFFFF; }
					#footer a:hover{text-decoration:underline; color:#FFFFFF; }
					#footer a:visited{text-decoration:underline; color:#FFFFFF; }
	
	
				#footer p.poweredby { 
					float: right;
					margin: 50px 30px 0 0;
					text-align: right; }
			
				#footer p.poweredby a { margin: 0 0 0 20px; }
				
				
/*** GALLERY ***/				
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;
			border: 1px solid black; }





/*** 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 */
