/* CSS Document */

#cheeseWrapper {
	left:165px;
	top:5px;
	width:900px;
	height:100%;
	z-index:2;
	background-color: #FFFFCC;
	border: thin solid #FFFFFF;
	margin-top: 5px;
	margin-left: 165px;
}

#cheeselogo{
	height: 150px;
	width: 820px;
	background-color: #FFFFCC;
	background-image: url(../cheesecakes/images/cheeselogo.png);
	margin-right: auto;
	margin-left: auto;
}

.content{
	height: 440px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #73002E;

}
.botContent{
	height: 370px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #73002E;
	background-image: url(../cheesecakes/images/back_1.png);
	background-repeat: no-repeat;
	background-position: left 30px;
}

.img{
	height: auto;
	width: 350px;
	float: left;
	margin-left: 60px;


}
.botimg{
	height: auto;
	width: auto;
	float: left;
	margin-top: 35px;


}

