/********************************************
   AUTHOR:  			Erwin Aligam
            			Thomas Noirez
   WEBSITE:   			http://www.styleshout.com/
********************************************/


/********************************************
   LAYOUT
********************************************/
#wrap {
	position: relative;
	width: 1200px;
	background: #FFFFFF url(content.png) repeat-y center top;
	margin: 0 auto;
	text-align: left;
}

#top-bg {
	width: 1200px;
	z-index: 2;
}

#content-wrap {
	width: 1180px;
	margin: 0px auto;
}

#header {
	width: 1200px;
	height: 122px;	
}




#imageBandeauContainer {
	border-top: solid #FFFFFF;
	border-bottom: solid #FFFFFF;
	clear: both;
	height: 100px;
	width: 1180px;
	margin: 3px 0 -3px 10px;
	padding: 0;
}

#nav1 {
	height: 40px;
	margin: 6px auto 2px;
	width: 1180px;
	text-align: center;
	background: transparent url("menu.png") repeat-x top left;
}



#main {
	float: left;
	width:  950px;
	padding: 0 0 0 0;
	margin: 0px 0px 0px 0px;
	display: inline;
	min-height: 400px;
}

#sidebar {
	float: right;
	width:  230px;
	padding: 0px;
	margin: 5px 0 0 0;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #666666;
}


#footer-wrap {
	clear: both;
	width: 1200px;
	font-size: 95%;
	text-align: left;
	padding: 15px 0;
	background: url(footer-bottom.png) no-repeat center bottom;
}
#footer-bottom {
	clear: both;
	margin: 0 auto;
	width: 1180px;
	padding: 0;
	text-align: center;
}

