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

body {
	background-color:#6699FF;
	background-image: url('images/bg.jpg');
	background-position: fixed center top;
	}

#wrapper {
	margin: auto;
	width: 899px;
	}
	
#header {
	margin-left: -35px;
	width: 899px;
	height: 139px;
	background: url('images/headerbg.png');
	background-position: fixed center top;
	background-repeat: no-repeat;
	overflow: hidden;
}

#heading {
	text-indent: -999px;
}

#nav {
	float: right;
	margin-right: 75px;
	margin-top: 75px;
	color: #FFFFFF;
}

#content {
	width: 760px;
	background: url('images/bodybg.png');
	background-position: fixed center top;
	background-repeat: repeat-y;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 1px;
	padding-bottom: 100px;
}

#footer {
	background: url('images/footerbg.png');
	background-position: fixed center top;
	background-repeat: no-repeat;	
	margin-left: 3px;
	color: #FFFFFF;
}

.alignleft {
	float:left;
	margin-left:50px;
}

.alignright {
	float:right;
	margin-right:50px;
}

a {
	color: #FFFFFF;
}

a:hover {
	color: #888888;
}

img {
	border: 0px;
}
	
h1 {
	text-align: center;
	color:#FFFFFF;
	}

h2 {
	text-align: left;
	font-size: larger;
	color:#000000;
	}

h3 {
	text-align: left;
	font-size: medium;
	color:#00000;
	}