/* CSS Document */

/* 
	Cordon Bleu To Go page styles	
	Author: Alex Hoare http://www.zedmedia.org
	Table of Contents:	
		layout
		typography
		png fix
*/
/* @group Layout */
body {
	background-color: #e7f2ff;
	overflow: -moz-scrollbars-vertical;
	color: #2e3237;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	margin: 0px 0 0;
	padding: 0;
	}
html {
/* Force Vertical Scrollbar *//* IE */
	overflow-y: scroll;	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}
#content{
	position: static;
	width: 650px;
	max-width: 650px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}
#news {
	width: 450px;
	margin-left: 100px;
	text-align: left;
	position: relative;
	margin-top: 20px;
	border-top: 1px solid #c5d2e5;
	border-bottom: 1px solid #c5d2e5;
	padding: 0 10px;
	background-color: #edf4ff;
	height: 150px;
}
#footer{
	position: static;
	bottom: 0;
	width: 671px;
	height: 50px;
	background-color: #3AD6C5;
	text-align: center;
	margin: 0px auto;
	vertical-align: 50%;
	padding-bottom: 10px;
	}

/* @end */
/* @group Navigation */
div#content ul {
	margin-left: 90px;
	font-size: 1.3em;
	margin-top: 24px;
}
div#content ul li {
	display: inline-block;
	float: left;
	list-style-type: none;
	padding: 5px;
	margin: 0 auto;
}
/* @end */
/* @group Type */
a:link, a:visited {
	font-weight: normal;
	color: #2E3237;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #910000;
	text-decoration: underline;
}
div#news p {
	font-size: 1.4em;
}
div#news .ros {
	font-style: italic;
	font-size: 2em;
	color: #851214;
}
div#news .date {
	font-style: italic;
	color: #851214;
	display: inline;
}
div#content div#news ul {
	margin: 0;
}
div#content div#news ul li{
	display: inline-block;
}
div#news p {
	display: block;
	float: left;
	clear: left;
}
h2 {
	font-style: italic;
	text-decoration: underline;
	font-variant: normal;
}
/* @end */
/* @group PNG */
img {
	behavior: url(http://www.arc.zedmedia.org/styles/iepngfix.htc);
}
/* @end */