/* 
Author: 			Stefan Vervoort
Author URI: 		http://www.divitomedia.com/
Version:			0.9

Project:			
Description:					

---------------------------------------------------------------------------------------
TABLE OF CONTENTS
	-- 
	-- 
	--
---------------------------------------------------------------------------------------

/* ------------------------------------------------------------------------------------
BASICS						 */

	html{

}
	body{color:#ccc;
	 background-color: #000;
	font: 8px/16px arial, helvetica, sans-serif;
}
		
	a{color: #996633;						}
	a:hover	{	color: #996633;			}
	a:active{	color: #996633;			}
	a:visited{	color: #996633;			}

	.left{					float:left; }
	.right{					float:right; }
	.clear{					clear:both; }
	
	img.left{				margin:0 1em 1em 0; }
	img.right{				margin:0 0 1em 1em; }
	
	.padding{				padding:0px; }
	#content p{				margin-bottom: 20px;
	text-align:justify;
}
	#quote {font-style:italic;}
	
/* ------------------------------------------------------------------------------------
NAVIGATION MENU				 */

	#navigation, #navigation ul {		padding:0;	margin:0; list-style:none; line-height:1; float:left;	}
	#navigation a {						display:block; padding:6px 10px; text-decoration:none;	}
	#navigation a:hover{				text-decoration:underline; padding:6px 10px; }
	#navigation li { 					float:left; width:auto;	}
	#navigation li{						padding:0; margin:0; }
	#navigation li ul li{				padding:1px 0px;}
	#navigation li ul li a{				padding:6px 10px; width:110px; }
	#navigation li ul { 				position:absolute; padding-top:1px; width:130px; left:-999em; }
	#navigation li ul ul {				margin: -1.5em 0 0 130px;	}
	
	#navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li.sfhover ul ul, #navigation li.sfhover ul ul ul {	left: -999em;	}
	#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, 
	#navigation li.sfhover ul, #navigation li li.sfhover ul, #navigation li li li.sfhover ul { left: auto;	}


/* ------------------------------------------------------------------------------------
STRUCTURE					 */

	#container{
		overflow:hidden;
		font-size:1.5em;
margin-left: auto;
margin-right: auto;
margin-top: 5%;
width: 790px;	
}
	#header{
		height:40px;
		margin-bottom:20px;
		border-bottom:1px solid #666;
}
	#footer{
		height:60px;
		clear:both;
	font-size: 11px;
	padding-top: 10px;
	background: url(../images/footbg.gif) no-repeat 0 33px;
}

	#footer p{
	background-image: none;
}
	#content{
		height:415px;
}
	#copy{
		width:320px;
		height:415px;
		float:left;
		position:relative;
		
}
	#topcopy{
		width:320px;
		height:290px;
		position:relative;
		border-bottom:1px solid #666;
		
}

	#contact{
		width:320px;
		height:125px;
		position:relative;
	}
	#photos{
		width:450px;
		height:415px;
		float:right;
		background-color:#C63;
		position:relative;
}


/* ------------------------------------------------------------------------------------
CUSTOM						 */


#logoR{
	float:right;	
}

 #sig{
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
}

#contact{
	padding-top: 5px;
}

.tel{
	color: #996633;	
	margin-top: -15px;
}

.email{
	color: #996633;	
	margin-top: -15px;
}











