@charset "iso-8859-1";
/* CSS Document */

body {
	margin: 20px 0px 0px 0px;
	background: url(images/bg_body.jpg) repeat-x #ecd7c4;
	font: normal 14px arial;
	color: #555;
}

#top {
	width: 900px;
	height: 410px;
	margin: 0px auto;
}

#content {
	width: 820px;
	min-height: 482px;
	padding: 15px 40px 15px 40px;
	margin: 0px auto;
	background: url(images/content.png) repeat-y center top;
	overflow: hidden;
}

		#content h1 {
			font: bold 20px tw cen mt;
		}
		
		#content h2 {
			font: bold 16px tw cen mt;
		}

		#content p {
			text-indent: 25px;
		}
		
		#content #products {
			width: 150px;
			float: left;
			text-align: center;
			margin: 20px 40px;
		}
		
				#content #products img {
					margin-bottom: 5px;
				}
				
				#content #products b {
					color: #c00;
				}
		
#button {
	padding: 3px 8px;
	margin: 0px 10px;
}

#imput {
	border: solid 1px #ccc;
	font-family: arial;
}

.size {
	width: 250px;
}

#bottom {
	width: 900px;
	height: 25px;
	padding-top: 25px;
	margin: 0px auto;
	background: url(images/bg_bottom.jpg) no-repeat center top;
	font: bold 16px tw cen mt;
	color: #2f2923;
	text-align: center;
}

		#bottom a {
			text-decoration: none;
			color: #8a8a8a;
		}
		
		#bottom a:hover{
			color: #333;
		}
#brush {
	background-image: url(images/brush.jpg);
	background-repeat:no-repeat;
	background-position: center top;
}
