/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 background:url(images/bg.jpg) repeat-x
} 
 
#pagewidth{ 
 width:1000px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:150px; 
  background-color:#FFFFFF; 
 width:100%;
 border-bottom: solid thick black
} 
 
#leftcol{
 width:35%; 
 float:left; 
 position:relative;
 height:auto;
 }
 
#maincol{

 float: right; 
 display:inline; 
 position: relative; 
 width:65%;
 color:#fff 
 }
 #maincol h1{
 color:#fff;
 font-family: Arial;
margin-top: 5px;
margin-bottom: 5px;
.margin-bottom: -2px;
 }
  #maincol p{
 color:#fff;
 font-family: Arial;
 font-size: 13px;
 line-height: 20px
 }
 
 #maincol a
 {
 color: #ffffff;
 }
 
 #homeimgs{
 position:relative; float:left; clear:both; padding-bottom: 14px; padding-right:50px
 
 }
#footer{
 height:25px; 
  background-color:#fff; 
 clear:both;
  font-family: Arial;
 font-size: 13px;
 } 
 
 #footer a{
 color:black;
 text-decoration: none
 }
 
  #footer a:hover{
 color:black;
 text-decoration: underline
 }
 
#leftcolimg{
position: relative; 
padding-left: 15px;
padding-top: 15px;
}

#logo{
background-color:black;
height:133px;
left:15px;
padding-top:37px;
position:relative;
width:305px;
z-index:2;
}
div#container{
bottom:10px;
clear:both;
float:right;
left:500px;
margin:0 auto;
min-width:300px;
position:absolute;
width:50%;
z-index:3;
}
ul#minitabs{font-size: 19px; font-family: arial; list-style: none;margin: 0;padding: 7px 0;font-weight: bold;
  text-align: center;white-space: nowrap}
ul#minitabs li{display: inline;margin: 0 3px}
ul#minitabs a{text-decoration: none;padding: 0 0 3px;
  border-bottom: 4px solid #FFF;color: #999}
ul#minitabs a#current{border-color: #790000;color: black}
ul#minitabs a:hover{border-color: #790000;color: #666}


#left
{
float: left;
width: 300px;
}

#right
{
float: left;
width: 300px;
margin-top: 40px;

}

.clear
{
clear: both;
}

#largeImg {
	border: solid 1px #ccc;
	width: 400px;
	height: 267px;
	padding: 5px;
}
.thumbs img {
	border: solid 1px #ccc;
	width: 54px;
	height: 54px;
	padding: 4px;
}
.thumbs img:hover {
	border-color: #000000;
}

#gallery{

}
 
 #gallery p{
bottom:13px;
float:right;
position:relative;
right:30px;
width:200px;
 }
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}


