@charset "UTF-8";
/* CSS Document */

#featured-area {
  clear:both;
  height:480px;
  background:url(../images/slideview-1.png) no-repeat 0 0;
}
#description {
  width:290px;
  height: 367px;
  margin: 100px 5px 0 5px;
  float:right;
}
#description p {
	color: #000000;
	font-family: "Comic Sans MS";
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
}
#title{
	width: 820px;
	height: 70px;
	margin: 20px 0px 0 13px;
	float:left;
}
#title p {
  font:bold 15px/32px Comic Sans MS;
  color: #000000;
}
#preview {
  width:820px;
  margin: 26px 13px 0px 13px;
  float:left;
}
