/* BODY AND CONTAINER */

		body {
			background: #f6d800;
			}

		#container {
			width: 700px;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 11px;
			line-height: 1.6em;
			color: #FFF;
			background: #e64722;
			border: 4px #deb59f solid;
		}
		
/* GENERAL STYLES */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #FFFFFF;
			margin-bottom: 30px;
			padding-left: 10px;
		}
		
		h2 {
			color: #6999c9;
			font-size: 20px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #1b2985;
		}
		
		h3 {
			color: #ffffff;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			
			
		}
		
		h4 {
			color: #bf5b44;
			font-size: 12px;
			font-family: Arial, Helvetica, sans-serif;
			
			
		}

		
		a {
			color: #8c5825;
			text-decoration: #8c5825;
		}

		a:hover {
			color: #566590;
			text-decoration: none;
		}

			
		
/* HEADER */

		#header {
			width: 700px;
			margin: auto;
			background: 30px url('../images/hudyakaHeader.gif') no-repeat;
			background-color: #e64722;
			height: 200px;
			padding-bottom: 10px;
			
 
}
		

/*underheader */
#underheader {
	width: 700px;
	height: auto;
	background-color: #8c5826; 
	padding-left: 10px;
	padding-top: 10px;
	Padding-bottom: 10px;
	float: left;
}

/*underheader2 */
#underheader2 {
	margin-left: auto
	width: 250px;
	height: auto;
	font-size: 12px;
	text-align: center;
	background-color: #8c5826; 
	padding-left: 25px;
	padding-top: 0px;
	float: left;
}

#frame {
	width: 680px;
	height: 150px;
	background-color: #dfaa86;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 1.1em;
	padding-bottom: 5px;
	text-align: center;
	text-decoration: none;
}	
#frame	a {
			color: #8c5825;
			text-decoration: none;
		}

#frame	a:hover {
			color: #566590;
			text-decoration: none;

	
}

#upperFrame {
	width: 446px;
	height: 75px;
	margin-bottom: 5px;
	border: none;
	margin-left: 125px;
	
}

#photo1 {
	width: 100px;
	heigth: 150px;
	margin-left: 115px;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
}

#photo2 {
	width: 100px;
	heigth: 150px;
	margin-left: 5px;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
}
#photo3 {
	width: 100px;
	heigth: 150px;
	margin-left: 5px;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
}
#photo4 {
	width: 100px;
	heigth: 150px;
	margin-left: 5px;
	float: left;
	margin-top: 5px;
	margin-bottom: 10px;
}

/* links above the logo  */
#links{ 
  width: 700px;
  height: 36px;
  font-size: 12px;
  text-transform: uppercase;
}

#links{text-align: right;}


#links a {text-decoration: none;}

#links a:hover {text-decoration: underline;}

}
		ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}

/* CONTENT */

		#content {
	width: 700px;
	background-color: #cc894d;
	border: 4px #deb59f solid;
	clear: none;
	
		}
		
		#content p {
			padding-bottom: 10px;
			border-bottom: 1px dashed #1b2985;
		}
		
		#content a {
			color: #66749A;
			text-decoration: none;
			border-bottom: 1px #1b2985 ridge;	
			font-weight: 500;	
		}
		
		#content a:hover{
			color: #566590;
			text-decoration: none;
			border-bottom: none;	
			font-weight: 500;	
		}

/* LEFTBAR */

		#leftbar {
			float: left;
			width: 50px;
			margin-left: 5px;
			
		}
	

/*rightbar */

#rightbar {
	
	width: auto;
	border: 4px solid #49431f;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 10px;
	background-color: #8c5826;
	float: left;
	
		
}


/* FOOTER */

		#footer {
			width: 680px;
			margin-top: 20px;
			clear: both;
			background-color: #a76538;
			padding: 0px 5px 0px 15px;
			text-align: center;
		}
		
		#footer p {
			color:#fff;
			padding: 5px;
		}
		
		#footer p a {
			color: #fff;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
		}