﻿html, body {

	background-image: url('../images/bottom-background.jpg');


	background-repeat:repeat-x;
	background-attachment:scroll;
	background-position:bottom;
	background-attachment:fixed;
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}



a {
	color:#000000;
}

div#background {
	background: transparent url('../images/top-background.jpg') repeat-x  scroll left top;
	width: 100%;
	height: 100%;
}

div#container {
	position: relative; /* needed for footer positioning*/
	margin: 0 auto; /* center, not in IE5 */
	width: 822px;
	
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/

	min-height: 100%; /* real browsers */
	background-image: url('../images/container-background.gif');
	background-repeat: repeat-y;
}

div#header {
	background-image: url('../images/header.jpg');
	background-repeat: no-repeat;
	height: 407px;

}

div#contentWrapper {
	padding: 0px 0px 5em; /* bottom padding for footer */
}

div#content {
	padding: 15px 40px 15px 40px;
	
	height:700px auto;
}

div#footer {
	position: absolute;
	width: 100%;
	bottom: 0; /* stick to bottom */
	text-align: center;
	padding-bottom: 20px;
}

div#footer img {
	padding-bottom: 5px;
}

div#footer .navigation {
	font-size: smaller;
	text-transform: uppercase;
	padding-bottom: 5px;
}

div#footer .copyright {
	font-size: x-small;
}

div#tagLine {
	float: left;
	margin-top: 180px;
	margin-left: 60px;
	width: 200px;
	height: 130px;
}

div#banner {
	margin-top: 130px;
	margin-left: 290px;
	width: 469px;
	height: 161px;
}

div#menu {
	margin-left: 30px;
	margin-top: 27px; 
	/*width: 534px;*/
	width: 757px;
	height: 71px;
	float :left;
}

div#newsletterSignup {
	float: right;
	width: 223px;
	height: 20px;
	margin-top: 40px;
	margin-right: 32px;
}

div#newsletterSignup .textInput {
	border: 1px silver ridge;
	font-size: xx-small;
	color: gray;
	width: 137px;
}

div#newsletterSignup .buttonInput{
	vertical-align:middle;
}




