
body{
 text-align:center;
 background-color: #FFFFFF;
 background-image: url('images/jlbg.gif');
 background-repeat: repeat-x;

} 
 
#pagewidth{ 
 width: 775px;
 text-align:left;
 margin-top: 10px;
 margin-left:auto; 
 margin-right:auto;
 background-color: #99CCFF; 
} 

#header1{
 position:static;
 float: left;
 background-color:#99CCFF; 
 margin-top: 30px;
} 

#header2{
 position:static;
 float: right; 
 background-color:#99CCFF;
 margin-top: 21px;

} 
 
#maincol {
 background-color: #FFFFFF;  
 float: left; 
 position: relative;
 padding: 15px;
 border-left: 1px solid #000000;
 border-right: 1px solid #000000;
 }

#left {
 background-color: #FFFFFF;
 float: left; 
 position: static;
 width: 420px;
 }

#officeleft {
 background-color: #FFFFFF;
 float: left; 
 position: static;
 width: 200px;
 }

#right {
 float: right; 
 position: static;
 width: 230px;
 }

#officeright {
 float: right; 
 position: static;
 width: 450px;
 }

#models {
 background-color: #FFFFFF;
 float: left; 
 position: static;
 width: 300px;
 }

#castelloboat {
 float: right; 
 position: static;
 width: 350px;
 }




#text6 {
 padding-top: 12px;
 padding-left: 10px;
 padding-right: 5px;
 font-family: tahoma;
 font-size: 12px;
 color: #4176B3;
 font-weight: bold;

 }

#text7 {
 padding-top: 8px;
 padding-left: 20px;
 padding-right: 5px;
 font-family: tahoma;
 font-size: 12px;
 color: #4176B3;
 
 }


#links {
 float: left;
 position: static;
 padding-top: 7px;
 padding-left: 10px;
 font-family: tahoma;
 font-size: 10px;
 color: #CCCCCC;
 font-weight: bold;
 
 }

#copyrights {
 float: right;
 position: static;
 padding-top: 7px;
 padding-right: 10px;
 font-family: tahoma;
 font-size: 10px;
 color: #999999;
 font-weight: bold;
 
 }


#footer {
 height:100px; 
 background-color:#FFFFFF;
 border-left: 1px solid #000000;
 border-right: 1px solid #000000;
 border-bottom: 1px solid #000000;
 clear: both;
 padding: 15px;
 } 
 
 
.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 */  



 @media print{ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

a:link {
	color: #4176B3;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;

}
a:hover {
	color: #D7441F;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	border: thin none #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #4176B3;
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;

}