body {
	margin: 10px 0;
	padding: 0;
	text-align: center;
	color: #FFF;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #00000F;
}

h1 {
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 1em 0;
	color: #000;
}

h2 {
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 1em 0;
	color: #000;
}

h3,h4,h5,h6 {
	font-weight: bold;
	font-size: 12px;
	margin: 0 0 1em 0;
	color: #000;
}

a {
	color: #FFF;
	text-decoration: underline;
}

a:hover {
	color: #FFF;
	text-decoration: none;
}

img { border: none; }

p {
	margin: 0 0 1em 0;
	padding: 0;
	line-height: 140%;
}

ul {
	margin: 0 0 1em 0;
	padding-left: 30px;
}

li {
	margin: 0;
}

form {
	padding: 0;
	margin: 0; 
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 799px;
	position: relative;
	padding: 0;
}

#top {
	height: 206px;
	width: 799px;
	background: url('/images/header.jpg') no-repeat;
}

#nav {
	height: 27px;
	background: #005696;
	border-top: 3px solid #FFF;
	border-bottom: 3px solid #FFF;
	z-index: 11;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav li {
	display: inline;
	padding: 0 12px 0 13px;
	margin: 0;
	float: left;
	position: relative;
	z-index: 12;
	behavior: url("/cms/css/user/hover.htc");
}
#nav li span.a-empty { cursor: default; }
#nav li a, #nav li span.a-empty {
	line-height: 27px;
	text-decoration: none;
	font-size: 12px;
}
#nav li a:hover,#nav li span.a-empty:hover { color: #a4b5d6; }

#nav li ul {
	position: absolute;
	display: none;
	left: 3px;
	top: 27px;
	width: 140px;
	padding: 0px 0 8px 10px;
	background: #005696;
	z-index: -1;
	text-align: left;
	border: 3px solid white;
	border-top: 0px;
}
* html #nav li ul {  } /* ie6 */

#nav li:hover ul,
#nav li.hover ul {
	display: block;
}

#nav li ul li {
	float: none;
	padding: 0 10px;
}

#nav li ul li a {
	display: block;
	width: 100%;
	padding: 2px 0;
	color: #FFF;
	line-height: 12px;
	height: 12px;
}
* html #nav li ul li a { padding-top: 10px; } /* ie6 */

#content-wrapper {
	text-align: left;
	background-color: #00000F;
	min-height: 450px;
	width: 797px;
	border-left: 1px solid #005696;
	border-right: 1px solid #005696;
}
* html #content-wrapper { height: 450px; } /* IE6 Hack */

#left_rail {
	float: left;
	width: 141px;
	text-align: center;
	font-size: 12px;
	padding-bottom: 10px;
}

#fan_club {
	background: url(/images/fan-club.gif) no-repeat;
	height: 190px;
	width: 131px;
	margin: 20px auto;
}
#fan_club p {
	padding-top: 105px;
	padding: 105px 1px 0 1px;
	text-transform: uppercase;
	font-size: .85em;
	line-height: 130%;
}

#content {
	padding: 15px 10px 10px 8px;;
	width: 638px; /* 797-141-padding. must = 638*/
	float: left;
}

#subheader {
	text-align: center;
	background: url(/images/sub-header.gif) no-repeat;
	height: 49px;
}
#subheader h1 {
	color: #FFF;
	padding: 5px 0; 
	margin: 0;
}
#subheader a {
	text-decoration: none;
	margin: 0 12px;
}
#subheader a:hover { color: #a4b5d6; }

#inner {
	padding: 10px;
	background: #FFF;
	color: black;
	min-height: 370px;
}
* html #inner { height: 380px; } /* IE6 Hack */
#inner a,#inner a:hover { color: black; }

#inner_home {
	float: left; 
	width: 514px;
	padding: 15px 0; 
	margin-right: 1px;
	color: black;
}
#inner_home a, #inner_home a:hover { color: black; }

.homeBox {
        float: left;
        width: 251px;
        background: #FFF url(/images/home-subheader.gif) no-repeat;
	text-align: center;
}
.hbr { float: right; }
.homeBox .hbHdr { height: 47px; }
.homeBox .hbHdr h1,h2 { margin: 0; color: #FFF; }
.homeBox .hbHdr h1 { font-weight: normal; font-size: 16px; line-height: 1.6em; font-weight: bold; }
.homeBox .hbHdr h2 { font-weight: normal; font-size: 12px; }

.box1 { height: 290px; /*border-bottom: 1px solid #00000E;*/ }
.box2 { height: 120px; padding-top: 5px; }
.box3 { height: 650px; overflow: auto; }

.lEvents { list-style-type: none; padding: 0 3px; }
.lEvents li { margin: 3px 0; padding: 3px 0; font-size: 11px; }
.lEvents li.lOdd { background: #A6B7D8; }

#right_rail {
	float: left;
	width: 130px;
	text-align: center;
	margin: 0;
	padding-top: 15px;
	vertical-align: top;
}
* html #right_rail { width: 130px; } /* IE6 Hack */

#side-news-hdr { background: #005696; margin-top: 48px; line-height: 1.5em; }
#side-news { list-style-type: none; padding: 0 3px; }
#side-news li { margin: 15px 0 }
#side-news a { text-decoration: none; font-size: 11px; }

#footer {
	height: 22px;
	width: 799px;
	background: url(/images/footer.gif) no-repeat bottom;
}

#copyright {
	margin: 15px auto 0 auto;
	text-align: center;
	font-size: 10px;
	color: white;
}
#copyright img { margin: 0 10px 15px 10px; }
#copyright span { color: #AAA; }
#copyright span a { color: #AAA; }
#copyright span a:hover { color: #AAA; }
.clear { clear: both; }

@media print { 
	#wrapper { margin: 0; background: none; } 
	#content-wrapper { border: none; }
	#top { display: none; }
	#nav { display: none; }
	#footer { display: none; }
	body { background: none; }
	p { width: auto; }
	#left_rail { display: none; } 
	#copyright { width: auto; }
	#copyright img { display: none; }
	a { text-decoration: none; }
	* { background: none !important; color: black !important; }
}
#denim-day {
	position: absolute;
	top: 40px;
	right: 1px;
}

