* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}


body {
	background-image: url(../images/sitebg.png);
}

a {
	color: #666;	
	text-decoration: none;
}

a:hover {
	color: #b40000;
	text-decoration: none;
}

p {
	line-height: 2em;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	color: #2e2823;
	text-transform: uppercase;	
}

#container {
	position: relative;
	width: 100%;
	height: auto;
	min-width: 900px;
}

#content {
	min-width: 900px;
	max-width: 100%;
}

#main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	margin-top: 0px;
	background: url(../images/mainbg.png) top center repeat-y;	
}

#topcontainer {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 800px;
	height: 122px;
}

#logo {
	float: left;
	margin-right: auto;
	margin-left: 0px;
	position: relative;
	width: 320px;
	height: 122px;
	display: block;
}

#navcontainer {
	float: right;
	margin-top: 70px;
	margin-right: 10px;
	margin-left: auto;
	position: relative;
	width: 400px;
	height: 15px;
	display: block;
}

#maincontainer {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	height: auto;
	display: block;
}

#bottomcontainer {
	margin-top: 25px;
	position: relative;
	width: 800px;
	height: 163px;
	display: block;
}

#footercontainer {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	height: 130px;
	display: block;
}

/*NAVIGATION START*/

a.brewbutton {
	display: block;
	width: 91px;
	height: 15px;
	margin-left: 0px;
	text-decoration: none;
	position: absolute;
	background: url("../images/buttons/brew.png");
	}

a.brewbutton:hover {
	background-position: -91px 0;
	}

a.menubutton {
	display: block;
	width: 64px;
	height: 15px;
	padding-left: 5px;
	margin-left: 118px;
	text-decoration: none;
	position: absolute;
	background: url("../images/buttons/kitchen.png");
	}

a.menubutton:hover {
	background-position: -69px 0;
	}

a.aboutbutton {
	display: block;
	width: 91px;
	height: 15px;
	padding-left: 5px;
	margin-left: 203px;
	text-decoration: none;
	position: absolute;
	background: url("../images/buttons/about.png");
	}

a.aboutbutton:hover {
	background-position: -91px 0;
	}
	
a.contactbutton {
	display: block;
	width: 91px;
	height: 15px;
	margin-left: 300px;
	text-decoration: none;
	position: absolute;
	background: url("../images/buttons/contact.png");
	}

a.contactbutton:hover {
	background-position: -91px 0;
	}
	
/*NAVIGATION END*/

#mainpic {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 800px;
	height: 210px;
	display: block;
}

#maintext {
	background-image: url(../images/maintext.png);
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 800px;
	height: 61px;
	display: block;
}

#line {
	background-image: url(../images/line.png);
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 800px;
	height: 5px;
	display: block;
}

#bottompic {
	float: left;
	background-image: url(../images/bottompic.png);
	margin-right: auto;
	margin-left: 0px;
	position: relative;
	width: 379px;
	height: 163px;
	display: block;
}

#bottomtext {
	float: right;
	padding-left: 10px;
	margin-right: auto;
	margin-left: 0px;
	position: relative;
	width: 400px;
	height: 165px;
	display: block;
}

#bottomredline {
	background-image: url(../images/bottomredline.png);
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 900px;
	height: 20px;
	display: block;
}

#footerinfo {
	background-image: url(../images/footer.png);
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 900px;
	height: 59px;
	display: block;
}

