/* CSS Document */

html, body{
	background: #FFF url(images/bgfade.gif) top right repeat-y;
	padding: 0;
	margin: 0;
}

#header{
	position: absolute;
	top: 85px;
	height: 70px;
}

#header .options{
	margin-left: 40px;
	font-family: Trajan Pro, Verdana;
	font-size: 12px;
}

#header ul.nav, .nav ul{
	padding: 0;
	margin: 0;
	margin-top: 6px;
	list-style-type: none;
	cursor: default;
	display: inline;
}

.nav a {
	color: #000;
}
.nav a:hover{
	text-decoration: none;
}

#header ul.nav{
	display: table;
}

#header li{
	display: inline;
	padding-right: 10pt;
}

#content{
	position: absolute;
	top: 155px;
	height: 340px;
	/*border-top: 1px solid #000;*/
	border-bottom: 1px solid #000;
	background: #F0C81A url(images/bgfade3.gif) repeat-y top right;
}

#welcome{
	color: #000;
	background: transparent;
	overflow: auto;
	margin-top: 20px;
	margin-left: 20px;
	/*border: 1px solid #000;*/
	height: 280px;
	width: 500px;
	scrollbar-3dlight-color: #A44125;
	scrollbar-arrow-color: yellow;
	scrollbar-base-color: red;
	scrollbar-darkshadow-color: #97282E;
	scrollbar-face-color: #DEB501;
	scrollbar-highlight-color: #AD5420;
	scrollbar-shadow-color: ;
	padding: 2px;
}
#footer{
	position: absolute;
	top: 505px;
	font-family: Trajan Pro, Verdana;
	font-size: 10pt;
	text-align:right;
	margin-right: 55px;
}