@import url(tables.css);
@import url(boxes.css);
@import url(styles.css);

a {
	background-color: #FDF5E6;
	color: #2F4F4F;
}

a:hover 	{
	background-color: #FDF5E6;
	color: #800080;
}

body {
	background: url(../images/aabg001.jpg);
	background-color: #F0F8FF;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

h1 {
	clear: both;
	margin: 0;
}

h2 {
	margin: 0;
}

img{
	border: none;
}

.menu {
	background: url(../images/menu_middle.jpg) repeat-y;
	position: relative;
	top: -9px;
	z-index: 3;
}

.menubottom {
	background: url(../images/menu_bottom.jpg) no-repeat;
	height: 50px;
	position: relative;
	top: -20px;
	z-index: 1;
}

.menutop {
	background: url(../images/menutop.jpg) no-repeat;
	height: 35px;
	position: relative;
}

#floorplan {
	margin: 1em 1em 3em 1em;
}

#footer {
	background: #DEB887;
	border: 1px ridge #756342;
	clear: both;
	color: #006400;
	font-size: 0.75em;
	padding-top: 6px;
	text-align: center;
}

#footer p {
	margin: 0;
}

#header {
	background: url(../images/bg.jpg);
	border: 1px solid #8B4513;
	border-bottom: 2px solid #000000;
}

#mainbody {
	background-image: url(../images/bg.gif);
}

#mainbody {
	background: #F5DEB3;
	border: thin outset #FFDAB9;
	border-bottom: none;
	text-align: left;
}

#maincontent {
	background: #F0F8FF;
	float: left;
	font-size: 1.0em;
	margin-left: 5px;
	margin-top: 5px;
	overflow: auto;
	padding-left: 9px;
	padding-top: 5px;
	width: 760px;
}

#maincontent h3 {
	margin: 36px 0 6px;
}

/*NAVIGATION BAR*/
#navbar {
	margin: 0;
	padding: 0;
}

#navbar a {
	background-color: #006400;
	border: 1px solid #333333;
	color: #FFFFFF;
	display: block;
	padding: 3px 6px;
	text-decoration: none;
}

#navbar a:hover, #navbar a:active, #navbar a:focus {
	background-color: #A0522D;
	color: #333333;
}

#navbar li {
	list-style-type: none;
	margin: 0 0 6px 0;
}

#script {
	margin-top: 20px;
}

#sidebar {
	background: url(../images/bg2_3a.jpg);
	border: 2px outset #623310;
	float: left;
	min-height: 590px;
	width: 200px;
}

#uberlink {
	background-color: #DEB887;
	color: #333333 !important;
	font-weight: bold;
}

#wrapper {
	background: #F0F8FF;
	border: 3px outset #623310;
	margin: 0 auto;
	width: 990px;
}
