/* CSS Document */

body {
	background-color: #e1e1e1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	color: #333333;
}

a:link, a:visited, a:active {
	color: #FFFFCC;
}

a:hover {
	color: #FF9900;
}

h1 {
	color: #FFFFFF;
	font-size: 24px;
}

#header {
	width: 100%;
	height: 100px;
	background-image: url(assets/images/bg_header.gif);
	background-repeat: repeat-x;
	border-bottom: 3px solid #CC0000;
	background-color: #000000;
}

#logo {
	margin: 0 auto;
	padding: 25px 0;
	text-align: center;
}

#container {
	width: 920px;
	margin: 15px auto;	
}

#content {
	float: left;
	width: 500px;
	height: 220px;
	margin-left: -5px;
}

#intro {
	float: right;
	width: 400px;
	height: 220px;
	margin-right: 5px;
}

.clear {
	clear: both;
}

#siteBoxes {
	width: 940px;
	margin: 0 auto;
}

#siteBoxes img {
	margin: 0 5px;
}

#footer {
	width: 100%;
	padding: 5px;
	margin-top: 15px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	border-top: 3px solid #CC0000;
}

#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}