body { 
	margin: 0; 
	padding: 0; 
	background: #fff; 
	font: normal .7em Tahoma, Verdana, Arial, Helvetica, Sans-Serif; 
	line-height: 1.6em; 
}


/* LINKS AND HEADINGS STYLING */

a { color: #6E6E6E; background: inherit; }
a:hover { color: #e6e6e6 background: inherit; }
img {border: 0px;}
h1  { font: bold 2em "Trebuchet MS", Helvetica, Sans-Serif; margin: 0; color: #000; text-align: center;} 
background-color:transparent; }
h2  { font-size: 1.2em; font-weight: bold;}
h3 { clear: both; font-size: 1.1em; color: #000; background: #fff url(images/h3bg.gif) no-repeat center left; padding: 0 14px; margin: 0;}
.left {float: left; padding: 0px 5px 250px 0px;}
.logo { margin-top: 100px; vertical-align: top;}
.front{ margin-left: 5px;}
.collectie{ margin-left: 15px; margin-top: 5px;}
.image { float: left; border: 1px solid #e2e2e2; padding: 1px; margin: 0 15px 10px 0; }
.route {float: right; border: 1px solid #e2e2e2; margin-left: 8px;}
.year {font: "Trebuchet MS", Helvetica, Sans-Serif; color: #000;}


#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 765px;
	background: url("/path/to/your/background_cols.gif") repeat;
}

#header {
	margin: 0 0 15px 0;
	background: yellow;
}

#side_menu {
	float: left;
	width: 171px;
	margin-right: 20px;
}

#menu_left { 
		float: left;  
		margin: 400px 0 6px 0; 
		padding: 0 0 1px 0; 
	}
		#menu_left li { list-style: none; }
		#menu_left li a { 
			display: block; 
			color: #000; 
			width: 94px; 
			padding: 0px 10px 0px 10px; 
			margin: 0 0 1px 0; 
			font-weight: bold; 
			text-decoration: none; 
		}	
		#menu_left li a:hover { background: #000 no-repeat center left; color: #fff; }

#content {
	float: left;
	width: 560px;
	margin-top: 50px;
	text-align: justify;
}
#content_catwalk {
	float: left;
	width: 470px;
	padding-left: 20px;
	text-align: justify;
}

#footer {
	clear: both;
	background: #A2A2A2;
}

#slider ul, #slider li{
	margin:0;
	padding-left:0;
	list-style:none;
	}
#slider, #slider li{ 
	width:470px;
	height:440px;
	overflow:hidden; 
	
	}
span#prevBtn{float: left;}
span#nextBtn{float: right;}	
