/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:20px;
	background-color: #FFFFFF;
	color: #333333;
	text-align: center;
	margin-top: 10px;
	}

	body a {
		color: #666666;
		text-decoration: none;
	border-bottom: 1px solid #FDC99B;
		}
		
	body a:hover {
		color: #333333;
		}


#pgcontainer {
	margin: auto;
	width:780px;
	border: 1px solid #A9977F;
	background: url(../images/site-elements/frame-middle.gif) repeat-y;
	}

#top {
	width: 780px;
	height: 95px;
	background-image:url(../images/site-elements/topbanner.jpg);
	}


#nav {
	width: 780px;
	height: 30px;
	background-color: #FFE19B;
	text-align: center;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-size: 14px;
	}

	#nav  .padding {
	padding: 0px;
	padding-top: 5px;
	}	

	#nav  a {
	padding: 8px;
	color: #666666;
	text-decoration: none;
	border: none;
	}

	#nav  a:hover {
	text-decoration: none;
	color: #333333;
	background: url(../images/site-elements/buttonback.jpg) no-repeat center;
	}

	#nav  a:active {
	background: url(../images/site-elements/buttonback.jpg) no-repeat center;
	text-decoration: none;
	}

/*sections for background frame effect all content goes into the "middle middle" division*/
#middle .top {
	background-image: url(../images/site-elements/frame-top.gif);
	height: 40px;
	}

#middle .middle { /*all content falls in this area*/
	background-image: url(../images/site-elements/frame-middle.gif);
	}

#middle .bottom {
	background-image: url(../images/site-elements/frame-bottom.gif);
	height: 40px;
	clear: both;
	}


/*content styles. elaboration of middle middle section*/
#pagetitle {
	height: 65px; 
	font-size: 20px;
	letter-spacing: 2px;
	color:  #444444;
	text-align: left;
	}

#pagetitle .padding {
	padding-left: 60px;
	padding-top: 10px;
	padding-bottom: 0px;
	}

#subnav {
	width: 250px;
	float: left;
	text-align: left;
	border-right: 1px solid #999999;
	color: #666666;
	font-size: 14px;
	letter-spacing: 2px;
	}

#subnav .padding {
	padding-left: 60px;
	}

#subnav .padding p {
	padding: 0px;
	padding-bottom: 5px;
	margin: 0px;
	}

#subnav a {
	text-decoration: none;
	border: none;
	padding-bottom: 2px;
	color: #666666;
	}

#subnav a:hover {
	color: #333333;
	border-bottom: 1px solid #FDC99B;
	}

#subnav a:active {
	}

		#low-content { /*formatting for content column in low content pages, e.g. contact us, about us*/
			margin-left: 320px;
			text-align: left;
			}
		
		#low-content .padding {
			padding: 0px;
			padding-right: 60px;
			}

		#classes-content { /*formatting for content column in class pages*/
			margin-left: 290px;
			text-align: left;
			}
		
		#classes-content .padding {
			padding: 0px;
			padding-right: 60px;
			}

		#cakes-blurb { /*formatting for cakes intro page blurb only*/
			margin-left: 290px;
			text-align: left;
			}

		#cakes-blurb .padding {
			padding: 0px;
			padding-right: 60px;
			}


#left {
	float: left;
	width: 280px;
	text-align: left;
	}

	#leftcake {
	float: left; 
	width: 250px;
	text-align: left;
	}

#left .padding {
	padding-left: 60px;
	}



#footer {
	margin: auto;
	height: 100px;
	width: 800px;
	background: url(../images/site-elements/footer-bk.gif) repeat-y;
	color: #999999;
	font-size: 80%;
	text-align: left;
	}

#footer .padding {
	padding: 25px;
	padding-top: 5px;
	}

#footer .mm {
	float: right;
	}

#footer a {
	color: #999999;
	text-decoration: none;
	}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}


.stress {
	font-weight: bold;
	}

.stress-blue {
	font-weight: bold;
	color: #0067AB;
	}

.left-indent {
	margin-left: 30px;}

.about {
	font-size: 10px;
	line-height: 14px;}

.top-pad {
	padding-top: 12px;
	}

.logo {
	text-align: right;
	float: right;
	}

.float-right {
	float: right;
	text-align: right;
	}

.float-right .pad {
	padding: 0px;
	padding-left: 15px;
	padding-bottom: 5px;}


.thumb-break {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.thumb-container {
	padding: 0px;
	margin: 0px;
	width: 440px;
	text-align:center;
  }

		.thumb-container a {
			text-decoration: none;
			border: 0px;
		  }
		
		.thumb-container a:hover {
			color:#FF6666;
			text-decoration: none;
			border: 0px;
		  }


.thumb {
	float: left;
	line-height: 16px;
	height: 180px;
	}

.thumb .space {
	padding: 10px;
	padding-bottom: 15px;
	padding-top: 0px;
	}


.inline {
	float: left;
	height: 140px;
	}

.inline-blurb {
	margin-left: 140px;
	line-height: 16px;
	font-size: 11px;
	}

.inline-blurb p {
	margin-top: 3px;
	padding-top: 0px;
	}

.inline-blurb .title {
	color: #FF6666;
	font-weight: bold;
	}

.left-align {
	text-align: left;
	}

.pink {
	color: #FF6666;
	}

.small {
	font-size: 80%;
	letter-spacing: 0px;
	line-height: 14px;
	}
	
	a.nounderline, a..nounderline:hover, {
	border: none;
	text-decoration:none;
	}