body {
	background-color: #666666;
	margin-top:5px;
	background-image: url(../images/jazzre_bg.jpg);
}

.clearfloat {clear:both;}

#outer_container {
	position:relative;
	width: 968px;
	margin: auto;
	background-image:url(../images/jazzre_shadow.png);
	background-repeat:repeat-y;
	padding-left:8px;
}

#container {
	position:relative;
	width: 950px;
	padding: 0px;
	border: 2px solid #ffffff;
}

#header {
	position:relative;
	width: 950px;
	height:585px;
	background-color:#FFFFFF;
	text-align: center;
	z-index:10;
}
#logo {
	position:relative;
	width:950px;
	height:163px;
	z-index:1;
}
#flash {
	position:absolute;
	z-index:0;
	top:85px;
	left:0px;
}

#menu {
	position:absolute;
	bottom:0px;
	left:0px;
	width: 950px;
	height:187px;
	z-index:20;
	background-image:url(../images/pb_menu_bg.png);
}

#contentarea {
	position:relative;
	width: 950px;
	background-color: #ffffff;
	padding-top:10px;
	padding-bottom:10px;
	z-index:0;
}
#leftnav {
	float:left;
	width:215px;
}
#content {
	width:684px;
	text-align:left;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	border-left:1px solid #666666;
	float:left;
}
* html #content {width:679px;}

#content_home {
	position:relative;
	width:900px;
	text-align:left;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}

#footer {
	position:relative;
	width: 940px;
	background-color: #b5c9e1;
	padding:5px;
	font-size:9px;
	text-align: center;
	color:#666666;
}

#footer a {
	color: #666666;
	text-decoration: none;
	font-weight: bold;	
}

#footer a:hover {
	color: #799dc8;
	text-decoration: none;
}

a {
	color: #799dc8;
	text-decoration: underline;
}

a:hover {
	color: #b5c9e1;
	text-decoration: underline;
}
#footernav {font-size:11px; padding:5px;}

#content ul li {list-style:square; padding-bottom:10px;}
#content ol li {list-style:lower-roman;}

#bottom_shadow {
	position:relative;
	width: 968px;
	margin: auto;
}