@charset "utf-8";

/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	background-color: #090909;
	background-image: url(../graphics/newnewBG.gif);
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
}
.twoColFixRtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: thick none #090909;
	text-align: left;
} 
.twoColFixRtHdr #header {
	height: 145px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	position: relative;
}
#blog   {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: absolute;
	left: 662px;
	bottom: 51px;
	width: 117px;
	height: 46px;
} 
h1 {
	font-size: 9px;
}
.twoColFixRtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: absolute;
	left: 266px;
	bottom: -1px;
	width: 516px;
	height: 39px;
}
.h1keywordstop {
	color: transparent;
	right: 2000px;
	position: relative;
}
ul#menumain {
list-style: none; 
}

ul#menumain li {
	float: right;
	padding-right: 15px;
 }

ul#menumain li a {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bolder;
}
.black {
	color: #000000;
}
ul#menumain li a:hover {
color: #3366FF;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 250px;
	background-color: transparent;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-top: 30px;
}
.twoColFixRtHdr #mainContent {
	padding-left: 40px;
	background-image: url(../graphics/ourgallery.gif);
	background-repeat: no-repeat;
	background-position: 475px 0px;
	padding-top: 80px;

} 
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #000000;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#section {
	margin-top: 20px;
	width: 475px;
	height: 270px;
	background-repeat: no-repeat;
	background-image: url(../graphics/ourkiteschoolBG.gif);
	padding-top: 35px;
}
#section p {
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 25px;
	padding-left: 25px;
}


.sprylinks {
	color: #3399CC;
	text-decoration: none;
}
#savethebeach {
	height: 250px;
	width: 225px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.style1 {font-family: Georgia, "Times New Roman", Times, serif}
.style5 {color: #715604}
.style8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 10px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.style9 {
	font-size: 100%
}
#logos {
	padding: 0px;
	border-top-style: groove;
	border-top-color: #5A4414;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: none;
}
.style10 {
	font-size: 60%;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	letter-spacing: 1px;
	line-height: 1px;
}

a:link {
	color: #028FDF;
}
a:visited {
	color: #028FDF;
}
.style12 {color: #FFFFFF}
.style13 {color: #CCCCCC}
.style14 {color: #000066}
.style15 {color: #000033; }
.style19 {
	color: #D76036;
	font-size: 9px;
}

.style20 {
	color: #81C1F4
}
#sidebarfeatured {
	margin-top: 20px;
	padding-top: 10px;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;

}
#blogRepo  {
	height: 50px;
	width: 100px;
	position: absolute;
	left: 673px;
	top: 43px;
}
