/*////////////////////////////////////////////////
//
//		Beautysalon Experience
//
//		Copyright 2008-2009 Iain van der Wiel
//
////////////////////////////////////////////////*/

/* Settings
////////////////////////////////////////////////*/

*						{border:0; margin:0; padding:0;}
html					{background:#402c1b url(images/bg.jpg) top center repeat-x; 
						 font-family:Century Gothic, Arial, Helvetica, sans-serif; font-size:12px; color:#fff; list-style:none;}
body					{background:url(images/bloem-bg.jpg) bottom right no-repeat;} 
h1						{padding-bottom:2px; border-bottom:#fff 2px dotted; margin-bottom:5px; font-size:22px;}
h2						{padding-bottom:5px; font-size:18px;}
h3						{margin-bottom:5px; font-size:15px;}
.left					{float:left;}
.right					{float:right;}
a						{color:#fff;}

/* Wrapper
////////////////////////////////////////////////*/
#wrapper				{width:990px; margin:0 auto; position:relative;}


/* Header
////////////////////////////////////////////////*/
#header					{height:147px; background:url(images/logo.png) 43px 20px no-repeat;}

/* Nav
///////////////////////////////////////////////*/
#nav					{position:absolute; background:#fff; width:600px; height:61px; border:#332415 1px solid; 
						 top:114px; left:195px; text-align:center;}
	#menu					{padding-top:22px;}
		#menu li				{display:inline; padding-left:30px;}
		#menu li:first-child	{padding-left:0;}
			#menu li a				{font-size:16px; font-weight:bold; color:#402c1b; text-decoration:none;}
			#menu li a:hover		{text-decoration:underline;}

/* Content
///////////////////////////////////////////////*/
#content				{background:#66462b; padding:43px; min-height:500px; text-align: justify; overflow:hidden; 
						 border-bottom:1px #fff solid; margin-bottom:30px;}
	#content>p				{width:585px;}
	#content #fotobox		{float:right; width:300px;}
	#content #fotobox img		{padding-top:3px; margin-bottom:20px;}
	#bottomboxes			{margin-top:15px; border-top:2px #fff dotted; padding-top:15px; height:221px; clear:both;}
		#bottomboxes .box		{float:left; width:270px; height:215px; padding:3px 15px; overflow:hidden; border-left:1px #fff solid;}
		#bottomboxes .box:first-child	{border:0;}
			#content ul	{padding-left:25px;}