@charset "utf-8";


	
body {
	
	Background-image:url(../images/body_background.jpg);
	padding: 0;
	background-repeat: repeat;
	background-position: left top;
	margin-top:0px;
	margin-left:0px;
		
	
	
}



#container {
	margin-top: 0px;
	margin-left: 0px;
	font-size: 62.5%;
	background-image:url(../images/beach_header.png);
	width: 780px;
	height:auto;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-color:#FFFFFF;
	position:relative;
	border-top-width: 3px;
	border-right-width: thick;
	border-bottom-width: 3px;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: double;
	border-bottom-style: solid;
	border-left-style: double;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

html { min-height: 100%; margin-bottom: 1px; }
/*----------------------------header--------------------------*/



#header {
	height: 150px;
	width: 780px;
	background-image:url(../images/header_title.png)

}

/*----------------------------navbar-----------------------------*/
#navbar {
	height:auto;
	width: 165px;
	margin-right: 20px;
	margin-left: 20px;
	float:left;
	margin-top:150px;
	border: 10px groove #FF3300;
	font-size:1.6em;
	color:#FFFFFF;
	background-color:#1e2c64;
	font-family: Rockwell, "Times New Roman", Garamond, serif;
	margin-bottom:200px;
}

#navbar a {
	text-decoration: none;
	font-weight: bold;
	color:#FFFFFF;
	font-family: Rockwell, "Times New Roman", Garamond, serif;
	font-size: .75em;
}

#navbar a:hover{
	font-weight: bold;
	color: #ff6600;
	font-family: Rockwell, "Times New Roman", Garamond, serif;
}
/*-------------------------------title, ads, and main-------------------------------*/
#title {
	height: 50px;
	width: 500px;
	float: left;
	margin-top: 70px;
	font-size:1.8em;
	margin-bottom:20px;
}

#top_rectangle {
	height: 250px;
	width: 300px;
	float: left;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#main {
	float: left;
	height:auto;
	width: 515px;
	color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	
	font-size:1.2em;
	padding-bottom: 20px;
	padding-right: 20px;
}

#main_ad {
	width:515px;
	height:200px;
	margin-top: 40px;
	margin-bottom: 40px;

}







/*-------------------------------footer area--------------------------------------------*/
#clear{
	clear: both;
	height: 0px;
	width: 780px;
}

#footer {
	height: 20px;
	width: 780px;
	text-align: right;
	float: none;
	
}

#footer a {
	color: #000033;
	text-decoration: none;
}

/*------------------------------class styles-------------------------------*/
.float_right {
	float: right;
	margin-left: 5px;
}
.float_left {
	float: left;
	margin-right: 35px;
}
.italic_bold {
	font-style: italic;
	font-weight: bolder;
	color: #CC0000;
}
.copyright {
	font-size: small;
	font-style: italic;
	font-weight: bold;
}

.float_center {
	text-align: center;
}
