#page {
	margin: 0 auto;
	width: 680px;
}

#header {
	
}

#header .header-nav {
	width: 100%;
	text-align: right;
	height: 28px;
	background-color: #333;
	line-height: 28px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 80%;
}

#header .header-nav a {
	color: #FFF;
	padding: 0 5px;
	margin-right: 5px;
}

#header .logo {
	
}

#header .header-col1 {
	width: 248px;
	float: left;
	height: 126px;
	background-image: url('../../assets/images/bg_quad1.jpg');
	background-repeat: no-repeat;
}

#header .header-col1 ul {
	margin-right: 18px;
	text-align: right;
	list-style-type: none;
}

#header .header-col1 li {
	padding-top: 3px;
}

#header .header-col1 a {
	text-transform: uppercase;
	color: #FFF;
}

#header .header-col1 a:hover {
	font-size: 110%;
	text-decoration: underline;
}

#header .header-col2 {
	width: 432px;
	background-image: url('../../assets/images/bg_quad2.jpg');
	background-repeat: no-repeat;
	float: right;
}

#main {
	margin: 0 5px;
}

.horizontal-list {
	list-style-type: none;
	display: inline-block;
	margin: 0 0 10px 0;
	padding: 0;
	width: 100%;
}

.horizontal-list li {
	float:left;
	margin: 0 15px 0 0;
}

.horizontal-list .active a {
	color: black;
}

#footer {
	width: 100%;
	text-align: center;
	height: 28px;
	background-color: #333;
	line-height: 28px;
}

#footer {
	color: white;
	font-size: 80%;
}

#footer a {
	text-transform: uppercase;
	color: white;
	padding: 0 5px;
}


