* {
	margin: 0;
	padding: 0;
}

body { 
    font: 12px Helvetica, Arial, sans-serif;
	background: url(../images/bkg.jpg);
	text-align: center;
	behavior: url(http://www.josefsvienna.com/hover.htc);
}

p, tr, td {
	color:#ded4ba;
	font-size: 13px;
	line-height: 150%;
	margin-bottom: 10px;
	text-align:left;
}


a, img {
	border:0;
}

h1 {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #b41217;
	font-size: 30px;
	font-weight:lighter;
	}

h2 {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #b41217;
	font-size: 20px;
	font-weight:lighter;
}

h3 {
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #b41217;
	font-size: 18px;
	font-weight:lighter;	}
	
h4 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#b41217;
	text-align:center;
	font-weight:lighter;
	}

#clear {
	clear:both;
	margin:0;
}

.clear {
	clear:both;
	margin:0;
}

#wrapper {
    width: 900px;
    margin: 0 auto;
	text-align:center;
}

#awning {
	background:url(../images/awning.jpg) repeat-x;
	height:52px;
	width:100%;
}

#navigation-wrapper {
	background:#ded4ba url(../images/nav-bkg.jpg) repeat-x;
	text-align:center;
	margin:0 auto;
	width: 100%;
	padding:0;
}

#navigation {
	height: 40px;
	text-align:center;
	width: 840px;
	margin:0 auto;
	padding:0;
}


#main {
	background:url(../images/main-bkg.jpg) repeat-y;
	width:893px;
}

#main-bottom {
	background:url(../images/main-bottom.jpg) no-repeat;
	width:893px;
	height:10px;
}

/* Slideshow */
#no-slideshow {
    position:relative;
	height:326px;
	margin-left: 30px;
}

#no-slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
	border:10px solid #ded4ba;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}


#slideshow {
    position:relative;
	height:326px;
	margin-left: 30px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	border:10px solid #ded4ba;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

	
#logo {
	display:inline;
	float:left;
	margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#top-right {
	float:right;
	margin-right: 40px;
	text-align: right;
	}

#top-right h1 {
	text-align:right;
}
	
#contact {
	height:25px;
	text-align: right;
	}

#title {
	margin-top: 70px;
	width:500px;
	text-align: right;
}

#dotted-top {
	border-top: 1px dashed #ded4ba;
	margin-top:96px;
	width:100%;
	position:absolute;
	}

#main-content {
	margin-left:40px;
	margin-right:40px;
	margin-top: 10px;
	margin-bottom: 20px;
}


#main-content tr, #main-content td {
	color:#ded4ba;
	font-size: 13px;
	text-align:left;
	border-style: groove;
	border-color:#b41217;
	border-width: 1px;
	padding: 4px;
}

#main-content ul, #main-content ol {
	list-style-type:circle;
	list-style:inside;
	text-indent: 20px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ded4ba;
	font-size: 13px;
	line-height: 150%;
	text-align:left;
	margin:0;
	padding:0;
}

#main-content a:link, #main-content a:visited {
	color: #b41217;
	font-weight: bold;
	text-decoration: none;
	}

#main-content a:active, #main-content a:hover {
	color: #fff;
	text-decoration: underline;
	}



#specials {
	display:inline;
	width:250px;
	text-align:left;
	float:left;
	margin-left:40px;
	padding-right: 20px;
}


#topics, #more {
	display:inline;
	width:250px;
	text-align:left;
	float:left;
	padding-right: 20px;
}

#specials a:link, #specials a:visited, #topics a:link, #topics a:visited, #more a:link, #more a:visited {
	color: #b41217;
	font-weight: bold;
	text-decoration: none;
	}

#specials a:active, #specials a:hover, #topics a:active, #topics a:hover, #more a:active, #more a:hover {
	color: #fff;
	text-decoration: underline;
	}


#footer {
	background:#ded4ba;
	width: 100%;
	border-top: 7px solid #000;
	border-bottom: 7px solid #000;
}

#footer-wrapper {
    width: 900px;
    margin: 0 auto;
	text-align:center;
}

#footer-content {
	text-align:left;
	margin-left: 40px;
	margin-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer-content p {
	color:#4f3e11;
	font-size: 11px;
	margin-top: -20px;
	margin-left: 140px;
	text-align:left;
}

#footer-content a:link, #footer-content a:active, #footer-content a:visited  {
	font-weight:bold;
	color:#4f3e11;
}

#footer-content a:hover {
	text-decoration:underline;
}


#dotted {
	border-top: 1px dashed #ded4ba;
	width:100%;
	margin:0;
	margin-bottom:5px;
}









hr {
  	border:0;
 	border-top: 1px solid #333333;
 	height: 0;
 	background: #333333;
	}

a:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	}
	
a:visited {
	color: #fff ;
	text-decoration: none;
	font-weight: bold;
	}

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

a:active {
	color: #555;
	text-decoration: underline;
	}