/* Sets all Defaults to 0 */

* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
	padding: 10;
}

/* Where the rubber meets the road */

#home {
	background-color: #8f2d2a;
}

#header {
	border: 0;

}

#contact {
	width: 950px;
	height: 22px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#contact h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: right;
	font-size: 14px;
	line-height: 22px;
	color: #CCCCCC;
}

#contact a:link {
	text-decoration: none;
	color: #FFFFFF;
}

#contact a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#contact a:active {
	text-decoration: none
	color: #FFFFFF;
}

#contact a:hover {
	color: #CCCCCC;
}

#logo h1 {
	margin-bottom: 0px;
}

#logo a {
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

