@charset "UTF-8";
/* CSS Document */

body {
	background-color: #A5D7F7;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

a {
	text-decoration: none;
	color:#FFF;
}
a.internal:visited {
	text-decoration: none;
	color: #FFF;
}
a.internal:active {
	text-decoration: none;
	color: #FFF;
}

#header {
	background-image: url(../backgrounds/header.jpg);
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	height: 166px;
	width: 980px;
}
#header #homebtn {
	height: 80px;
	width: 230px;
	position: relative;
	top: 20px;
	left: 380px;
	background-image: none;
	float: left;
}
#header #navbutton {
	left: 30px;
	position: relative;
	top: 43px;
	height: 26px;
	width: 920px;
	float: left;
	z-index: 1;
	
}
#wrapper {
	height: auto;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #000;
	margin-top: 20px;
}
/*#header #navbutton img {
	padding-left: 40px;
	position: relative;
	left: -5px;
}*/

#content {
	background-image: url(../backgrounds/body.jpg);
	background-repeat: no-repeat;
	height: 360px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

