
#nav {margin-left:20px; height:40px;}
#nav ul{
list-style: none;
padding: 0;
margin: 0;
height:40px;
} 

#nav li
{
float: left;
} 

#nav li a
{
float: left;
display: block;
text-decoration: none;
text-align: center;
text-indent:-10000px;


} 

.aboutus {
background: url(images/nav_about_us.gif) no-repeat;
width:103px;
overflow:hidden;
height:40px;
} 

.aboutus:hover {
background: url(images/nav_about_us_over.gif) no-repeat;
width:103px;
height:40px;
} 

.weddings {
background: url(images/nav_weddings.gif) no-repeat;
width:90px;
height:40px;
}

.weddings:hover {
background: url(images/nav_weddings_over.gif) no-repeat;
width:90px;
height:40px;
}  

.portraits {
background: url(images/nav_portraits.gif) no-repeat;
width:81px;
height:40px;
} 

.portraits:hover {
background: url(images/nav_portraits_over.gif) no-repeat;
width:81px;
height:40px;
} 

.services {
background: url(images/nav_services.gif) no-repeat;
width:84px;
height:40px;
} 

.services:hover {
background: url(images/nav_services_over.gif) no-repeat;
width:84px;
height:40px;
} 

.vendors {
background: url(images/nav_vendors.gif) no-repeat;
width:153px;
height:40px;
} 

.vendors:hover {
background: url(images/nav_vendors_over.gif) no-repeat;
width:153px;
height:40px;
} 

.testimonials {
background: url(images/nav_testimonials.gif) no-repeat;
width:112px;
height:40px;
} 

.testimonials:hover {
background: url(images/nav_testimonials_over.gif) no-repeat;
width:112px;
height:40px;
}

.contact {
background: url(images/nav_contact.gif) no-repeat;
width:87px;
height:40px;
} 

.contact:hover {
background: url(images/nav_contact_over.gif) no-repeat;
width:87px;
height:40px;
}

.space {padding-top:20px;}

h2 {
font-size:16px;
text-decoration:underline;
margin-bottom:8px;
}

.main {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #CCCCCC}

a:link {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #CCCCCC; text-decoration: underline}

a:active {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #CCCCCC; text-decoration: underline}

a:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; text-decoration: none}

a:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #CCCCCC; text-decoration: underline}

