@charset "utf-8";
/* CSS Document */
body{
	margin:0px auto;
	background-color: #CCCCCC;
}
.main{
	margin: 0px auto;
	width:930px;
	height:auto;	
	display:block;
	background-image:url(../images/slice.jpg);
	background-repeat:repeat-y;
}
.header{
	width:930px;
	height:150px;
	float:left;
	position:relative;
	background-image: url(../images/header.jpg);
	padding-top: 20px;
}
.navigation{
	width:930px;
	height:41px;
	float:left;
	position:relative;
	background-image: url(../images/navback.jpg);
}
.content{
	width:930px;
	height:auto;
	float:left;
	position:relative;
	background-image: url(../images/slice.jpg);
	background-repeat: repeat-y;
}
.textarea{
	width:594px;
	height:auto;
	float:left;
	position:relative;
	padding-left: 30px;
	padding-right: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.right{
	width:266px;
	height:auto;
	float:left;
	position:relative;
}
.unique{
	width:266px;
	height:301px;
	float:left;
	position:relative;
	background-image:url(../images/image01.jpg);
}
.display{
	width:204px;
	height:auto;
	float:left;
	position:relative;
	padding-left: 32px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
}
.contact{
	width:266px;
	height:135px;
	float:left;
	position:relative;
	background-image:url(../images/contact.jpg);
}
.image{
	width:266px;
	height:163px;
	float:left;
	position:relative;
	background-image:url(../images/right_fridge.jpg);
}
.footer{
	width:900px;
	height:48px;
	float:left;
	position:relative;
	background-image: url(../images/footer.jpg);
	background-repeat: repeat-y;
	padding-left: 30px;
}
.style1 {color: #9B0000}
.style2 {color: #970601}