@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;
}

/*scrolling news text */

#newsticker-demo {
width:165px;
font-family:Verdana,Arial,Sans-Serif;
font-size:11px;
}

.newsticker-jcarousellite ul {
margin: 0px;
padding: 0px;
}
#newsticker-demo a { text-decoration:none; }
#newsticker-demo img { border: 1px solid #FFFFFF; }
.newsticker-jcarousellite { width:165px; }
.newsticker-jcarousellite ul li{ list-style:none; display:block; padding-bottom:1px; margin-bottom:5px; }
.newsticker-jcarousellite .thumbnail { float:left; width:40px; }
.newsticker-jcarousellite .info { float:right; width:120px; }
.newsticker-jcarousellite .info span.cat { display: block; font-size:10px; color:#808080; }

.clear { clear: both; }


