body {
	font: 1.1em Arial, Helvetica, sans-serif;
	color: #004159;
	background: #005779;
	margin: 0;
	padding: 0;
}

a:link {

	color: #005779;
}
a:visited {
	color: #005779;
}
a:hover {
	color: #990000;
}
a:active {
	color: #005779;
}


#wrapper {
	background-color: #FFF;
	margin: 3px auto;
	padding: 3px;
	width: 754px;
	border: 1px solid #333333;
}
#header {
	padding: 0px;
	height: 210px;
	width: auto;
	margin-bottom: 3px;
}

#content {
	background: url(../cooking-classes/content-background.gif) no-repeat scroll left top;
	padding: 3px;
	font-size:.7em;
}

#content h1{
	font-size: 1.1em;
	font-weight: bold;
	margin: 5px 0 10px 0;
}

.framed {  /*used in images */
	padding: 2px;
	margin: 2px;
	background: #fff;
	border: 1px solid #333;
	float:left;
}

#footer {
	padding: 2px;
	clear: both;
	height: 40px;
	text-align:center;
	font-size: .6em;
}

#sidebar{
float:right;
width:220px;
}

#news{
	padding:2px;
	background:#fff;
	border:1px solid #333;
	font-size:0.95em;
	color:  #C05B21;
}

#news h4, #subscription h4, #clients h4{
font-size:1.4em;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align:center;
}

#news h4{
background: #004159;
color: #C05B21;
}

#subscription h4{
color:#004159;
background: #C05B21;
}

#subscription{
float:right;
width:200px;
padding:5px; 
background:#E6EEF0;
border:1px solid #333;
font-size:.9em;
margin:5px;
}

#clients{

}

#clients dt{
margin:2px 0 2px 5px;
padding-left:10px;
}

#testimonial {
font-style:italic;
float:right;
margin:5px;
width:200px; 
padding:5px;   
background:#005779; 
color:#fff ;
}

#menubg {
	background: #005779;
	height: 25px;
	width: auto;
}


/* ## calendar ###### */
#calendar td {
 border:1px solid #ccc ;
 padding: 2px;
 }
 
.calheader {
	font-weight: bold;
	color: #000;
	background: #999999;
}
.calsoldout {
	color: #000;
	background:#F583A3;
}

.pastdate {
background:#999999;
 }
