/* CSS Document */

#top_bar {
	background-color: #35557f;
	clear: both;
	height: 30px;
	width: 100%;
	background-image: url(assets/images/topbar.gif);
}
body {
	margin: 0px;
	background-color:#262626;
}
#top_bar #juke_box {
	float: right;
}
#top_bg {
	background-color: #333333;
	height: 200px;
	width: 100%;
	z-index: 1;
	background-image: url(assets/images/topbg.jpg);
}
#window {
	z-index: 70;
	height: 300px;
	width: 750px;
	background-color: #999999;
	position: relative;
	scrollbar-track-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	
}
#logo {
	height: 100px;
	width: 620px;
	top: -130px;
	position: relative;
	background-image: url(assets/logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#navbar A {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

#navbar A:hover {
	text-decoration: underline;
}

#navbar {
	background-color: #35557f;
	text-indent: 20px;
	padding-bottom: 10px;
}

#slide_area {
	height: 290px;
	width: 100%;
	z-index: 2;
	background-color: #35557f;
	position: relative;
	overflow: hidden;
	top: -445px;
}
#slide_area #leftie {
	width: 350px;
	height: 290px;
	z-index: 5;
	float: left;
	background-image: url(assets/images/middle-left2.jpg);
}
#window #content {
	text-align: left;
	padding: 10px 20px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFFFFF;
}

#window {
	top: -130px;
	position:relative;
	background-color:#FFFFFF;
}
#navbar {
	background-color: #35557f;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	text-align: left;
	padding-top: 30px;
	z-index: 80;
	top: -130px;
	position:relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#slide_area #rightie {
	height: 290px;
	width: 350px;
	z-index: 4;
	float: right;
	background-image: url(assets/images/middle-right2.jpg);
}
#bottom_bg {
	background-color: #262626;
	height: 200px;
	width: 100%;
	position: relative;
	top: -445px;
}#window #content TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}
