@charset "utf-8";
/* CSS Document */

body
{
	background-image:url(../images/body.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	font-family:"Century Gothic";
	color:#000000;
}

#container
{
	background-image:url(../images/contentTop.jpg);
	background-repeat:no-repeat;
	width:588px;
	margin:0 auto;
}

#header
{
	text-align:center;
}

#nav
{
	text-align:center;
	padding-top:5px;
	height:26px;
}

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

#nav li
{
	display:inline;
	margin:0 20px;
}

#nav li a:link, #nav li a:visited 
{
	text-decoration:none;
	color:#000000;
}

#nav li a:hover
{
	text-decoration:underline;
}

#content
{
	background-image:url(../images/content.jpg);
	background-repeat:repeat-y;
	padding:8px 18px 0 18px;
	font-size:11px;
	zoom:1;
	text-align:justify;
}

#contentInner
{
	background-image:url(../images/photographer.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	overflow:hidden;
	padding-bottom:150px;
}

#left
{
	float:left;
	width:191px;
	border: 1px solid #000000;
}

#leftPrices
{
	float:left;
	width:171px;
	border: 1px solid #000000;
}

#leftAbout
{
	float:left;
	width:191px;
	padding:3px;
	border: 1px solid #000000;
}

#right
{
	margin-left:200px;
}

#rightAbout
{
	margin-left:205px;
}

.clear
{
	clear:both;
}

img
{
	border:none;
}

#contentGallery .galleria {
    list-style: none;

    margin-right:auto;
    width:550px;
}

#contentGallery ul.gallery galleria
{
    overflow:hidden;
    text-align:center;
	margin-left:auto;
    margin-right:auto;
    width:550px;
}
.galleria li.two {
    display: block;
    width: 50px;
    height: 85px;
    overflow: hidden;
    float: left;
    margin: 10px 10px 10px 0;
}
.galleria li {
    display: block;
    width: 85px;
    height: 50px;
    overflow: hidden;
    float: left;
    margin: 10px 10px 10px 0;
}


.galleria li a {
    display: none;
}
.galleria li div {
    position: absolute;
    display: none;
    top: 0;
    left: 180px;
}
.galleria li div img {
    cursor: pointer;
}
.galleria li.active div img, .galleria li.active div {
    display: block;
}
.galleria li img.thumb {
    cursor: pointer;
    top: auto;
    left: auto;
    display: block;
    width: auto;
    height: auto;
}
.galleria li .caption {
    display: block;
    padding-top: .5em;
}
* html .galleria li div span {
    width: 400px;
}
/* MSIE bug */
* {
    margin: 0;
    padding: 0;
}

#contentGallery
{
	text-align:center;	
}

.image
{
	float:right;
	width:250px;
	margin: 0 0 0 30px;
	text-align:center;
	border:1px solid #000000;
}

.album
{
	float:left;
	width:250px;
	margin: 0;
	text-align:center;
	border:1px solid #000000;
}

a:link, a:visited 
{
	text-decoration:none;
	color:#000000;
}

a:hover
{
	text-decoration:underline;
}

#pricesPage
{
	text-align:center;
}
span.p
{
	font-weight:bolder;
	font-size:11pt;
}

.testimonials
{
	font-style:italic;
	background-color:#fef1fb;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:5px;
	border:1px solid #000000;
}

