@charset "utf-8";
/* CSS Document */

body{
	font: 100% Verdana,Arial,sans-serif;
	background-color:#00adef;
/* Scrollbar style for IE only */ 
	scrollbar-3dlight-color : #ff9900;
	scrollbar-arrow-color : #ff9900;
	scrollbar-base-color : #e0e0e0;
	scrollbar-darkshadow-color : #e0e0e0;
	scrollbar-face-color : #000000;
	scrollbar-highlight-color : #dddddd;
	scrollbar-shadow-color : #ff9900;
	scrollbar-track-color : #FFFFFF;
	margin: 2px 0px 0px 0px;
	background-image:url(images/bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}

/* Main DIVS */
div#main{
	width:850px;
	height:620px;
	margin:0px auto;
	background-color:#FFFFFF;
}


div#imgtop{
	width:850px;
	height:127px;
	margin:0px auto;
	background-color:#FFFFFF;
	}
	
div#logo{
	width:222px;
	height:127px;
	margin:0px auto;
	background-color:#FFFFFF;
	float:left;
	display:inline;
	}	
	
div#menu{
	width:600px;
	height:27px;
	margin:0px auto;
	margin-top:10px;
	background-color:#FFFFFF;
	float:right;
	display:inline;
	font-family:"Trebuchet MS" Verdana,Arial,sans-serif;
	text-align:center;
	}
	
	div#banner{
	width:600px;
	height:80px;
	margin:0px auto;
	background-color:#ff0000;
	float:right;
	display:inline;
		text-align:center;
	}
	
	
#menubits{
	float:right;
	display:inline;
	width:100px;
	padding-right: 0px;
	padding-left:0px;
	padding-top:2px;
	padding-bottom:2px;
	margin-left:2px;
	border-left: solid 2px #cccccc;
	border-right: solid 2px #cccccc;
}

div#holder{
	width:846px;
	height:600px;
	margin:0px auto;
	background-color:#ffffff;
	border:2px solid #cccccc;
}

div#left{
	width:580px;
	height:590px;
	margin:5px 5px 0px 5px;
	background-color:#ffffff;
	float:left;
	display:inline;
}

div#picleft{
	width:580px;
	height:350px;
	margin:0px;
	background-color:none;
}

div#picleftgal{
	width:580px;
	height:350px;
	margin:0px;
	background-color:#ffffff;
}


div#textleft{
	width:580px;
	height:235px;
	margin-top:5px;
	background-color:none;
}

div#right{
	width:251px;
	height:590px;
	margin:5px 5px 0px 0px;
	background-color:#cccccc;
	float:right;
	display:inline;
}

div#boxright{
	width:241px;
	height:125px;
	margin:5px 5px 0px 5px;
	background-color:#ffffff;
	display:block;
}


div#footer{
width:100%;
height:20px;
margin:5px 0px 5px 0px;
background-color:none;
	background-color:#00adef;
}

/* Main DIVS */

/* TEXT STYLES*/

div#textleft h1{
	font-family: "Trebuchet MS" Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:130%;
	padding-bottom:0px;
	padding-left:2px;
	color:#0A5A6E;
}

div#textleft p {
	font-size:82%;
	color:#0A5A6E;
	padding:0px 2px 1px 2px;
}


div#boxright p {
	font-size:82%;
	color:#0A5A6E;
	padding:4px;
}

a{ 
font-weight:bold;
color:#0A5A6E;
text-decoration:none;
}

a:hover{
color:#00adef;
}

#footer p {
text-align:center;
padding-top:3px;
	font-size:70%;
	color:#FFFFFF;
}

#footer a{ 
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
}

#footer a:hover{
color:#0A5A6E;
}

	
.photo{border:2px solid #0A5A6E;}
.photogal{border:1px solid #0A5A6E; margin:5px;}

/* TEXT STYLES*/

