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



body {
	background-image: url(../images/yellow/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 0px;
	background-color: #fff387;
}



#header {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:288px;
	z-index:1;
	background-image: url(../images/yellow/images/header.jpg);
}
#headline {
	position:relative;
	left:0px;
	top:0px;
	width:865px;
	height:49px;
	z-index:2;
	padding-left:35px;
	padding-top:5px;
	background-image: url(../images/yellow/images/headline.jpg);
}
#left_main {
	position:relative;
	left:0px;
	top:0px;
	width:138px;
	height:530px;
	z-index:-13;
	background-image: url(../images/glow/images/body_left.jpg);
}
#main {
	position:relative;
	left:138px;
	top:-530px;
	width:773px;
	height:530px;
	z-index:5;
	padding-left:10px;
	padding-right:10px;
	background-color: #FFFFFF;
}
#right_main {
	position:relative;
	left:931px;
	top:-1060px;
	width:133px;
	height:530px;
	z-index:5;
	background-image: url(../images/glow/images/body_right.jpg);
}
#footer {
    color:#777;
    font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:small-caps;
	font-size:10px;
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:112px;
	z-index:6;
	background-image: url(../images/yellow/images/footer.jpg);
}
#left_nav {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:98px;
	z-index:7;
	background-image: url(../images/yellow/images/nav_left.jpg);
	background-position:left;
	background-repeat:no-repeat;
}

#right_nav {
	position:relative;
	left:96px;
	top:-98px;
	width:113px;
	height:98px;
	z-index:17;
	background-image: url(../images/glow/images/nav_right.jpg);
}

#body {
	position:relative;
	left:0px;
	top:10px;
	width:760px;
	height:490px;
	z-index:9;
	
}

.text {	
    font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
.h1 {	
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #F9A63E;
}
.h2 {
    font-family:Georgia, "Times New Roman", Times, serif;	
    color: #000000;
	font-weight: bold;
}
.headline, .headline a, .headline a:visited, .headline a:hover{	
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #ffffff;
}

#navCon {
	position:relative;
	left:31px;
	top:0px;
	width:900px;
	height:98px;
	z-index:8;
}

#extended {
	position:relative;
	left:0px;
	top:0px;
	width:780px;
	height:auto;
	z-index:8;
	padding-left:60px;
	padding-right:60px;
	background-image: url(../images/yellow/images/body_ext.jpg);
}
.tableunderline {
border-bottom:dotted 1px #666;
}

#container {
	width:900px;
	margin: 0 auto;
	text-align:left;
	height:auto;
	overflow:hidden;
}
.headline {color: #FFFFFF}

.totop {font-size: 9px;
font-family:Georgia, "Times New Roman", Times, serif}
