@charset "utf-8";
/* CSS Document */

body {
	background-color:#fff;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	margin:0;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:26px;
	color:#771618;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:22px;
	color:#771618;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#771618;
}

a, a:link, a:visited {
	color:#d20004;
	text-decoration:none;
}

a:hover {
	color:#771618;
	text-decoration:underline;
}

#container {
	width:900px;
	margin:0 auto;
}

#header {
	width:900px;
	height:100px;
}

#logo {
	width:400px;
	height:100px;
	float:left;
	background:#fff url(/i/logo.jpg) no-repeat;
}

#nav {
	width:450px;
	margin-left:40px;
	float:left;
	height:100px;
}

.nav-item {
	height:100px;
	background-color:#771618;
	width:90px;
	margin-right:10px;
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	position:relative;
}

.last {
margin-right:0px;
}

.nav-item:hover {
	background-color:#474747;
}

.nav-item .nav-text {
	position:absolute;
	bottom:5px;
	left:5px;
}

#connect {
	width:40px;
	float:right;
	height:100px;

	vertical-align:bottom;
	font-size:10px;
line-height:12px;
}

#left-col {
	width:480px;
	padding:20px 30px 20px 10px;
	float:left;
}

#right-col {
	width:380px;
	float:left;
	padding:40px 0 20px 0;
}

#footer {
	background-color:#474747;
	color:#FFFFFF;
	padding:5px 0 5px 5px;
}

#footer a, #footer a:link, #footer a:visited, #footer a:hover {
	color:#fff;
}