body {
	text-align: center;
}

#container {
	display: table;
	width: 750px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: left top;
}


h1 {
	margin: 8px 0px 0px 0px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	color: #E7B403;
	letter-spacing: 2px;
	padding-bottom: 3px;
	border-bottom: 1px #777777 solid;
	font-weight: bold;
}

h2 {
	margin: 8px 0px 0px 0px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	color: #80AA11;
	letter-spacing: 4px;
	padding-bottom: 3px;
	text-align: left;
}

/* Header and Navigation Menu */

#header {
	width: 750px;
	height: 116px;
	float:right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	background-image: url(../images/containerChefs2.jpg);
}

#nav {
	clear: both;
	text-align: left;
	width: 750px;
	height: 22px;
	border-top: 4px #333333 solid;
	border-bottom: 4px #333333 solid;
	background-color: #F2D555;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li {
	margin: 0;
	float: right;
}

#nav a {
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 2px 10px 0px 10px;
	color: #666666;
	text-decoration: none;
}

#nav a:hover {
	color: #464646;
}



/* News Updates Column */

#newsupdate {
	width: 220px;
	float: left;
	border-right-width: 14px;
	border-right-style: solid;
	border-right-color: #006699;
	padding-right: 10px;
}


#newsupdate p {
	margin: 0;
	padding-left: 3px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #505050;
}

.newstitle {
	margin-top: 8px;
	width: 214px;
	text-align: left;
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #80aa11;
	float: left;
}

.newstitle span {
	color: #666666;
}

.date {
	width: 220px;
	float: left;
	margin-top: 7px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6A6A6A;
}

/* Welcome Message IMG+TEXT */

.rightcontainer {
	width: 500px;
	float: right;
	border-left-style: none;
}

#welcome {
	width: 475px;
	height: 175px;
	border-bottom: 1px #ccc solid;
	background: url(../images/chefs.jpg) no-repeat right bottom;
}

#adminWelcome {
	width: 480px;
	height: 40px;
	padding: 18px 0px 10px 30px;
	border-bottom: 1px #ccc solid;
	background: url(../images/welcome.jpg) no-repeat left top;
	text-align:left;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 36px;
	color:#FFFFFF;
}

/* Webpage Content */

#content {
	margin-top: 10px;
	padding-left: 4px;
	width: 500px;
	float: right;
}

#content h2 {
	margin: 8px 12px 0px 0px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 18px;
	color: #fff;
	letter-spacing: 4px;
	text-align: left;
	float:left;
	background: url(../images/yellow-shape.jpg) no-repeat left top;
	padding: 8px 3px 3px 8px;
	height: 70px;
}

#content h3 {
	width: 300px;
	text-align: left;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #FFFFFF;
	float:left;
	margin: 0;
	background: url(../images/green-shape.jpg) no-repeat;
	height: 40px;
	padding: 6px;
}

#content p {
	margin: 0;
	text-align: left;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 14px;
}

/* images in content if you want - align left or right;
 ex: <img src="blah.jpg" class="left" /> */
 
#content .left {
	float: left;
}

#content .right {
	float: right;
}

/* Footer */

#footer {
	float: left;
	margin-top: 10px;
	padding-top: 3px;
	width: 750px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border-top-width: 14px;
	border-top-style: solid;
	border-top-color: #006699;
}

#footer a {
	color: #80aa11;
}

#footer a:active, a:visited {
	color: #80aa11;
}

#footer a:hover {
	color: #666666;
}

.classTitle {
	margin-top: 8px;
	width: 175px;
	text-align: left;
	padding-left: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #80aa11;
	float: left;
}

.classTitle span {
	color: #666666;
}
.ruby {
	color: #993366;
}
