/* CSS Document */

html,body{margin: 0 auto;}

#container{
	margin:				0 auto;
	width:				900px;
	border:				solid 1px #d2d2d2;
}

#header{
	background-image:	url(img/header.jpg);
	background-position:top;
	width:				900px;
	background-repeat: 	no-repeat;
	background-color:	#FFFFFF;
	position:			relative;
	padding-top:		250px;
}

.logo{
	float:				right;
	margin-right:		45px;
	margin-top:			-140px;
}

.blitsText{
	width:				303px;
	font-family:		Trebuchet MS;
	font-size:			10px;
	line-height:		18px;
	color:				#7e7c7c;
	text-align:			justify;
	margin-left:		90px;
}

.catering{
	float:				right;
	width:				303px;
	font-family:		Trebuchet MS;
	font-size:			10px;
	line-height:		18px;
	color:				#7e7c7c;
	text-align:			justify;
	margin-top:			-200px;
	margin-right:		90px;
}

.form{
	width:				303px;
	font-family:		Trebuchet MS;
	font-size:			10px;
	line-height:		18px;
	color:				#7e7c7c;
	text-align:			justify;
	margin-left:		90px;
	margin-top:			30px;
	margin-bottom:		20px;
}

#footer{
	background-image:url(img/footer.jpg);
	background-position:center;
	background-repeat:	repeat-x;
	width:				900px;;
	height:				180px;
	position:			relative;

}

h1{
	font-family:		Trebuchet MS;
	color:				#c174d7;
	font-size:			12px;
	margin-bottom:		10px;
	text-align:			left;
}


