/* CSS Document */

/*  Structural Styles */

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	height: auto;
	width: 100%;
}

body {
	background-color: #D6D5D2;
	text-align: center;
	height: auto;
	width: 100%;
}

#main {
	width: 784px;
	height: auto;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#top {
	height: 105px;
}

#topNav {
	height: 22px;
	background-image: url(../images/topNav.gif);
	background-repeat: no-repeat;
	text-align: center;
}

#navArea {
	background-image: url(../images/navBar.gif);
	background-repeat:no-repeat;
	height: 28px;
	padding-left: 12px;
}

#content {
	background-image: url(../images/bodyBackground.gif);
	background-repeat: repeat-y;
	padding-left: 12px;
	padding-top: 15px;
}

#contentHome {
	background-image: url(../images/bodyBackground.gif);
	background-repeat: repeat-y;
	padding-left: 12px;
	height: 250px;
}

	#contentHome img {
		float: left;
		border: 0;
		margin: 0;
		padding: 0;
	}

	#bodyCopy {
		width: 468px;
		padding-top: 15px;
		padding-left: 160px;
	}
	
	.row {
		padding-left: 160px;
		padding-top: 20px;
		padding-bottom: 15px;
		width: 500px;
		clear: both;
	}
	
	.photo {
		width: 116px;
		float: left;
	}

	.logoCopy {
		width: 329px;
		margin-left: 24px;
		float: left;
	}
	
	.copy {
		padding-top: 5px;
		float: left;
	}
	
#footerNav {
	width: 784px;
	height: 22px;
	background-image:url(../images/footerNav.gif);
	background-repeat:no-repeat;
	text-align: center;
}


#signup {
	width: 784px;
	height: 30px;
	overflow: hidden;
	background-image:url(../images/signupBackground.gif);
	background-repeat: no-repeat;
	text-align: left;
}
	#signup img {
		display: inline;
	}
	
	#signup form {
		display: inline;
		margin: auto 0 auto 360px;
	}
	
	#signup form input {
		background-color: #362c4d;
		border: 1px solid #565066;
		color: #FFFFFF;
		margin: 8px 0px 0px 0px;
		line-height: 11px;
	}
	
	#signup form p {
		display: inline;
		color: white;
	}

#footer {
	height: 150px;
}

#typicalFooter {
	height: 91px;
}

/* Typographic Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: .05em;
	line-height: 14px;
	color: #737373;
	text-align: left;
}

h1 {
	font-size: 14px;
	letter-spacing: normal;
	margin-bottom: 10px;
	}
	
p {
	margin-bottom: 5px;
	}
