body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
margin:0;
padding:0;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset,img { 
border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;
font-weight:normal;
}
ol,ul {
list-style:none;
}
caption,th {
text-align:left;
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}
q:before,q:after {
content:'';
}
abbr,acronym { 
border:0;
}

body {
background: #E6DDDF;
font-family: Georgia, "Times New Roman", Times, Serif;
text-align: center;
}

#container {
width:750px;
margin: auto;
background: url(graphics/columns.jpg) repeat-y;
text-align: left;
}

#branding {
height: 195px;
width: 750px;
background: url(graphics/header2.jpg) no-repeat;
text-indent: -9999px;
}

#nav {
width: 210px;
float: left;
}

#nav ul {
padding-left: 50px;
}

#nav li {
padding-bottom: 5px;
}

#nav a {
display: block;
padding: 3px;
background: #fff;
border: 1px solid #343C15;
text-decoration: none;
color: #000;
}

#nav a:hover {
background: #CFDB99;
}

#mainContent {
margin-top: -80px;
width: 485px;
float: right;
line-height: 1.5;
}

#mainContent p, #mainContent h2, #mainContent h3 {
padding-right: 25px;
}

#mainContent h2 {
font-size: 150%;
}

#mainContent h3 {
padding-top: 1em;
font-size: 125%;
}

#mainContent p {
padding-top: 1em;
padding-left: 20px;
}

#siteInfo {
overflow: hidden;
clear: both;
width: 750px;
height: 100px;
padding-top: 20px;
background: url(graphics/footer.jpg) no-repeat bottom;
font-size: 75%;
}

#siteInfo h3 {
width: 160px;
float: left;
padding-left: 50px;
color: #fff;
}

#siteInfo #designerInfo {
width: 470px;
float: right;
}

ul#validation li {
float: left;
padding-bottom: 5px;
}

#siteInfo h2 {
clear: both;
}

.clear {
clear: both;
}

/*---Index Page Styles---*/

.feature {
float: right;
padding: 10px 30px 10px 10px;
}



/*---Gallery Page Styles---*/

ul#gallery li {
float: left;
}

ul#gallery img {
padding: 5px;
}

/*---Room Rate Styles---*/

table {
width: 90%;
margin-top: 20px;
}

table, th, td {
border: 1px solid #000;
}
table .date {
width: 50%;
}

/*---Attractions Page Styles---*/

.area {
margin-right: 20px;
margin-top: 10px;
border-top: 1px dotted #000;
}
/*This section doesn't work!!!!!!!!!!!!!!!!!!
ul.attractionList h3 {
padding-bottom: 0em;
padding-top: 0em;
}

ul.attractionList p {
padding-bottom: 0em;
padding-top: 0em;
}
*/

/*---Directions Page Styles---*/

#map {
width: 450px; 
height: 300px;
border: 1px solid #000;
margin: 5px;
}