/* Design by Brian Diaz of Media 65 @ http://www.m65.net  All Rights Reserved */
@import url(layouts.css);
@import url(components.css);
@import url(modules.css);
@import url(navigation.css);
@import url(misc.css);
@import url(forms.css);

/* #######################  GENERAL SETTINGS ############################ */
html{height:100%;}

body{
	margin:0px;
	height:100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
	background-color:#2E5069;
	background-attachment: scroll;
	background-image: url(../images/penderislandbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

/*  Heading Formatting */
h1 {
	font-size:110%;
	font-weight: 900;
	color: #203546;
}
h2 {
	font-size:100%;
	font-weight: 900;
	color: #203546;
}
h3 {
	font-size:110%;
	font-weight: 900;
	color: #203546;
}
h4 {
	font-size:100%;
	font-weight: 900;
	color: #203546;
}
h5 {font-size:1.3em;line-height: 0.8em;font-weight: 900;color: #000;}
h6 {font-size:1.2em;line-height: 0.8em;font-weight: 900;color: #000;}

/*links*/
a:link {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
img {

}
img a:link {
	color: #FFFFFF;
}

/* Clears Divs */
.clr{clear: both;}

/* #######################  END GENERAL SETTINGS ############################ */

