/* commented backslash hack v2 \*/ 
html, body {
	height: 100%;
	} 
/* end hack */ 


body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	/* background: #fff url('structure_imgs/background.gif') bottom left repeat-x; */
	background: #fff;
	font: 11px tahoma, arial, verdana, serif;
	}

#parent {
	width: 726px;
	min-height: 100%;
	margin: 0 auto;
	margin-bottom: -21px;
	position: relative;
	text-align: left;
	background: #fff;
	}
	
/* commented backslash hack v2 \*/ 	
html > body#parent { height: 100%; }
/* end hack */ 

#parent h1 { 
	width: 725px;
	height: 145px;
	margin: auto;
	padding: 0;
	text-indent: -5000px;
	background: transparent url('structure_imgs/banner.png') top left no-repeat; 
	}
	
#breadcrumbs { 
	width: 726px;
	margin: -18px auto 0 auto;
	padding: 0 15px;
	color: #fff;
	font-weight: bold;
	}
	
#breadcrumbs a {
	color: #fff;
	margin: 0 15px; 
	text-decoration: none;
	}
	
#breadcrumbs a:hover { 
	text-decoration: underline;
	}
	
#left { 
	float: left;
	position: relative;
	width: 135px;
	padding: 0 5px 0 0;
	}
	
#left ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: 10px verdana, sans-serif;
	}
	
#left ul li {
	height: 16px;
	}
	
#left ul li#active a { 
	font-weight: bold;
	color: #a20000;
	}
	
#left ul li a {
	margin-left:  10px 4px 4px 4px;
	padding-left: 10px;
	color: #555;
	text-decoration: none;
	}
	
#left ul li a:hover { 
	background: url('structure_imgs/arrow.gif') center left no-repeat;
	font-weight: bold;
	color: #333;
	}
	
#left p {
	margin: 0;
	margin-right: 15px;
	padding: 0;
	text-align: center;
	color: #8f8f8f;
	}
	
#content { 
	float: left;
	width: 585px;
	margin-top: 14px;
	}
	
#content #center { 
	float: left;
	width: 405px;
	padding-top: 20px;
	padding-right: 10px;
	}

#center #announcements {
	height: 165px;
	background: url('structure_imgs/announcements.jpg') 3px 0px no-repeat;
	}
	
#announcements h5 {
	margin-top: 25px;
	padding-top: 25px; 
	padding-bottom: 5px; 
	padding-left: 10px;
	}   
	
#announcements p {
	margin-top: -30px;
	padding: 29px 14px;
	padding-right: 18px;
	}
	
#center p {
	text-align: justify;
	text-indent: 10px; 
	margin: 10px 0;
	}  
	
#center .text {     
	display: block;
	width: 100px;
	} 
	
#center form input[type="text"], #center form input[type="select"] {
	border: 1px solid #318231;
	font: 10px verdana, sans-serif;
	}	
	
#content #right {
	float: left;
	padding-top: 20px;
	width: 170px;
	}	
	
#right #recipe {
	width: 165px;
	height: 127px;
	padding: 5px;
	padding-left: 0;
	text-align: center;
	background: url('structure_imgs/recipebg.gif') top left no-repeat;
	}
	
#right p {
	margin-top: 5px;
	padding-right: 7px;
	text-align: justify;
	text-indent: 10px;
	}
	
#right hr {
	height: 1px;
	border: 0;
	margin-right: 7px;
	background-color: #000;
	}
	
#recipe img {
	margin: 0 auto;
	display: block;
	}
	
#recipe h4 {
	margin: 0;
	margin-top: 5px;
	padding: 0;
	text-align: center;
	color: #FC18FF;
	font: bold 11px tahoma, sans-serif;
	}
	
#recipe h4 a {
	color: #FC18FF;
	}
	
#recipe p {
	padding: 0 8px;
	font-size: 10px;
	text-align: justify;
	text-indent: 10px;
	}
	
#recipe a:hover {
	color: #f00;
	}
	
#clearfooter {
	height: 27px;
	width: 100%;
	clear: both;
	}

#footer { 
	width: 100%; 
	height: 21px;
	position: absolute;
	bottom: 0px;
	clear: both;
	margin: 0 auto;   
	background: transparent url('structure_imgs/footer.png') top left no-repeat;
	text-align: center;
	color: #fff;
	}
	
#footer p {
	margin: 0;
	padding: 4px; 
	font-weight: bold;
	}

#footer p a {
	color: #fff;
	margin-left: 15px;
	font-weight: 800;
	text-decoration: none;
	}
	
#footer p a:hover { 
	color: #ccc;
	}
	

