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

body{
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-color:#FFF;
	margin:0px;
}
.centerit{margin:0 auto}
.marginl10{margin-right:10px;}
.floatleft{float:left;}
.clearit{clear:both;}
ul{margin-top:0px;}
li{margin:1px;}

#picturecontainer{width:1000px;height:400px;margin-top:10px;}

/*main containers*/
#topcontainer{
	width:1000px;
	height:100px;
	background-image: url(../images/headertaru.jpg);
	background-position: 540px 45px;
	background-repeat: no-repeat;
}
#midcontainer{
	width:1000px;
	height:100px;
	background-image: url(../images/lakelogo.gif);
	background-repeat: no-repeat;
	background-position: 80px center;
}
#textwrapper{width:1000px;}
#mainwrapper{width:1000px; margin-top:10px;}
.textbox{width:350px;padding:10px;}
.textbox1{width:600px;padding-left:10px;padding-right:10px;padding-top:10px;}
.backcolor{background-color:#000;padding:5px;color:#FFF;}
#footer{width:950px;border-top-width: 1px;border-top-style: solid;border-top-color: #999;text-align:right;padding-top: 2px;padding-right: 50px;padding-bottom: 2px;padding-left: 0px;}
.popup{background-color:#999;color:#FFF;text-decoration:underline;padding:5px;cursor:pointer;}
.popup:Hover{background-color:#000}

/*image inquiries*/
#mailto{width:330px;height:20px;margin-left:660px;margin-top:5px;}

/*text*/
.text11{font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size: 11px;line-height: 20px;text-align: justify;font-weight:300;}
.text11u{font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size: 11px;line-height: 20px;text-align: justify;font-weight:300;text-decoration:underline;color:#000}
.text11b{font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size: 11px;line-height: 20px;text-align: justify;font-weight:bold;}
.text10{font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size: 10px;line-height: 20px;text-align: justify;color: #333;}
.text10u{font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;font-size: 10px;line-height: 20px;text-align: justify;color: #333;text-decoration:underline}
