/* CSS Document - Cake Sale Redesign*/

body {
background-color: #fff;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
}

/* LAYOUT DIVS */

#wrap {
	margin:auto;
    width:750px;  
    background-color:#fff; 
} 


#header {
width: 750px;
height: 120px;
background-color: #fff;
padding: 0px;
}

#navbar {
width: 750px;
height: 30px;
background-color: #fff;
padding: 0px;
padding-bottom: 15px;
clear: both;
}

#content {
    width:340px; 
	text-align: left;
    background-color:#fff; 
    float:left; 
    padding:3px; 
} 

#content_fullwidth {
	width: 750px;
	text-align: left;
	background-color:#fff; 
	clear: both;
    padding:3px; 
	}

#content_2colsleft {
	width: 580px;
	float: left;
	text-align: left;
    background-color:#fff; 
    float:left; 
    padding:3px; 
}

#leftside { 
    float:left;  
    width:205px;
	margin-right:14px;
	background-color:#fff; 
	text-align: left;
} 
#rightside { 
    float:right;  
    width:150px;
	background-color:#fff;
	text-align: left;
}

#footer {
	clear: both;
	width: 750px;
	background-color: #fff;
	border-top: 1px solid #ccc;
	padding: 3px;
	margin-top: 5px;
	}
	
	
	/* NAVIGATION BAR FORMATTING */


dl#navbar { 
list-style-type: none; 
padding: 0;
margin: 0;
float: left;
width: 100%;
margin-top: 5px;
}

dl#navbar dt 
{ display: inline;
font-size: 13px; 
font-family: verdana;
list-style-type: none; 
font-weight: bold;
}

dl#navbar dt a
{
float: center;
color: #333;
background-color: #fff;
padding-left: 11px;
padding-right: 10px;
padding-top: 4px;
padding-bottom: 2px;
text-decoration: none;
text-transform:uppercase;
font-weight: bold;
}

dl#navbar dt a:hover
{
color: #99cc00;
font-weight: bold;
}


	/* TEXT FORMATTING */
	
	body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-color: #333;
	}
	
	h1 {
	font-size: 12px;
	font-weight: bold;
	text-transform:uppercase;
	}
	
	h2 {
	font-size: 11px;
	font-weight: bold;
	}
	
	#footer p {
	color: #666;
	}


  .bannercode {
	font-size: 11px;
	height: 60px;
	width: 250px;
	font-family: Tahoma;
}

/* LINK FORMATTING */


a { color: #000; font-weight: bold; text-decoration: underline; font-size: inherit;}
a:visited { color: #000; font-weight: bold; text-decoration: underline; font-size: inherit;}
a:hover, a:active { color: #9c0; font-weight: bold; text-decoration: underline; font-size: inherit;}