/* CSS Document */

body {
	background-color: #000000;	
}
#container {
	display: block;
	height: 700px;
	width: 1024px;
	position: relative;
	
}


#banner {
	display: block;
	height: 322px;
	width: 1024px;
	position: absolute;
	left: 0px;
	top: 0px;
	
}
#navbar {
	display: block;
	height: 84px;
	width: 508px;
	position: absolute;
	left: 515px;
	top: 114px;
	z-index: 50;
	
}

#content_ss {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-image: url(images/back_desaturated.jpg);
	background-repeat: repeat;
	display: block;
	padding: 15px;
	height: 400px;
	width: 775px;
	position: absolute;
	left: 222px;
	top: 220px;
	border-top-width: 6px;
	border-left-width: 6px;
	border-top-style: inset;
	border-left-style: inset;
	border-top-color: #960001;
	border-left-color: #960001;
	z-index: 1;

}

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

#content_ss a:visited {
color: #666666;
	text-decoration: none;
		font-weight: bold;

}


#content_ss a:hover {
	color: #930000;
	text-decoration: underline;
		font-weight: bold;

}



#pagetitle {
	display: block;
	height: 50px;
	width: 300px;
	position: absolute;
	left: 498px;
	top: 23px;
}

#table {
	display: block;
	height: 600px;
	width: 1024px;
	position: absolute;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#heading {
	display: block;
	height: 200px;
	width: 200px;
	position: absolute;
	left: 661px;
	top: 262px;
	
}

#tablecontents {
	display: block;
	padding: 10px;
	height: 250px;
	width: 500px;
	position: absolute;
	left: 249px;
	top: 240px;
	overflow: auto;
}

#spont_home {
	display: block;
	padding: 10px;
	height: 250px;
	width: 500px;
	position: absolute;
	left: 251px;
	top: 150px;
}

#tablecontents_ss {
	display: block;
	padding: 10px;
	height: 250px;
	width: 500px;
	position: absolute;
	left: 249px;
	top: 150px;
	overflow: auto;
}


#spont_exerpt {
	display: block;
	padding: 10px;
	height: 250px;
	width: 500px;
	position: absolute;
	left: 250px;
	top: 150px;
	overflow: auto;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 10px;
	height: 50px;
	width: 400px;
	position: absolute;
	left: 2px;
	top: 440px;
}
#ss_price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	display: block;
	height: 70px;
	width: 169px;
	position: absolute;
	left: 44px;
	top: 336px;
	z-index: 100;
}

