@charset "utf-8";
body  {
	font: 90% "Century Gothic", sans-serif;
	background: url(../images/bg.jpg) repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #003366;
}

.cake #container {
	width: 850px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
} 
.cake #header {
	padding: 0 10px;  
	height: 171px;
	background-image: url(../images/topheadtagline.png);
	background-repeat: no-repeat;
	background-position: center top;
	/*behavior: url(iepngfix.htc);*/
} 

.cake #header h1 {
	margin: 0; 
	padding: 10px 0; 
}

.cake #sidebar1 {
	float: left;
	width: 12em; 
	padding: 15px 0; 
}
.cake #sidebar1 h3, .cake #sidebar1 p {
	margin-left: 10px;
	margin-right: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: center;
}


/*- Navigation --------------------------- */


.cake #navigation {
	width:auto;
	text-align: left;
	padding: 0px;
	margin: 0px;
	background-position: left;
	float: none;
	font-size: 0.8em;
}
.cake #navigation ul {
	list-style:none;
	float: left;
	clear: none;
	padding-right: 20px;
	width: 107px;
}
.cake #navigation li a {
	height: 38px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 38px;
	text-decoration: none;
	margin-bottom: 0px;
	margin-right: 4px;
	width: 107px;
        }

.cake #navigation li a:link, #navigation li a:visited {
	color: #006699;
	display: block;
	background:  url(../images/menucakep.png) no-repeat 0px top;
	padding: 8px 0 0 15px;
	height: 29px;
        }

.cake #navigation li a:hover, #navigation li #current {
	color: #003366;
	background:  url(../images/menucakep.png) no-repeat 0 -37px;
	padding: 8px 0 0 15px;
	height: 29px;
        }

.cake #navigation p {
	color: #003366;
	
        }	

					
		
/*- Main Content --------------------------- */

.cake #mainContent {
	margin: 0 0em 0 13em;
} 
.cake #mainContent h1 {
	color:#993366;
	font-size: 1.2em;
}
.cake #container #mainContent #mainpics {
	height: 356px;
	width: 658px;
	background-image: url(../images/homecakecats.png);
	background-repeat: no-repeat;
}

.cake #footer {
	padding: 0 10px;
	background-color: #CD6393;
	background-image: url(../images/footerbg.gif);
	background-repeat: repeat-x;
	background-position: top;
} 
.cake #footer p {
	margin: 0;
	padding: 10px 0;
	font-size: 0.8em;
	color: #FFCCCC;
}
.cake #footer p a {
	color: #FFCC99;
}
.cake #footer p a:hover {
	color: #FFFF99;
}


/* Miscellaneous classes */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.cake #container #mainContent img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
