/* CSS Document */
#pateWrapper {
	left:165px;
	top:5px;
	width:900px;
	height:100%;
	z-index:2;
	background-color: #FFFFCC;
	border: thin solid #FFFFFF;
	margin-top: 5px;
	margin-left: 165px;
	
}
#patelogo{
	height: 150px;
	width: 820px;
	background-color: #FFFFCC;
	background-image: url(../pates_terrines/images/patelogo.gif);
	margin-right: auto;
	margin-left: auto;
}
#topContent{
	height: 550px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
.content{
	height: 160px;
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
.text{
	float: left;
	width: 400px;
	margin-top: 40px;
	padding: 10px;
}
.img{
	float: left;
	height: 150px;
	width: 200px;
}
#bottomContent{
	height: 360px;
	width: 720px;
	border: thin solid #73002E;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
}
.botcontainer{
	width: 650px;
	height: 160px;
	margin-right: auto;
	margin-left: auto;
}
.botimg{
	float: left;
	width: 200px;
	margin-left: 10px;
}
.botText{
	width: 380px;
	float: left;
	margin-left: 30px;
	margin-top: 20px;
}
.label{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	color: #73002E;
	background-color: #FFFFCC;
	clear: both;
	width: 210px;
	z-index: 5;
	position: relative;
	top: -15px;
	margin-right: auto;
	margin-left: auto;
}
