/* CSS Document */
body,td,th {
	font-family: Book Antiqua, Times New Roman, serif;
	font-size: 15px;
	color: #000000;
}
body {
	background-image: url(images/redlines.gif);
	background-color: #660000;
}
.header {
background-image: url(http://www.southcourtinn.com/images/header1.jpg);
}
.style1 {color: #FDF5E3}
a {
	font-size: 15px;
	color: #660000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
	color: #660000;
}
a:visited {
	text-decoration: none;
	color: #660000;
}
a:hover {
	text-decoration: underline;
	color: #000066;
}
a:active {
	text-decoration: none;
	color: #660000;
}
.style4 {
	color: #FFFFEA;
	font-weight: bold;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Book Antiqua, Times New Roman, serif;
	font-weight: bold;
	font-style: italic;
}
h1 {
	font-size: 24px;
	color: #660000;
}
h2 {
	font-size: 18px;
	color: #465907;
}
h3 {
	font-size: 16px;
	color: #A2871E;
}

}
/* menu */	
.menu {
	margin:0;
	width:780px;
	float:left;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.menu ul { text-align: left;  padding:0; margin:0; list-style:none; border:0; float:right;}
.menu ul li { float:left; margin:0; padding:0; border:0;}
.menu ul li a {
	border-right:0px solid #;
	float:left;
	margin:0;
	padding:0px 0px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.menu ul li a:hover {
	font-weight: bold;
	color: #FFCCFF;
}
.menu ul li a.active {
	font-weight: bold;
}
#slider {
    position:relative;
    width:780px; /* Change this to your images width */
    height:400px; /* Change this to your images height */
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}

