@charset "utf-8";

#HomeMain {
	width: 979px;
	height: 858px;
	background-image: url(../img/bg/home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#HomeFluid {
	background-image: url(../img/bg/home_fl.png);
	background-repeat: repeat-y;
	background-position: top;
	width: 989px;
}

#LeftNav {
	width: 75px;
	float:left;
	margin-top: 176px;

}
#HomeFooter {
background-image:url(../img/bg/home_fot.jpg);
background-repeat: no-repeat;
background-position: left top;
height: 160px;
}


#HomeContent {
	width: 673px;
	float:left;
}
#HomeHead {
	width: 683px;
	height: 177px;
}

#HomeContentCakes {
	width: 332px;
	height: 651px;
	overflow:hidden;
	float:left;

}

#HomeContentToppers {
	width: 332px;
	height: 651px;
	overflow:hidden;
	float:left;

}



#HomeRight {
float:left;
width: 180px;
margin-top: 177px;
}

#News {
	margin-top: 110px;
	padding-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 250px;
	width: 165px;
	overflow: hidden;

}
#News a:link, #News a:visited {
color: #7e2716;
}

.HomeContentText {
	padding: 10px;
	color:#660033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.HomeContentText a {
	color: #990000;
}