@charset "utf-8";
*
{
margin:0px;
padding:0px;
}
body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
	/*background: url(../Images/containerBG.png) repeat-y;*/

}
#header {
	width: 870px;
	margin-left:30px;
	background:url(../Images/header.gif) no-repeat top left;
	height:167px;
}
#content {
clear:both;
width: 950px;
background: url(../Images/template/contentBg.gif) repeat top;
}
#contentTopLeft{
float:left;
width:13px;
height:13px;
background:url(../Images/template/tl.gif) no-repeat top left;
}
#contentTopRight{
float:right;
width:13px;
height:13px;
background:url(../Images/template/tr.gif) no-repeat top right;
}
#contentBottomLeft{
float:left;
width:13px;
height:13px;
background:url(../Images/template/bl.gif) no-repeat top left;
}
#contentBottomRight{
float:right;
width:13px;
height:13px;
background:url(../Images/template/br.gif) no-repeat top right;
}
#content p{
padding:5px 20px;
}
#content h1{
padding:20px 20px 15px 20px;
}
#contentBottom	{
clear:both;
}
#leftContent {
width: 360px;
float:left;
margin-left:20px;
text-align:right;
line-height:18px;
letter-spacing:1px;
}
#rightContent {
width: 400px;
float:left;
margin-left:30px;
line-height:18px;
margin-bottom:20px;
letter-spacing:1px;
text-align:justify;
}

#photoContent
{
margin-top:30px;
clear:both;
text-align:center;
height:200px;
}
#photoContent img
{
margin-right:10px;
}
#footer
{
clear:both;
height:24px;
}
#headerTop
{
background:url(../Images/headerTop.png) no-repeat;
height:24px;
}
#menu{
width:669px;
margin: 0px auto;
text-align:center;
}
h3	{
float:left;
width: 150px;
}
#menu ul{
}
#menu ul li	{
float:left;
list-style:none;
background-position: top left;
height:19px;
margin-left:10px;
}
#menu ul li:hover, #menu ul li a img:hover	{
background-position: top right;
}
#menu ul li a img.currentPage	{
background-position: bottom left;
}
#menu ul li a img 	{
height:19px;
}
#menu ul li.homepage, #menu ul li.homepage a img 	{
width:46px;
background-image:url(../Images/menu/home1.gif);
}
#menu ul li.gallery, #menu ul li.gallery a img	{
width:66px;
background-image:url(../Images/menu/gallery1.gif);
}
#menu ul li.collections, #menu ul li.collections a img	{
width:100px;
background-image:url(../Images/menu/collections1.gif);
}
#menu ul li.team, #menu ul li.team a img	{
width:42px;
background-image:url(../Images/menu/team1.gif);
}
#menu ul li.testimonials, #menu ul li.testimonials a img	{
width:107px;
background-image:url(../Images/menu/testimonials1.gif);
}
#menu ul li.links, #menu ul li.links a img	{
width:50px;
background-image:url(../Images/menu/links1.gif);
}
#menu ul li.contact, #menu ul li.contact a img	{
width:67px;
background-image:url(../Images/menu/contact1.gif);
}
#menu ul li.myPhotos, #menu ul li.myPhotos a img	{
width:80px;
background-image:url(../Images/menu/myPhotos1.gif);
}
#menu ul li.admin, #menu ul li.admin a img	{
width:21px;
background-image:url(../Images/menu/admin1.gif);
}
#footer ul li	{
float:right;
list-style:none;
background-position: top right;
height:9px;
margin:5px 10px 0px 0px;
}
#footer ul li:hover, #footer ul li a img:hover	{
background-position: bottom right;
}
#footer ul li a img	{
height:9px;
}
#footer ul li.privacy, #footer ul li.privacy a img	{
width:56px;
background-image:url(../Images/footer/privacy.gif);
}
#footer ul li.terms, #footer ul li.terms a img	{
width:44px;
background-image:url(../Images/footer/terms.gif);
}
#footer ul li.aawd, #footer ul li.aawd a img	{
width:161px;
background-image:url(../Images/footer/aawd.gif);
}
#columnLeft	{
width:770px;
float:left;
}
#columnRight	{
width:150px;
float:left;
}
img#frontPage	{
margin-top:14px;
padding-top:14px;
width:924px;
}
#menu ul li	{
float:left;
list-style:none;
background-position: top left;
height:19px;
margin-left:10px;
}
#galleryMenu {
clear:both;
}
#galleryMenu ul li	{
float:left;
list-style:none;
background-position: top left;
height:19px;
margin-left:10px;
}
table.collections	{
margin: 0 auto;
}
table.collections li	{
list-style-type:square;
}
table#contactForm	{
letter-spacing:normal;
color:#555;
}
p#contactForm	{
letter-spacing:normal;
color:#555;
}
ul.galleryMenu li, ul.galleryMenu li a img	{
height:11px;
width:80px;
background-repeat:no-repeat;
}
ul.galleryMenu li a	{
background-repeat:no-repeat;
background-position:top;
}
ul.galleryMenu li a:hover	{
background-position:bottom;
}
ul.galleryMenu li.weddings a	{
background-image:url(../Images/weddings.gif);
}
ul.galleryMenu li a.currentPage	{
background-position:bottom;
}
ul.galleryMenu li.portraits a	{
background-image:url(../Images/portraits.gif);
}
ul.galleryMenu li.albums a	{
background-image:url(../Images/albums.gif);
}