@import url("jd_text.css");
@import url("jd_images.css");

/* Global Baselines */
body {
	color: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #000;
	font-family: "Courier New", Courier, monospace;
	font-size: 62.5%;
	background: #000;
}
input, select, th, td {
	font-size: 1em;
}
a:link, a:visited {
	color: #FFCC00;
}
a:hover, a:active {
	color: #FFFF00;
}

/* Page Structures */
#pageWrapper {
	margin: 10px auto 40px;
	padding: 0;
}
#header {
	position: relative;
	width: 960px;
	height: 107px;
	clear: both;
	margin: 0 auto 0;
}
#navbar {
	position: relative;
	height: 30px;
	width: 960px;
	margin: 0 auto 0;
	background: #333 url(../media/images/page/slices/navbar_tile_bg.jpg) repeat-x;
}
#navbarLeft, #navbarRight {
	position: absolute;
	height: 30px;
	width: 24px;
	top: 0;
}
#navbarLeft {
	left: 0px;
	background: url(../media/images/page/slices/navbar_left.jpg) no-repeat;
}
#navbarRight {
	right: 0px;
	background: url(../media/images/page/slices/navbar_right.jpg) no-repeat;
}
#contentWrapper {
	width: 946px;
	margin: 0 auto 0;
	background: #050505;	
	border: 1px solid #333;	
}
#content {
	position: relative;
	padding: 10px 20px 10px;
	min-height: 350px;
}
/* for Internet Explorer */
/*\*/
	* html #content {
	height: 350px;
/**/
}
#footer {
	position: relative;
	width: 960px;
	height: 32px;
	clear: both;
	margin: 0 auto 0;
	background: url(../media/images/page/slices/footer_tile_bg.jpg) repeat-x;	
}
#footerLeft, #footerRight {
	position: absolute;
	top: 0;
	height: 35px;
	width: 24px;
}
#footerLeft {
	left: 0;
	background: url(../media/images/page/slices/footer_left.jpg) no-repeat;
}
#footerRight {
	right: 0;
	background: url(../media/images/page/slices/footer_right.jpg) no-repeat;
}

/* Misc. Styles */
.clearBoth {
	clear: both;
	height: 1px;
}