body {
	background-color: #93c3ff;
	font-size: 8pt;
	font-family: "Trebuchet MS", "Verdana", "Tahoma", sans-serif;
	margin: 0px;
	padding: 0px;
}

#skyleft {
	background-image: url('images/layout/backgroundskyleft.jpg');
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	height: 600px;
	width: 526px;
	z-index: -2;
}

#skycenter {
	background-image: url('images/layout/backgroundskygradient.jpg');
	background-repeat: repeat-x;
	position: absolute;
	bottom:0px;
	height:600px;
	width:100%;
	z-index:-3;
}

#skyright {
	background-image: url('images/layout/backgroundskyright.jpg');
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0px;
	right: 0px;
	text-align: center;
	height: 600px;
	width: 478px;
	z-index: -2;
}

#header {
	background-image: url('images/layout/header.gif');
	background-repeat: no-repeat;
	margin: 0 auto;
	height: 193px;
	width: 765px;
	text-align: center;
}

#frame {
	background-image: url('images/layout/background.gif');
	background-repeat: repeat-y;
	margin: 0 auto;
	width: 765px;
	text-align:center;
}

#footer {
	background-image: url('images/layout/footer.gif');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	height: 41px;
	width: 765px;
	color: #d2660f;
	text-align: center;
}

#nav {
	padding-top:105px;
}

#nav li {
	display:inline;
	padding-right: 20px;
}

#nav li:before { content: url('images/layout/jewelbullet.gif');}


#nav a {
	font-size: 12pt;
	color: #f6b824;
	font-weight: bold;
}

#nav a:link, a:visited {
	text-decoration: none;
}

#nav a:hover, a:active {
	color: #e67700;
	text-decoration: none;
}

#mainframe {
	height: 100%;
	width: 93%;
	border:0;
	margin-left: 10px;
	margin-top: 3px;
}


