/* CSS Document */
body{
	background-color:#CCCCCC;
}

/*this is the main table on the page*/
.main{
	width: 810px;
	border: 8px solid #FFFFFF;
	margin: 0 auto;
}

/*this is the first box*/
.logo_header1{
	background-color: #000099;
	width: 200px;
	height: 205px;
}
/*this is box 2*/
.logo_header2{
	background-color: #000099;
	width: 400px;
	height: 205px;
}
/*this is the 3rd box*/
.logo_header3{
	background-color: #000099;
	width: 200px;
	height: 205px;
}

.divider{
	background-color:#FF0000;
	width: 100%;
	height: 4px;
}

.divider2{
	background-color:#FFFF66;
	width: 100%;
	height: 5px;
	font-size: 1px;
	border-bottom: 2px solid #FF0000;
}

#nav{
	background-color: #000099;
	width: 15%;
	color: #ffffff;
	font-weight: bold;
	vertical-align: top;
}

#nav ul {
	display: block;
	margin: 10px;
	padding: 0;
}
#nav ul li{
	list-style-type: none;
	line-height: 20px;
	background:url(../images/bakerynavdots.gif) repeat-x;
	background-position:bottom;
	padding: 5px;
}

#nav ul li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.content{
	background-color: #ffffff;
	width: 85%;
	padding: 10px 5px;
}

/*this is the style for the headers on the pages*/
.header{
	font: Bangle Wide, Georgia, Times New Roman, Times, serif;
	font-size:24px;
	font-weight:bold;
	color: #000099;
}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #ff0000;
}

/*this is the style for the paragraphs*/
.style2{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #000099;
	text-align: justify;
}

.style3{
	font-family: Lynda Wide;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #FF0000;
}
.style4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color: #000099;
	font-weight:bold;
	text-align: center;
}
.style5{
	font-family: Lynda Wide;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #000099;
}
.style6{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #000099;
	text-align: center;
}
.style7{
	font-family: Lynda Wide;
	font-size: 16px;
	font-weight: bold;
	text-align: justify;
	color: #000099;
}
.style8{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color: #000099;
	text-align: justify;
}

		
#footer{
	background-color: #000099;
	width: 800px;
	height: 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFF66;
	text-align: center;
}
	
	
	


