/* Layout Stylesheet */ 
html,body {
	background:#e5e5ea url(images/bg_03.jpg);
	height:100%;
	margin:0;
	padding:0;
	vertical-align:middle;
	text-align:center;
	font: Georgia, "Times New Roman", Times, serif;
}
.center{
	width:100%;
	height:100%;
	}
.center td{
	vertical-align:middle;
	}

/*---------------------------------------------------structure*/



#bodyblock {
 	position:relative;
 	background: url(images/bg_body.gif);
 	color: #333333;
	width:770px;
 	height:564px;
	padding:0;
 	margin:0;
 }

#l-col {
 	float:left;
 	background: url(images/logo.jpg) no-repeat bottom left ;
 	color: #333333;
 	width:202px;
 	height:564px;
 	margin:0;
	padding:0;
	text-align:left;
 }

#cont {
	float:left;
 	width:520px;
 	height:490px;
 	color: #333333;
 	text-align:center;
 	padding:0;
 	margin:10px 0 5px 20px;
	overflow:auto;
 }


#ftr {
	float:right;
 	height:40px;
	width:530px;
 	color: #333333;
 	margin:0;
 	padding:10px 0 0 0;
 }
 /*hide from IE
html>body #ftr {padding:0 0 30px 0;}*/
 /*------------------------------------------------menu*/ 
#menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu li{
	float: left;
	margin: 0;
	font:12px Georgia, "Times New Roman", Times, serif;
	padding: 0;
	text-align: center
}

#menu  li a{
	float: left;
	display: block;
	text-decoration: none;
	border-left: solid #000000 1px;
	padding:3px 4px;
	color:#000;
	margin:0;
}
#menu  li a:hover{
	color:#82934f;
	}
#menu .left a {
	border-left:none;}

/*------------------------------------------------slide show*/
.button {
	PADDING:0;  
	MARGIN:0 ;
	width: 486px;
	text-align:center; 
}

.prev{
	float: left;
	DISPLAY: block; 
	MARGIN: 0 70px 0 100px; 
	WIDTH: 30px; 
	TEXT-INDENT: -10000px; 
	HEIGHT: 28px;
}
.prev a {
	DISPLAY: block; 
	WIDTH: 30px; 
	HEIGHT: 28px;
	BACKGROUND: url(images/arrow_prev.gif) no-repeat;
}
.prev a:hover {
	BACKGROUND-POSITION: -30px 0px;
}
.next{
	float: right;
	DISPLAY: block; 
	MARGIN: 0 100px 0 0 ; 
	WIDTH: 30px; 
	TEXT-INDENT: -10000px; 
	HEIGHT: 28px;
}
.next a {
	DISPLAY: block; 
	WIDTH: 30px; 
	HEIGHT: 28px;
	BACKGROUND: url(images/arrow_next.gif) no-repeat -30px 0px;
}
.next a:hover {
	BACKGROUND-POSITION: 0px 0px;
}

/*------------------------------------------------cont backgrounds*/
.about-bg{
	background:url(images/about.jpg) no-repeat top center;
	}
.phil-bg{
	background:url(images/philosophy.jpg) no-repeat top center;
	}
.contact-bg{
	background:url(images/contact.jpg) no-repeat bottom center;
	}
.media-bg{
	background:url(images/media.jpg)  no-repeat top center;
	}

#image1 {
	margin:0;
 	padding:140px 20px 0 40px;
}
#image1 p{
	color:#000;
	font-size:12px;
	font-weight: bold;
}
#image2 {
	margin:0;
 	padding:10px 0 0 10px;
}
#image2 p{
	color: #CC9900
	font-size:12px;
	color: #996600;
}
#image3 {
	margin:0;
 	padding:240px 30px 0;
}
#image3 p{
	color:#000;
	font-size:12px;
	font-weight: bold;
}
.eighteenpx{
	font-size:16px;
	color: #000;
	}
#twelvepx{
	padding:3px 0 10px 20px;
	}
#twelvepx p{
	font-size:12px;
	color: #CC3300;
	}
.tenpx{
	font-size:10px;
	}
.white{
	color:#FFFFFF;
	}
.black{
	color:#000;
	}
/*------------------------------------------------------------presentation*/
.title {
	padding:20px 0 0 10px;
	margin:0;
	text-align:left
	}

/*-----------------------------------------------------------------titles*/ 
 h1 {
	padding: 40px 0 0 30px;
	margin:15px 0 0 20px;
	text-align:left;
	font:bold 18px Georgia, "Times New Roman", Times, serif;
	text-indent:-10000px;
	color: #494623;
	}
h1.phil{
	background:url(images/title_philosophy.gif) no-repeat;
	}
h1.port{
	background:url(images/title_portfolio.gif) no-repeat;
	}
h1.about{
	background:url(images/title_about.gif) no-repeat;
	}
h1.cont{
	background:url(images/title_contact.gif) no-repeat;
	}
h1.media{
	background:url(images/title_press.gif) no-repeat;
	}

h2 {
	padding: 10px 0 0 20px;
	margin:0;
	text-align:left;
	font:bold 16px Georgia, "Times New Roman", Times, serif;
	color: #494623;
	}
p {
	font: 12px/1.3em Georgia, "Times New Roman", Times, serif;	
	margin: 0.7em 5%;
	text-align:left;
	color: #716C35;
	}
a{
	color:#996600;
	text-decoration:none;
	font-weight: bold;
	}
a:hover{
	color:#003333;
	text-decoration:none;
	}
