* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: url(images/beachbg.jpg);
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #6c7496;
}

a:link {
	color: #339999;
	text-decoration: none;
}

a:visited {
	color:	#339999;
	text-decoration: none;
}

a:hover {
	color:	#ff66ff;
	text-decoration: underline;
}

a:active {
	color:	#339999;
}

h1, h2, h3 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	color: #339999;
	margin: 30px 0 30px 10px;
}

h1 { font-size: 167%; }
h2 { font-size: 120%; text-transform: uppercase; font-weight: bold;}
h3 { font-size: 110%; font-weight: bold;}

hr {
	border: 0;
	height: 3px;
	width: 600px;
	color: #339999;
	text-align: center;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}

img {
	border: none;
}

img.centered {
	display: block;
	margin: 0 auto 50px auto;
	border: 0;
}

p {
	margin: 20px 30px 20px 10px;
	line-height: 2em;
}

ul li {
	margin: 0 0 5px 0;
	list-style: none;
}

ul li a {
	color: #ff66ff;
	font-weight: bold;
}

/* Body List */

.bodylist {
}

.bodylist ul, li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.bodylist li {
	padding: 10px 20px 10px 40px;
	background-image: url(images/leaficon.jpg);
	background-repeat: no-repeat;
	background-position: center left;
}


/* Page */

#page {
	width: 775px;
	margin: 0 auto;
	background: #ffffff;
	border: 5px solid #fee58c;
}

/* Logo */

#logo {
	height: 119px;
	width: 775px;
	background: url(images/sstlogo.jpg) no-repeat;
}

/* Header */

#header h1, #header h2 {
	float: left;
	margin: 0;
	color: #ffffff;
}

#header a {
	color: #ffffff;
	text-decoration: none;
}

#header h1 {
	padding: 55px 0 0 20px;
	letter-spacing: 5px;
	font-size: 3em;
}

#header h2 {
	padding: 75px 0 0 20px;
	font-size: 1.4em;
	font-style: italic;
	text-transform: lowercase;
}

/* Content */

#content {
	float: left;
	width: 760px;
	padding: 10px 0 0 10px;
	text-align: justify;
}

/* Content > Main > Bodytext */

#bodytext {
}

/* Content > Sidebar Left */

#sidebarlt {
	float: left;
	width: 164px;
	padding: 15px 15px 15px 15px;
	background: #ffffff;
	text-align: center;
}

#sidebarlt p {
	text-align: left;
	line-height: normal;
}

/* Content > Sidebar Right */

#sidebarrt {
	float: right;
	width: 162px;
	padding: 15px 40px 15px 40px;
	background: #ffffff;
	text-align: center;
	font-size: 10px;
}

#sidebarrt p {
	text-align: center;
	line-height: normal;
}

/* Content > Menu */

#menu {
	height: 25px;
	background: #339999;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 15px;
	padding: 3px 0 3px 0;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

#menu a:hover {
	color: #ff66ff;
}

/* Footer */

#footer {
	clear: both;
	text-align: center;
	padding: 5px 0 10px 20px;
	background: #339999;
}

#footer p {
	margin: 0;
	font-size: 10px;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 10px;
}