/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #fff;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin: 0;
	padding: 0;
}
a:link {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
a:visited {	
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
a:hover {	
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}
a:active {	
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	font-size: 14px;
	margin: 0;
}

p {
	margin-top: 0;
}
	
div#container {
	margin: auto;
	width: 625px;
}

div#index_pic {
	margin: auto;
	background:url("images/index_main.gif");
	height: 516px;
	width: 625ps;
}

div#contact_pic {
	margin: auto;
	background:url("images/contact_main.gif");
	height: 500px;
	width: 625ps;
}

div#recipe_pic {
	margin: auto;
	background:url("images/recipe_main.gif");
	height: 542px;
	width: 625px;
}
div#privacy_pic {
	margin: auto;
	background:url("images/contact_main.gif");
	height: 197px;
	width: 625px;
}

div#privacy_pic2 {
	margin: auto;
	background:url("images/middle_bar.gif");
	background-repeat: repeat-y;
	height: 2000px;
	width: 625px;
}
div#awards_pic {
	margin: auto;
	background:url("images/awards_main.gif");
	height: 833px;
	width: 625px;
}
div#par1 {
	float: left;
	z-index: 2;
	width: 330px;
	padding-top: 25px;
	padding-left: 260px;
}

div#par2 {
	float: left;
	z-index: 3;
	width: 500px;
	padding-top: 45px;
	padding-left: 90px;
}

div#parPriv {
	float: left;
	z-index: 3;
	width: 500px;
	padding-top: 0;
	padding-left: 90px;
}

form#contactForm {
	float: left;
	z-index: 2;
	padding-top: 40px;
	padding-left: 90px;
	font-size:14px;
}

form#contactForm input, textarea {
	width: 300px;
	position: relative;
	left: 10px;
}
form#contactForm input#subject {
	position: relative;
	left: 90px;
}
form#contactForm textarea#message {
	position: relative;

	left: 81px;
}
span#contMess {
	float: left;
}
form#contactForm input.button {
	width: 100px;
	background-color: #3D0F13;
	color: #FFF;
	font-weight: bold;
	border-width: 1px;
	border-color:#FFF;
	position: relative;
	left: 350px;
}

div#about_pic {
	margin: auto;
	background:url("images/contact_main.gif");
	height: 516px;
	width: 625ps;
}