* {
	margin: 0;
	padding: 0;
}

body {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	background-image: url(images/bgmain.gif);
	background-repeat: repeat-x,y;
	background-attachment:fixed;
}


/* begin header styles */

#homeheader {
	width: 760px;
	height: 417px;
	background-image: url(images/homeheader.jpg)
}

#homeheader h1, #menuheader h1, #imageheader h1, #contactheader h1, #cateringheader h1 {
	display: none;
}

#menuheader {
	width: 760px;
	height: 417px;
	background-image: url(images/menuheader.jpg)
}

#cateringheader {
	width: 760px;
	height: 417px;
	background-image: url(images/cateringheader.jpg)
}

#imageheader {
	width: 760px;
	height: 417px;
	background-image: url(images/imageheader.jpg)
}

#contactheader {
	width: 760px;
	height: 417px;
	background-image: url(images/contactheader.jpg)
}


/* end container styles */



/* begin container styles */

#container {
	width: 760px;
	background-image: url(images/contentbg.gif);
	background-attachment:fixed;
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 20px;
	
}


#home {
	width: 760px;
}

#home a:link, #home a:active, #home a:visited {
	color: #FFFFFF;
	text-decoration: none
}



/* end container styles */




/* begin nav styles */

#nav {
	width: 760px;
	margin: 0 auto;
	padding: 0;
	margin-top: 15px;
	padding-left: 7px;
}

#nav ul li {
	display: inline;
}

#nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:link, #nav a:hover, #nav a:active, #nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.button {
	margin: 0 15px 0 0;
}


/* end nav styles */


/* begin col style */

#maincol {
	width: 720px;
	background-image: url(images/bgcol.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	margin: 0 auto;
	margin-top: 15px;
	padding: 20px;
}

#maincol p {
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 18px;	
}

#bigimage {
	width: 400px;
	height: 300px;
	float: left;
	margin-left: 5px;
	margin-right: 15px;
	border: solid 5px #FFFFFF;
}




.mainimage {
	width: 700px;
	border: solid 5px #FFFFFF;
	margin: 0 15px 30px 0;
	float: left;
}



#wrapper {
	width: 760px;
}

#wrapper .content-left {
	width:300px;
	position: relative;
	float: left;
	margin: 0;
	margin-right: 15px;
	padding: 0;
	
}

#wrapper .content-right {
	width:400px;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
}



.content {
	width: 700px;
}



.header {
	font-family: helvetica, sans-serif;
	font-size: 21px;
}

.line {
	width: 50%;	
}

.line2 {
	width: 75%;
	}
	
.bigtext {
	font-size: 18px;
	font-weight: bold;
}

#maincol a:link, #maincol a:active, #maincol a:visited {
	color: #FFFFFF;
	font-style: italic;
	text-decoration: none;
}

#maincol a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.contentbottom {
	width: 700px;
	background-color: #000000;
	background-image: url(images/bgmain.gif);
	background-repeat: repeat-x,y;
	background-attachment:fixed;
	padding: 10px;	
}

.image {
	 border: 0px;
	 margin: 0 50px 15px 0px;
	 float: left;
}

.imageleft {
	float: left;
	margin: 0 15px 15px 0;
}

#menulink {
	width: 660px;
	margin: 0 auto;
	padding: 40px 0 40px 0;
}

#menulink a:link, #menulink a:active, #menulink a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

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

.cateringmenu {
	width: 200 px;
	float: left;
}

.leftcatering {
	width: 500px;
	float: left;
}

.smallp {
	width: 50px;
	margin-left: 400px;
}

.largep {
	width: 50px;
	margin-left: 600px;
	}

.btext {
	font-weight: bold;
}

.bytext {
	font-weight: bold;
	color: #FAF519;
}
	
	
.ytext {
	color: #FAF519;
}

.menutext {
	color:#FAF519;
	float: right;

}

.space {
	width: 200px;
	margin-left: 30px;
}

/* end col style */

.clear {
	clear: left;
	}