@charset "UTF-8";
/* CSS Document */

html, body {
	background: #ccc;
	font-family: "freight-sans-pro",sans-serif;
	margin:0;
	padding:0;
	text-align:left;
	font-size:14px;
	width:100%;
	color: #000;
}

img, a img {
	border:none;
	}
	
#shadow {
	width:1000px;
	margin:0 auto;
	padding:0;
	background: url(../images/shadow_back.jpg) repeat-y;
	}
	
#content {
	width:960px;
	margin:0 auto;
	padding:0;
	background: #fff;
	}
	
#header {
	height:300px;
	margin:0;
	padding:0;
	width:960px;
	}
	
#subheader {
	height:209px;
	margin:0;
	padding:0;
	width:960px;
	}
	
#menubar {
	background: url(../images/menu_back.jpg) repeat-x;
	width:920px;
	padding:0 20px;
	color:#fff;
	height:50px;
	}
	
#internal {
	padding:20px 20px 60px 20px;
	}
	
	
ul.strip {
	list-style:none;
	margin:0 auto;
	padding:0;
	text-align:center;
}

ul.strip li {
	display:inline;
	padding:0 10px;
	margin:0;
	line-height:50px;
	border-right:1px solid #600;
}

ul.strip li.last {
	border-right:none;
}

ul.strip li a, ul.strip li a:VISITED{
	font-size:16px;
	text-transform:uppercase;
	color:#FFF;
	text-decoration:none;
}

ul.strip li a:HOVER, ul.strip li a:ACTIVE{
	color:#CCC;
	text-decoration:none;
}

p.countdown {
	text-align:center;
	font-size:18px;
	}
	

#whitecontent {
	background: #fff;
	width:920px;
	padding:0 20px;
	color:#000;
	}

#intro {
	float:left;
	width:400px;
	margin-right:60px;
	}
	
#footer {
	clear:left;
	text-align:center;
	background: #900;
	width:920px;
	padding:5px 20px;
	color:#FFF;
	font-size:0.9em;
	}
	
#footer a, #footer a:VISITED {
	color:#FFF;
	text-transform:uppercase;
	text-decoration:underline;
	padding:0 5px;
	}
	
#footer a:HOVER, #footer a:ACTIVE {
	color:#fff;
	}
	
	
.spacer {
	margin:10px;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-weight:bold;
	}

h1 {
	text-transform:uppercase;
	color:#036;
	font-size:18px;
	line-height:20px;
}
	
h2,h3,h4 {
	
	color:#666;
	}

h2 {
	font-size:15px;
}

h3 {
	font-size:14px;
}

h4 {
	font-size:13px;
	font-weight:normal;
}

a, a:visited {
	color:#036;
	}
	
a:HOVER, a:ACTIVE {
	text-decoration:underline;
	}

