body{
	background-color: #f4f1e1;
	font-family: Arial, Helvetica, sans-serif;
}
p{
	line-height: 150%;
}
a{
	color: #4c2115;	
}
h1{
	font-size: 150%;
	font-weight: bold;
}
li{
	margin-bottom: 5px;	
}
div#main{
	background-color: transparent;
	margin-left:auto;
	margin-right:auto;
	width:950px;
}
div#content{
	background-color: #c3af8c;
	padding: 10px 30px 30px 30px;
	border: 2px solid #613220;
	min-height: 400px;
}
div#footer span,
div#footer a{
	color: #361408;
}
div#headerlogo{
	height: 100px;
	background-image: url("../images/header.gif");
	background-position: center;
}
div#footer{
	text-align: center;
}
div.clear {
	clear: both;
}
p.testimony{
	font-style: italic;
	font-weight: bold;
	color: #4c2115;
	font-size: 90%;
}
p.testimony span{
	font-size: 150%;
}

/***** MENU STYLES *****/

ul#top-menu{
	list-style-type: none;
	padding: 0;
	text-align: left;
	height: 27px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	background-color: #3d1810;
	background-image: url("../images/menu/menu-background.gif");
	background-repeat: no-repeat;
}
ul#top-menu li{
	float: right;
	height:27px;
	padding: 0;
	margin: 0;	
}
ul#top-menu li a {
	display: block;	
	background-position: 0 0;
	background-repeat: no-repeat;
	line-height: 27px;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
ul#top-menu li a:hover,
ul#top-menu li a#top-menu-active {
	background-position: 0 -27px;
}
ul#footer-menu{
	font-size: 80%;
	list-style: none;
}
ul#footer-menu li{
	display: inline;
}
div#footer-sub-menu{
	font-size: 60%;	
}

/***** GALLERIES PAGES *****/
a.gallery-thumbnail img{
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: none;
}
/***** GALLERY PAGES *****/
div.gallery{
	text-align: center;	
}

img.portrait-thumbnail{
	border: none;
	margin: 10px;
}	

/***** VIEW PORTRAIT PAGE *****/
p#portrait-heading{
	font-weight: bold;	
}
p#portrait-description{
	margin-left: auto;
	margin-right:auto;
	width: 600px;	
}
div#portrait-profile{
	text-align: center;
}

a.signpost img{
	border: 0;
	color: #c3af8c;
}

/***** PRICES PAGE *****/
table.price{
	margin: 0 auto 0 auto;
	width: 80%;
}
table.price td{
	text-align: center;
}
table.price th{
	text-align: left;
}
table.price th.price-header{
	width:20%;
	text-align: center;
}

/***** WORK IN PROGRESS *****/
div.work-in-progress h2{
	font-size: 100%;
	text-align: center;
}
div.work-in-progress img{
	margin: 10px;
}

/***** WELCOME PAGE *****/
div#slideshow{

}	
div#slideshow img{
	top:  0; 
    left: 0;
}