html {
	width: 100%;
	height: 100%;
}
body {
	text-align: center;
	line-height: 20px;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #0A1524;
	color: #FFFFFF;
	font: 13px Helvetica, "Trebuchet MS", sans-serif;
}
h1 {
	font: normal 35px Calibri, Helvetica, "Trebuchet MS", sans-serif;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin: 0 0 15px;
}
h2 {
	font-size: 25px;
}
h3 {
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 0 20px;
}
p {
	margin: 20px 0;
}
ul {
	padding: 0 0 0 15px;
}
a, .red {
	color: #D40912;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr {
	height: 2px;
	color: #C00;
	background: #C00;
	border: none;
	margin: 0 0 20px;
}

#banner, #content, #footer {
	width: 764px;
	margin: 0 auto;
}
#banner {
	height: 200px;
	border-bottom: 2px solid #FFF;
	background: #D40912 url(images/banner_bg.png) no-repeat center top;
}
#content {
	text-align: left;
	background: #0A1524 url(images/page_bg.jpg) no-repeat center top;
}
#footer {
	height: 10px;
	border-top: 2px solid #FFF;
	background: #D40912 url(images/footer_bg.png);
}
#copyright {
	color: #CCCED1;
	padding: 5px 0 15px;
}
#copyright a {
	color: #FFF;
}
#copyright a:hover {
	text-decoration: underline;
}

.shaded-column {
	border-left: 1px solid #FFF;
	background: url(images/side-column_bg.png);
}
.shaded-column .padding {
	padding: 5px;
	background: url(images/side-column_bg-top.png) no-repeat right top;	
}
.clear-column {
}
.clear-column .padding {
	padding: 10px 20px;
}
.inset-left {
	float: left;
	margin: 0 15px 10px 0;
}
.inset-right {
	float: right;
	margin: 0 0 10px 15px;
}
.framed {
	padding: 3px;
	border: 1px solid #FFF;
	background: #CCCED1;
}
.button {
	color: #FFF;
	font-size: 13px;
	text-align: center;
	width: 134px;
	padding: 5px 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border: 1px solid #475468;
	background: #D40912 url(images/footer_bg.png);
}
.button:hover {
	border-color: #FFF;
	text-decoration: none;
}
.icons {
x	width: 485px;
	padding: 0;
	margin: 0;
}
.icons-right {
x	width: 400px;
	padding: 0;
	margin: 0;
	float: right;
}
.icons li, .icons-right li {
	text-align: center;
	list-style: none;
x	float: left;
	margin: 5px;
	background: #FFF;
}
.icons li.invert, .icons-right li.invert {
	background: #000;
}
.icons li, .icons-right li a {
	width: 150px;
x	height: 65px;
	padding: 0;
}
.icons-right li a {
	font-size: 16px;
	display: block;
}
.icons-right li a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
}
