@charset "utf-8";
/* CSS Document */
#wrapper {
		width: 800px;
		margin-top: 2px;
}

#join_mailing {
	position:absolute;
	left: 20px;
	top:0px;
	width:167px;
	height:43px;
	z-index:2;
	background-color: #F3A039;
}

#join_mailing a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFF;
	text-align: center;
	padding-top: 5px;
	text-decoration: none;
}

#branding {
	position:relative;
	left: 0px;
	top:10px;
	width:800px;
	height:70px;
	z-index:1;
	background-color: #0E3167;
	padding-top: 10px;
}

#content {
		width: 750px;
		position: relative;
		margin-top: 10px;
		float: left;
		z-index: 1;
}

.dropBox {
		float: right;
		padding: 4px;
		margin: 4px;
		width: 100px;
		z-index: 2;
}

#footer {
		width: 800px;
		position:static;
		clear: left;
		z-index: 1;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	font-size: x-large;
	vertical-align: middle;
}