/* General Layout
================================== */
/* Zero down margin and padding on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
	font: 75%/1.6 Verdana, sans-serif;
	min-width:800px;
	background-image: url(../images/lt_green-circle.gif);
	background-repeat: repeat;
	background-position: 0px 0px;
}

.floatright {
	float:right;
}

.floatleft {
	float:left;
}

#header {
  height: 30px;
  background-color:#FFFFFF;
  padding: 5px;
}

#banner {
	height: 250px;
	background-color:#C85F30;
	padding: 0px;
	margin: 0px;
	background-image:url(../images/bg_index2.jpg);
	background-repeat: repeat-x;
}

#navigation {
  height: 20px;
  background-color:#cccc33;
  padding: 0px;
}

/* Main Content
================================== */

#mainContent blockquote {
	font-size: 12px;
	color: #666600;
	font-style: italic;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 0px;
}

#mainContent h1 {
	font-size: 20px;
	color: #CC6633;
	font-weight: bold;
}
#mainContent h2 {
	font-size: 14px;
	color: #CC6633;
	padding-top: 26px;
}

#mainContent ul {
	margin:0;
	padding:0;
}

#mainContent li {
	padding-left:25px;
	padding-right:10px;
	padding-top: 5px;
	padding-bottom: 0px;
	list-style-type: none;
	background-attachment: scroll;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 15px 10px;
}

/* TOP NAV
================================== */
#topnav {
	font-size: 10px;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
}
#topnav a {
	color: #333333;
	text-decoration: none;
}
#topnav a#home {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CC6600;
	padding-top: 5px;

}
#topnav a#contact {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999900;
	padding-top: 5px;
}

/* Secondary Content
================================== */

#secondaryContent h2 {
	font-size: 75%;
	font-variant: small-caps;
	color: #CC6600;

}

#secondaryContent h3 {
	font-size: 75%;
	color: #CC6600;

}

.recipe {
	font-size: 90%;
	color: #666600;
	line-height: 15px;
}

#secondaryContent h1, #leftColumn h1 {
	color: #CC6633;
	padding-left: 20px;
	background-image: url(../images/h1image.gif);
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	font-size: 16px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 22px;
	margin-bottom: 5px;
	padding-right: 5px;

}

/* Left Column
================================== */
#leftColumn p.date {
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
	color: #999933;
}

#leftColumn h2 {
	font-size: 75%;
	color: #CC6600;

}

#leftColumn p.newstitle {
	font-size: 13px;
	font-weight: bold;
	color: #CC6600;
}

/* Footer / Copyright
================================== */
#footer {
  background-color:#CCCC33;
  padding: 1px 20px;
}

.copy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.copyleft {
	float: left;
	padding: 5px 5px 5px 15px;
	width: 220px;
	background-color: #CCCC33;
	color: #FFFFFF;
	border-top: 5px solid #CCCC33;
	border-right: 5px solid #CCCC33;
	border-bottom: 5px solid #CCCC33;
	border-left: 5px none #CCCC33;
}
.copyright {
	padding: 5px 5px 5px 250px;
	background-color: #FFFFCC;
	color: #333333;
	border-top: 5px solid #CCCC33;
	border-right: 1px solid #CCCC33;
	border-bottom: 5px solid #CCCC33;
	border-left: 5px solid #CCCC33;
}

/* The Core Technique
================================= */

body {
  text-align: center; 
  min-width: 800px;
}

#wrapper {
  width: 95%;
  margin: 0 auto; 
  text-align: left;
  background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCC33;
	border-right-color: #999900;
	border-bottom-color: #999900;
	border-left-color: #CCCC33;
	padding:5px;
}


#leftColumn { 
  width: 23%;
  float: left;
}


#content { 
  width: 75%; 
  float: right; 
}

#mainContent {
	width: 66%;
	margin: 20 5 0;
	float: left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
	border-left-color: #999999;
	border-left-width: 1px;
	border-left-style: dashed;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 15px;
	padding-top: 20px;
} 
#secondaryContent {
	width: 31%;
	min-width: 10em;
	display: inline;
	float: right;
} 

#footer { 
  clear: both; 
}

/* add some padding to the contents in the left column and secondary content areas */

#leftColumn, #secondaryContent {
  padding-top: 20px;
  padding-bottom: 20px;
}

#leftColumn *, #secondaryContent * { 
 padding-left: 20px;
 padding-right: 20px;
}

#leftColumn * *, #secondaryContent * * { 
 padding-left: 0;
 padding-right: 0;
}

