* { margin: 0; padding: 0; }

h1 {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #403e31;
	font-weight: bold;
	margin-top : 0px;
	margin-bottom : 0px;
	text-transform: uppercase;
	text-align : left;
	line-height: 18px;
}
.dot {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
}

h2 {
	font-family: "Trebuchet MS";
	font-size: 12pt;
	line-height: 16pt;
	color: #403e31;
	font-weight: normal;
	margin-top : 0px;
	margin-bottom : 0px;
	font-style: italic;
}

a.content:link {
	color: #218985;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
}

a.content:visited {
	text-decoration: none;
	color: #218985;
}

a.content:hover {
	text-decoration: underline;
	color: #218985;
}

.content {
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 18pt;

	color:# 403e31;
	font-weight : normal;
	color: #403e31;
	vertical-align: top;
}
.contentmenu {
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	color: #403e31;
}


.contentError {
	font-family: "Trebuchet MS";
	font-size: 9px;
	line-height: 12pt;
	color: #FF0000;
	font-weight : normal;
}

a.footer:link {
	font-family: "Trebuchet MS";
	font-size: 8pt;
	color: #218985;
	text-decoration: none;
}

a.footer:visited {
	font-family: "Trebuchet MS";
	font-size: 8pt;
	color: #218985;
	text-decoration: none;
}

a.footer:hover {
	font-family: "Trebuchet MS";
	font-size: 8pt;
	color: #218985;
	text-decoration: underline;
}

.footer {
	font-family: "Trebuchet MS";
	font-size: 8pt;
	color: #403e31;
}

div.naviMainItem {
	font-family: "Trebuchet MS";
	padding: 2px 10px 3px 9px;
	/*top,right,bottom,left*/
	font-size: 13px;
	font-weight : normal;
	color: #018a97;
	text-decoration: none;
	background-color: none;
	border: 1px solid 018a97;
}

div.naviSubMenu {
	font-family: "Trebuchet MS";
	width: auto;
	position: absolute;
top:45px;
	border: 1px solid #018a97;
	background-color: #d8ebcd;
	z-index: 10;
	text-align : center;
	visibility: hidden;
}

div.naviSubItem {
	/* due to an IE bug, this class must have a fixed width IE needs that to register the onmouseover event for a DIV element */
	width: auto;
	cursor: hand;
	padding: 2px 9px 3px 8px;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #018a97;
	text-decoration: none;
	background-color: #d8ebcd;
	text-align : left;
	font-family: "Trebuchet MS";
	background-image: none;
}

div.naviSubRule {
  background-color: #018a97;
}

#wrapper {
width: 1014px;
position:relative;
margin:35px auto;
}



<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}


</style>
.menucontent {
	font-family: "Trebuchet MS";
	font-size: 13px;
	line-height: normal;
}




.tab{
font-family: "Trebuchet MS";
font-size: 13px;
}
.asd
{
text-decoration: none;
font-family: "Trebuchet MS";
font-size: 12px;
color:#018a97;
}

/*****remove the list style****/
#nav {
margin:0;
padding:0;
list-style:none;
width:705px;
}

/*****LI display inline *****/
#nav li {
float:left;
display:block;
width:auto;
background:none;
position:relative;
z-index:500;
margin:0 1px;
}

/*****parent menu*****/
#nav li a {

	font-family: "Trebuchet MS";
	padding: 2px 7px 3px 9px;
	/*top,right,bottom,left*/
	font-size: 13px;
	font-weight : normal;
	color: #018a97;
	text-decoration: none;
	background-color: none;
	border: 1px solid 018a97;

display:block;

height:23px;
text-decoration:none;
color:#018a97;


}

#nav li a:hover
{
color:#018a97;
}

/* style for default selected value */ #nav a.selected {
color:#018a97;
}
/* submenu */ #nav ul
{
width:174px;
position:absolute;
left:7px;
display:none;
margin:0 0 0 -1px;
padding:0;
list-style:none;
	border: 1px solid #018a97;
	background-color: #d8ebcd;
}

#nav ul#about, #nav ul#specialties
{
width:124px;

}

#nav ul#weddings
{
width:135px;
}


#nav ul li
{

width:96%;
	cursor: hand;
	padding: 2px;
	font-size: 11px;

	font-weight: normal;
	color: #018a97;
	text-decoration: none;
	background-color: #d8ebcd;
	text-align : left;
	font-family: "Trebuchet MS";
	background-image: none;

}

/* display block will make the link fill the whole area of LI */ #nav ul a
{
display:block;
height:15px;
padding: 4px 5px;
color:#018a97
}

#nav ul a:hover
{
background:#e9f4f6;
}

