body 
	{
	padding: 0;
	margin: 0;
	background-color: #000000;
	margin-top: 10px;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Console", Helvetica, Arial, sans-serif !important;
	font-size: 10pt;
	}
	
#header_home
	{
	width: 779px;
	height: 224px;
	border: 5px solid #FFFFFF;
	margin: 0 auto;
	}

#header_contact
	{
	width: 779px;
	height: 224px;
	border: 5px solid #FFFFFF;
	background-image: url(../images/banner1.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	}

#navigation 
	{
	width: 789px;
	margin: 0 auto;
	}
	
#content_top 
	{
	width: 789px;
	height: 15px;
	background-image: url(../images/bg_header.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	}

#container 
	{
	width: 789px;
	background-image: url(../images/bg_repeat.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	}

#content 
	{
	width: 730px;
	padding: 5px 20px 5px 20px;
	margin: 0 auto;
	}

#content_bottom 
	{
	width: 789px;
	height: 15px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: no-repeat;
	margin: 0 auto;
	}

#footer 
	{
	margin: 0 auto;
	width: 789px;
	height: 15px;
	}

#footer p 
	{
	margin-top: 10px;
	text-align: center;	
	font-size: 8pt;
	color: #FFFFFF;
	}

#content h1
	{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12pt;
	}

#content h3, h2, h4 
	{
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 10pt;
	}

#content p 
	{
	margin: 0;
	padding: 0;
	font-size: 8pt;
	line-height:1.5em;
	margin-bottom: 15px;
	}

#content ul 
	{
	margin-top:10px;
	margin-bottom:10px;
	margin-left: 10px;
	margin-right: 0px;
	}

#content li 
	{
	text-align: justify;
	font-size: 8pt;
	line-height: 18px;
	list-style-type: square;
	}

#content a:link
	{
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
	}

#content a:visited
	{
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #666;
	}

#content a:hover
	{
	color: #666;
	text-decoration: none;
	}


/* MENU STUFF*/

.links 
	{
	padding:0 0 0 23px;
	margin:0;
	list-style:none;
	height:35px;
	background:#fff url(../images/button1.gif);
	position:relative;
	}

.links li 
	{
	float:left;
	}

.links li a 
	{
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	color:#DDD; 
	text-decoration:none;
	font-size:9pt;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	padding:0 16px 0 8px;
	}

.links li.current a, .links li a:hover 
	{
	color:#FFF;
	}

.links li.current a:hover 
	{
	color:#FFF;
	cursor:default;
	}

	
*/ GALLERY STUFF */

#thumb_list img 
	{
	border:0;	
	}

#thumb_list a:link, a:active, a:hover
	{
	border:0;	
	}

#thumb_list 
	{
	width: 750px;
	margin: 10px 10px 10px 10px;
	
	}

#thumb_list ul 
	{
	margin: 0;
	padding: 0;
	}

#thumb_list li 
	{
	/*width: 28%;*/
	width: 19.4%;
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	border: 1px solid #CCCCCC;
	margin: 15px 5px 15px 15px;
	padding: 5px 5px 20px 5px;
	}
	
#footer p.left
	{
	float: left; 
	text-align: left; 
	color:#DDD;
	}
	
#footer p.right
	{
	float: right; 
	text-align: right; 
	color:#DDD;
	}