body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
}
#container {
	background-color: #418ECD;
	background-image: url(/assets/images/bg.gif);
	background-repeat: no-repeat;
	height: 600px;
	width: 754px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #000000;
	padding: 0;
	background-position: -2px;
	overflow: hidden;
}
#navbar {
	background-image: none;
	height: 96px;
	position: relative;
}
#main {
	height: 520px;
	width: 100%;
	overflow: hidden;
}
#slideshow {
	width: 325px;
	height: 536px;
	float: left;
	margin: 0;
}
#logo {
	float: left;
	width: 428px;
	background-color: #FFFFFF;
	background-image: url(/assets/images/alharrisonco.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 60px;
}




#intro {
	background-color: #6B9A13;
	width: 360px;
	color: #FFFFFF;
	height: 260px;
	text-align: justify;
	padding: 12px 16px 12px 16px;
	line-height: 150%;
	float: left;
	margin: 0 16px 0 16px;
	overflow: auto;
}
#recipe {
	background-repeat: no-repeat;
	background-color: #FD1C14;
	margin-left: 16px;
	width: 240px;
	float: left;
	background-image: url(/assets/images/recipe-bg.gif);
	margin-right: 12px;
	padding: 0px;
	color: #000000;
	font-size: 9px;
	line-height: 10px;
	height: 170px;
	overflow: hidden;
}
#recipe a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#recipe a:hover {
	color: #FCFC7B;
	text-decoration: underline;
}
#recipe a:visited {
	color: #FFFFFF;
	text-decoration: none;
}


#update {
	height: 170px;
	width: 140px;
	background-color: #FCFC7B;
	float: left;
	text-align: left;
	font-size: 9px;
	line-height: 10px;
	overflow: hidden;
	background-image: url(/assets/images/update-bg.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#update a:link {
	color: #0000FF;
	text-decoration: none;
}
#update a:visited {
	color: #0000FF;
	text-decoration: none;
}
#update a:hover {
	color: #FD1C14;
	text-decoration: underline;
}


.padding {
	padding: 4px;
}
#footer {
	width: 754px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 60px;
}
#marqueecontainer{
	position: relative;
	width: 120px; /*marquee width */
	height: 100px; /*marquee height */
	overflow: hidden;
	padding: 2px;
	padding-left: 2px;
}
