/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

body {
font:100%/1.25 arial, helvetica, sans-serif;
background: url(../images/background.png) repeat-x #000;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
}

h1 {
line-height: 1em;
padding:5px 0 35px 0;
letter-spacing:-1px;
font:arial, helvetica, sans-serif;
font-size: 3em;
color: #b23615;
}

h2 {
padding:20px 0;
letter-spacing:-1px;
font:1.5em arial, helvetica, sans-serif;
}

h3 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}

p, ul, ol {
margin:0;
padding:0 0 18px 0;
}

ul, ol {
list-style:none;
padding:0 0 18px 40px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
text-decoration:none;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 18px 0;
padding:0;
}

	table tr td {
	padding:2px;
	}

/***** Wrapper *****/

#wrap {
max-width:1400px;
min-width: 900px;
margin:0 auto;
background: url(../images/topgrunge.png) center top no-repeat;

}
#contentwrap {
margin: 0 auto;
width: 900px;
}

/***** Header *****/

#headerdiv {
background: url(../images/header.png) no-repeat center;
height: 184px;
}
#logodiv {
background: url(../images/logo.png) no-repeat center;
padding: 95px 0 0 145px;
width: 391px;
height: 85px; 
}
#headerdiv h1 {
float:left;
width:391px;
display:block;
padding: 50px 0 0 73px;
text-indent:-2000px;
}
#headerdiv h1 a {
width:391px;
height:85px;
display:block;
background:url(../images/logo.png) no-repeat;
}

#number {
float: right;
display: block;
}

#number h2 {
font-family: Arial, sans-serif;
}

/***** Navigation *****/

#navdiv {
background: url(../images/navbar.png) repeat-x;
height: 36px;
margin: 0 auto;
padding: 3px 0 6px 10px;
color: #fff;
}
#navdiv a {
text-decoration: none;
color: #cac7c6;
}

/***** Homepage Content *****/

#maincontentdiv {
color: #463d3c;
background: url(../images/bottomgrunge.png) no-repeat bottom #9a9897;
min-height: 200px;
width: 900px;
padding: 10px 0 50px 0;
margin: -10px 0 0 0;
}
#blockdiv {
margin: 0 auto;
padding: 12px 0 20px 7px;
}
#textdiv {
margin: 0 auto;
padding: 10px 45px 20px 45px;
}

#maincontentdiv a {
color: #292929;
text-decoration: underline;
}

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

#countdown {
width: 289px;
height: 168px;
float: right;
display: block;
}

#countdown span {
font-size: 1.5em;
}

#countdown h2 {
padding: 0 0 10px 0;
margin: 0;
font-size: 2em;
font-weight: bold;
}


/***** Subpage Content *****/

#photodiv {
float: left;
display: block;
width: 360px;
height: 548px;
margin: 40px 0 30px 0;
}
#subtextdiv {
color: #292929;
width: 454px;
padding: 40px 43px 30px 43px;
float: right;
line-height: 140%;
display: block;
}

/***** Media Table *****/

#fullwidthdiv {
color: #292929;
width: 800px;
padding: 40px 43px 30px 43px;
float: left;
line-height: 140%;
display: block;
}

.mediatable {
width: 650px;
}

#maincontentdiv .mediatable a {
		text-decoration: none;
		}
		
		#maincontentdiv .mediatable a:hover {
		text-decoration: underline;
		}
		
		#maincontentdiv .mediatable h3 {
		padding: 0;
		margin: 0;
		}
		
		.mediatable td {
		border-bottom: 1px #444 solid;
		padding: 5px 0;
		}
		
		.mediatable th {
		padding: 0 0 6px 0;
		border-bottom: 2px #444 solid;
		}
		
		#maincontentdiv table {
		padding: 0 0 10px 0;
		}
		
		.mediatable .listen {
		width: 90px;
		}

/***** Footer *****/

#footerdiv1 {
color: #9a9897;
font-size: 80%;
float: left;
display: block;
padding: 10px 0 10px 0;
}
#footerdiv2 {
color: #9a9897;
font-size: 80%;
float: right;
display: block;
padding: 10px 0 10px 0;
}
#footerdiv2 a {
color: #9a9897;
text-decoration: none;
}

/***** Global Classes *****/

.space			{ padding: 0 2px; }

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }