body {
	margin: 0;
	padding: 0;
	background: url(images/bg_main.gif) top left repeat-x #42cdec;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	width: auto;
}

a:link, a:visited, a:active {	color: #b90000; text-decoration: none; font-weight: bold; }
a:hover {	color: #333333;	font-weight: bold; }

.anchor:link, .anchor:visited, .anchor:active { font-weight: bold; text-decoration: none; color:#000000; }
.anchor:hover {color: #b90000; text-decoration: none; }

#nav { text-align:center; line-height:16px; font-family: Arial, Helvetica, sans-serif;}
#nav ul { list-style: none; margin-left:30px;}
#nav li { display:inline;}
#nav a:link, #nav a:visited, #nav a:active { display:block; background:url(images/btn_nav.gif) no-repeat; color:#ffffff; font-size: 15px; font-weight: bold; text-decoration:none; width:200px; height:40px; padding-top:15px;}
#nav a:hover { background:url(images/btn_nav_on.gif) no-repeat; }

/* headers */

h1 {font-size: 18px; color:#b90000; font-family: Arial, Helvetica, sans-serif; margin:0;}
h2 {font-size: 18px; color:#000000; font-family: Arial, Helvetica, sans-serif; margin:0;}

/* Main Area Content */

.hometable { background:url(images/bg_home.jpg) top center no-repeat; width:1000px; height:749px; }
.interiortable { background:url(images/bg_interior.jpg) top center no-repeat; width:1000px; height:749px; }

.content {width:590px; height:570px; overflow:auto; vertical-align:top; text-align:left; margin-top:50px; margin-right:85px; padding-right:5px;}
.welcome_box {background:url(images/bg_home_topmarquis.gif) no-repeat; height:218px; width:519px;}
.welcome_text { height:150px; padding-left:37px; margin-right:22px; vertical-align:top; text-align:left; font-size: 1em;}
.picture_frame {background-color:#ffffff; border-top: solid 1px #000000; border-left: solid 1px #000000; border-bottom: solid 3px #000000; border-right: solid 3px #000000; margin-top:15px; padding:2px;}

.news_box {background:url(images/bg_news.gif); width:300px; height:150px; }

#foot {background:url(images/bg_foot.gif) no-repeat; width:301px; height:29px; text-align:center; color:#ffffff; padding:5px;}
#foot a {color:#ffffff; text-decoration:none; }
#foot a:hover {text-decoration:underline;}

#dropmenudiv{
position:absolute;
background-color: #eeeeee;
border:1px solid #000000;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000000;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #42cdec; color:#000000;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}

.copyright {color:#ffffff; font-size:10px;}