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

#headerbar {
	height: 35px;
	width: 843px;
	background-color:#ffffff;
	border: thin;
	border-style:solid;
	color: #ffb636;
	margin-left: auto;
	margin-right: auto;
	overflow:hidden;
	}
	
#signup {
	height: 50px;
	width: 600px;
	float: left;
	position: relative;
	margin-top: -15px;
	paddin: 0px;
	overflow:hidden;
	}

#flashslideshow {
	width: 825px;
	height: 275px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	overflow:hidden;
	}

#videosection {
	position: relative;
	width: 380px;
	height: 310px;
	left: 10px;
	top: 20px; 
	float: left;
	}
	
#recipehead {
background: none;
color: #000000;
padding-left: 10px;
padding-right: 10px;
height: 35px;
background-image:url(../../images/header/recipeheader.gif);
background-repeat:no-repeat;
overflow: hidden;
background-position:left;
}

.insiderecipe {
border-left: 1px solid #C00000;
border-right: 1px solid #C00000;
background: #FFFFFF;
color: #000000;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
font: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;

}

.videoheader {
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background: #ffb636;
	display: block;
	}
	
#announcement {
	padding-top: 20px;
	height: 50px;
	background-image: url(../../images/banners/summer_cd_announce.gif);
	background-repeat: no-repeat;
	background-position: center;
	}

#news {
	width: 425px;
	height: 600px;
	position: relative;
	top: 20px;
	float: right;
	right: 10px;
	}
	
 .news {
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	height: auto;
	padding-bottom: 2em;
	
	}
	
 .news p {
 	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
 .news img {
 	padding-right: 10px;
	}

#recipe {
	width: 380px;
	margin-top: 20px; 
	margin-left: 10px;
	float: left;
	}
	
#featured_link {
	height: auto;
	margin-right: 10px;
	margin-left: 10px;
	float: right;
	border: solid;
	border-width:thin;
	border-color:#ffb636;
	font: Verdana, Arial, Helvetica, sans-serif;
	}

#logos {
	width: 380px;
	position: relative;
	padding-top: 10px;
	margin-top: 10px;
	margin-left: 10px;
	clear: both;
	float: left;
	}
	
.democontainer {
	height: 75px;
	width: 175px;
	display: block;
	border: thin solid #ffb636;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	padding: 3px;
	}
	
.article {
	width: 100%;
}

.article_container p {
	font-size=12px !important;
}

.article_container ul {
	display: block; !important
	list-style: square !important;
	list-style-position:outside !important;
}
	
