body {
	margin: 0px;
	background-color: #450500;
	background-image: url('/images/layout/paperback.jpg');
	background-repeat: repeat-x;
	background-position: top center;
	font-family: verdana;
	font-size: 10pt;
}

#darkbackground {
	height: 250px;
	width: 100%;
	background-image: url('/images/layout/backtop.gif');
	background-position: top center;
	background-repeat: repeat-x;
}

#wrapper {
	position: absolute;
	top: 0px;
	left: -485px;
	margin: 10px 50%;
	padding: 0px;
	width: 970px;
	height: 772px;
	background-image: url('/images/layout/glow_small.png');
	background-position: 0px 152px;
	background-repeat: no-repeat;
	z-index:310;
	min-height: 735px;
}

#tempwrapper {
	text-align: center;
	position: absolute;
	top: 50%;
	left: -200px;
	margin: -100px 50%;
	padding: 0px;
	width: 400px;
	height: 200px;
	z-index:310;
	color: #ffffff;
}

#tempwrapper a{
	color: #ffffff;
}

#topbar {
	position: relative;
	height: 209px;
	width: 940px;
	top: 0px;
	left: 0px;
	z-index:320;
	background-image: url('/images/layout/logo_new.png');
	background-position: top right;
	background-repeat: no-repeat;
}


#menu{
	position: relative;
	top: 150px;
	left: 45px;
	width: 820px;
	height: 32px;
	z-index:600;
	color: #ffffff;
	font-family: gulim;
	font-size: 17pt;
}

#window {
	position: absolute;
	top: 188px;
	left: 35px;
	width: 900px;
	height: 550px;
	z-index: 500;
	font-size: 8pt;
	overflow: hidden;

}

#cateringmenu1 {
	position: absolute;
	left: 60px;
	top: 40px;
	width: 24px;
	height: 110px;
	padding: 8px;
	background: url('/images/layout/cateringback1.png');
	z-index: 20;
}

#cateringmenu-overlay1 a{
	display: block;
	position: absolute;
	left: 60px;
	top: 40px;
	width: 24px;
	height: 110px;
	padding: 8px;
	background: url('/images/layout/cateringback.png');
	z-index: 22;
}

#cateringmenu-active1 {
	position: absolute;
	left: 60px;
	top: 40px;
	width: 24px;
	height: 110px;
	padding: 8px;
	background: url('/images/layout/textback.png');
	z-index: 20;
}

#cateringmenu2 {
	position: absolute;
	left: 60px;
	top: 180px;
	width: 24px;
	height: 80px;
	padding: 8px;
	background: url('/images/layout/cateringback1.png');
	z-index: 20;
}

#cateringmenu-overlay2 a{
	display: block;
	position: absolute;
	left: 60px;
	top: 180px;
	width: 24px;
	height: 80px;
	padding: 8px;
	background: url('/images/layout/cateringback.png');
	z-index: 22;
}

#cateringmenu-active2 {
	position: absolute;
	left: 60px;
	top: 180px;
	width: 24px;
	height: 80px;
	padding: 8px;
	background: url('/images/layout/textback.png');
	z-index: 20;
}

#cateringmenu3 {
	position: absolute;
	left: 60px;
	top: 290px;
	width: 24px;
	height: 90px;
	padding: 8px;
	background: url('/images/layout/cateringback1.png');
	z-index: 20;
}

#cateringmenu-overlay3 a{
	position: absolute;
	left: 60px;
	top: 290px;
	width: 24px;
	height: 90px;
	padding: 8px;
	background: url('/images/layout/cateringback.png');
	z-index: 22;
	display: block;
}

#cateringmenu-active3 {
	position: absolute;
	left: 60px;
	top: 290px;
	width: 24px;
	height: 90px;
	padding: 8px;
	background: url('/images/layout/textback.png');
	z-index: 20;
}

#textfield {
    position: absolute;
    background-image: url('/images/layout/textback.png');
    background-repeat: repeat;
    top: 100px;
    left: 100px;
    width: 100px;
    height: 100px;
    z-index: 600;
    overflow: hidden;
    padding: 5px 20px 20px 20px;
    color: #ffffff;
    font-size: 9pt;
}

#textfield a{
    color:#ffffff;
    text-decoration: underline;
}

#menu_item a{
	position:absolute;
	top: 0px;
	display: block;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	height: 18px;
	margin: 0px;
	padding: 0px;
}

#menu_item a:hover{
	background-position: 0px -18px;
}


#copy{
	position: absolute;
	top: 746px;
	left: 778px;
	font-size: 7pt;
	color: #a2787c;
}

a {
	color: #000000;
	text-decoration: underline;
}

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