body {
	margin: 0;
	padding: 0;
}

#wrap {
	width: 950px;
	margin: 0 auto;
	background: url(../images/bg_body.gif) repeat-y;
}

#top {
	height: 111px;
	background: #fff url(../images/logo.gif) repeat-y;
	border-right: 1px solid #d0dfd6;
}

#top2 {
	height: 100px;
	background: #fff url(../images/bg_top.gif) repeat-y;
	border-right: 1px solid #d0dfd6;
}

#left {
	width: 211px;
	float: left;
}

#content .pad {
	padding-top: 2em;
}

#content, #content_prod, #content_home {
	margin-left: 300px;
	margin-right: 20px;
}

#content_prod {
	background: url(../images/bg_tiras.jpg) no-repeat right 100px;
	padding-right: 1.5em;
}


#footer {
	clear: both;
	background: url(../images/bg_footer.gif) no-repeat;
	height: 28px;
}