/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

body {
	min-width: 902px;
	background: #FFF url(images/d2bg.gif) repeat top left;
}

p {
	padding-bottom: 12px;
}

#Wrapper {
	width: 902px;
}

#Navigation {
	float: left;
	width: 181px;
}

#Navigation img {
	display: block;
}

#Newsletter {
	width: 181px;
	background: #FFF url(images/d2navspace2.gif) repeat-y top left;
}

#Newsletter div {
	width: 165px;
	margin: 0 auto;
}

#Newsletter h1 {
	font-weight: bold;
	font-size: 18px;
}

#Footer {
	margin-left: 7px;
	font-weight: bold;
	color: #A3A3A3;
}

#Footer a:link, #Footer a:visited {
	color: #A3A3A3;
}

#Footer a:hover, #Footer a:active {
	color: #000;
}

#PrimaryContent {
	float: left;
	width: 679px;
}

#News {
	position: relative;
	width: 679px;
	height: 64px;
	background: transparent url(images/d2newsbg.gif) no-repeat top left;
}

#News p {
	position: absolute;
	width:640px;
	left: 27px;
	top: 25px;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
}

#News a:link, #News a:visited {
	color: #FFF;
	text-decoration: none;
}

#News a:hover, #News a:active {
	color: #000;
	text-decoration: none;
}

.Clear {
	clear: both;
}

.Error {
	color: #ED1C24;
	font-weight: bold;
}