* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	background-repeat: repeat;
	background-color: #6699FF;









	background-image: url(images/oceanblue%20(700%20x%20517)
.jpg);
	background-image: url(images/oceanblueresized3.jpg);
}

h1, h2, h3 {
	color: #345BA8;
}

h1 {
	font-size: 152%;
}

h2 {
	font-size: 129%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, blockquote, ul, ol {
	line-height: 180%;
}

blockquote, ul, ol {
	margin-left: 3em;
}

a {
	color: #345BA8;
}

a:hover {
	text-decoration: none;
}

.boxed {
	margin: 10px;
	border: 1px none #E9EAEB;
}

.boxed .title {
	padding: 5px 10px;
}

.boxed .content {
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
}

/* Page */

#page {
	width: 775px;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 720px;
	background-image: url(images/lightsandgif.gif);
	background-repeat: repeat;
}

#content {
	float: right;
	width: 550px;
	color: #FFFF99;
}

#sidebar {
	float: left;
	width: 150px;
	background-color: #323232;
	height: 700px;
	margin-left: 50px;
}

/* Logo */

#logo {
	width: 533px;
	height: 125px;
	background-repeat: no-repeat;
	background-position: left top;
}

#logo h2 {
	font-size: 85%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
#slideshow {
	background-position: center;
	margin-right: 50px;
}


#logo a {
	text-decoration: none;
	color: #000099;
}

/* Menu */

#menu {
	color: #FFFF99;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

#menu h2{
	padding:10px;
	text-align:center;
}
/* Footer */

#footer {
	font-size: 77%;
	color: #000000;
	width: 740px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: right;
	padding-right: 0;
	clip: rect(auto,auto,auto,auto);
}

#footer a {
	color: #FFFFFF;
}
