@charset "UTF-8";
/* CSS Document */

body{
	background-image: url(images/backgroundrepeat.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #330066;
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}

#container{
	background-image: url(images/BackgroundCircles.jpg);
	background-position: top;
	background-repeat: no-repeat;
	margin-top:-15px;
	margin-bottom:0px;
}

#content{
	background-image:url(images/backgroundbird.jpg);
	background-position: center bottom;
	background-repeat:no-repeat;
	background-color: #333366;
	border: 3px solid #000000;
	height:1020px;
	width:658px;
	margin-left: auto;
	margin-right: auto;
}

#header{
	width: 658px;
	height: 534px;
	background-image:url(images/topimg.jpg);
	margin-top: -15px;
}

#header p.tagline{
	text-align:center;
	padding-top: 20px;
}

#banner{
	width: 658px;
	height: 534px;
	background-image: url(images/hushbanner.png);
	margin-top: 15px;
	border-bottom: 3px solid #000000;

}
#banner img{
	width: 658px;
	height: 534px;
}

#contentleft{
	width: 299px;
	float:left;
	padding-top:80px;
	padding-left:30px;
}
#contentleft p.email{
	padding-top: 20px;
}

#contentright{
	width: 299px;
	padding-top:80px;
	padding-right: 30px;
	float:right;
}


