/* CSS Document */

body {
background-image:url(../images/adminbg.png);
}

#outer {
	position: relative;
	width:946px;
	height:800px;
	z-index:1;
}

#admintitle {
	position:absolute;
	width:328px;
	height:49px;
	z-index:1;
	left: 205px;
	top: 35px;
}

#menu {
	position:absolute;
	width:146px;
	height:260px;
	z-index:1;
	left: 41px;
	top: 182px;
	background-image: url(images/menuback.jpg);
}

.reservationform {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #be9972;
font-size: 12px;
background-color: #2f1b10;
border: 1px solid #be9972;

}
.form {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #be9972;
font-size: 12px;
background-color: #2f1b10;
border: 1px solid #be9972;

}

.footer {
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #CCCCCC;
font-size: 10px;
}

.newtext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11.5px;
font-weight:bold;
color: #9a795a;
}

.contenttext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #795d41;
}

.contenttitle {
font-family: Tahoma;
color: #FF9900;
font-size: 11px;
}

.title {
font-family: Tahoma;
color: #795d41;
font-size: 14px;
}

.menu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #be9972;
font-weight:bold;
}

#menu a {
	color:#be9972;
	text-decoration:none
}
#menu a:hover {
	color:#be9972;
	text-decoration:underline;
}

a img {
border: none;
}

a {
	color:#e1ab4b;
	text-decoration:none
}

a:hover
{
color:#be9972;
text-decoration:underline
}

