* {
  margin: 0;
  padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: #333;
	font-family: Cambria, "Times New Roman", Georgia, Times, serif;
	text-align: center;
	font-size: 100%;
	background-image: url(../images/dgrey047.jpg);
	background-repeat: repeat;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #141413;
	background-image: url(../images/bggrad.jpg);
	background-repeat:repeat-x;
	padding: 5px;
	border: solid 3px #000000;
}

#header {
	height: auto;
	padding: 0px;
	width: 900px;
}
#nav {
	height: 42px;
	padding-left:0px;
	background-color: #282828;
	width: 900px;
	border-bottom: #C1798D solid 1px;
	border-top: #C1798D solid 1px;
}
#main {
	display: block;
	text-align: left;
	margin: 2em;
	clear:both;
	color: #fff;
	letter-spacing: .1em;
}

#footer {
  width:100%;
  display: table;
  background-color: #141414;
  font-size: 80%;
  color:#CCC;
}
#leftfoot {
  display: table-cell;
  text-align: left;
  width: 50%;
  padding: 0.5em;
}
#rightfoot {
  display: table-cell;
  width: 50%;
  padding: 0.5em;
  text-align:right;
  vertical-align:top;
}

h1 {
	font-size: 300%;
	font-weight: 100;
	font-style:italic;
	padding-bottom: .4em;
	padding-top: .2em;
	color: #b35b73;
	letter-spacing: .2em;
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	text-shadow: 0.05em 0.05em 0.05em #000;
}
.bordertop {
	border-top: solid 1px #009BD7;
	padding-top: 5px; 
	margin-top: 20px; 
	display:block;
	width: 100%;}
h2 { 
	font-size: 175%;
	color: #C1798D;
	padding-top:0.5em;
	padding-bottom: 10px;
	font-weight:200;
	line-height: 1.25;
	}
#subh2 { font-size: 80%; }
h3 {
	font-size: 110%;
	font-weight: normal;
	padding-bottom: 0.4em;
	padding-top:0.5em;
	line-height: 1.5em;
	color: #C1798D;
}
p {
  line-height: 1.6em; 
  padding-bottom: 1em;
}
p.nojust {
	text-align:left; }

.strong {
	font-weight:700; 
}

a {text-decoration: none;
color: #CC91A0; }
a:visited {color: #b35b73; }
a:hover {color: #fff;
  text-decoration:none;
  }

.tablepad {
	padding-left:80px;
	padding-top:1em;
}
.commtable {
	padding-left:10%;
	padding-top:1em;
	vertical-align:top;
	text-align:left;
}
	

.imageright {
	float:right;
	padding: 0em 0em 1em 1em ; 
}
.imageleft {
	float:left;
	width:auto;
	margin:0 15px 0 0;
	padding: 0 0 15px 0;
	text-align:center;
	font-size: .8em;}
	
.gallphoto {
	float:left;
	margin: 20px;
	}
.small {
	font-size: 0.75em; 
}
td, tr {
	vertical-align:top;
	font-size: 1em;
	padding: 10px;
	line-height: 1.5em;
}

table {
	margin-left: auto;
	margin-right: auto;
	}
.bold {
	font-weight: bold; }

ol {
padding-left: 50px; 
}

.reviews {
font-size: .7em;
font-family: Arial;
margin-top: 0; 
margin-bottom: 0; }

#sddm
{	margin: 0;
	padding: 0;
	list-style: none; }

#sddm ul
{	margin: 0;
	padding: 0;
	list-style: none; }

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative; }

#sddm li ul {
	display: none;
	position: absolute;
	top: 1em;
	left: 0; }

#sddm li > ul {
	top: auto;
	left: auto; 
	}

#sddm li:hover ul 
{ display: block; }

#sddm li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#sddm li a
{
	display: block;
	margin: 0;
	padding: 10px 18px;
	font-style:italic;
	color: #C1798D;
	font-weight: 300;
	font-size: 17px;
	text-align: center;
	letter-spacing: 0.15em;
	text-decoration: none;
	background: transparent;
	
}	
#sddm li a:hover
{
	background-color: #191919;
	color: #F9C;
}
