/*
*	ZL Production
*	Stylesheet
*
*/

body {
	background: url(img/bgsite.jpg) top left repeat-x #000;
	margin: 0;
	padding: 0;
}

a {
	border: 0;
}

img {
	border: 0;
}

#wrapper{
	width: 1100px;
	height: 880px;
	background: none;
	position: relative;
	margin: auto;
}

#wrapper2 {
	margin: auto;
	position: relative;
	width: 1100px;
	height: 100%;
}

#header {
	height: 150px;
	padding: 15px 0 0 0;
	float: left;
	clear: both;
	display: block;
	width: 1100px;
}

#left {
	background: none;
	position: relative;
	float: left;
	display: block;
	width: 380px;
	height: 626px;
	margin: 0 10px 0 0px;
	padding: 0 0 0 12px;
	clear: none;
	border-left: 1px solid #000;
}

#center {
	background: none;
	position: relative;
	float: left;
	display: block;
	width: 380px;
	height: 626px;
	margin: 0 0px 0 0px;
	padding: 0 0 0 12px;
	clear: none;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

#right {
	background: url(img/photos.png) bottom left no-repeat;
	position: relative;
	float: left;
	display: block;
	width: 280px;
	height: 626px;
	margin: 0 0px 0 10px;
	padding: 0 0 0 12px;
	clear: none;
}

#footer {
	float: left;
	margin: 40px 0 0 0;
	height: 70px;
	clear: both;
}
