/* YUI CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

html { height: 100%; }
body { min-height: 100%; height: 100%; }

body {
	background: #fca429 url(images/site/background.png) repeat-x top left;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

#container {
	width: 800px;
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
}

#header {
	height: 52px;
}

#header img {
	border: none;
}
#wraper {
	background: url(images/site/container_back.png) repeat-y top;
	min-height: 100%;
}
#content {
	background: url(images/site/bubble_back.jpg) no-repeat top center;
	min-height: 100%;
}
#content p {
	font-size: 16px;
	color: #693900;
	padding-bottom: 5px;
}

#content h3 {
	font-size: 24px;
	font-weight: bold;
	color: #693900;
	text-shadow: 2px 2px  2px #b88f4e;
}

#cvet {
	padding: 15px 0 30px 0;
}

#gallery {
	width: 750 px;
	margin-left: 15px;
	padding-bottom: 20px;
	padding: 20px 0 20px 0;
}
.section {
	width: 250px;
	height: 250px;
	padding-right: 10px;
	float: left;
}
.last {
	width: 250px;
	height: 250px;
	padding: 0;
}

.clearer {
	clear: both;
}