@charset "utf-8";
/* CSS Document */

body{
	margin:0px auto;
	background-color: #D2D2D2;
}
.main{
	width:899px;
	height:auto;
	background-image:url(../images/slice.jpg);
	background-repeat:repeat;
	display:block;
	margin:0px auto;
	overflow: visible;
}
.header{
	width:899px;
	height:156px;
	background-image:url(../images/header.jpg);
	float: left;
	position: relative;
}
.content{
	width:899px;
	height:auto;
	background-image:url(../images/slice.jpg);
	background-repeat:repeat-y;
	position: relative;
	float: left;
	overflow: visible;
}
.textarea{
	width:872px;
	height:auto;
	padding-left: 27px;
	position: relative;
	overflow: visible;
}
.left{
	width:590px;
	height:auto;
	float: left;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-right: 8px;
	overflow: visible;
}
.left2{
	width:861px;
	height:auto;
	float: left;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-right: 8px;
	overflow: visible;
}
.right{
	width:274px;
	height:auto;
	float: right;
	overflow: visible;
}
.image{
	width:872px;
	height:auto;
	position: relative;
	float: left;
	padding-left: 27px;
	overflow: visible;
}
.footer{
	width:899px;
	height:43px;
	background-image:url(../images/footer.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	text-align: center;
	padding-top: 10px;
	float: left;
}
.footer2{
	width:899px;
	height:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
	text-align: center;
	padding-top: 10px;
	background-color: #D2D2D2;
	float: left;
	overflow: visible;
}

