/*header css rules*/

#master-header{
	min-height: 150px;
	width: 100%;
}

#header-content{
	width: 1024px;
	margin: auto;
}

#header-content img{
	margin-top: 20px;
}

#header-content p{
    margin-top: 30px;
    color: #60381C;
}

#header-content a{
    color: #60381C;
    text-decoration:none;
}

#nav-bar		 { width: 614px;
				   height: 49px;
				   background-color: #C9AC68; 
				   overflow: hidden; 
				   font-size: 1.2em; 
				   font-weight: 600; 
				   float: left;
				   margin: 27px 0 0 232px;
				   
				   -webkit-border-radius: 10px;
				   -moz-border-radius: 10px;
	               border-radius: 10px;
} 

#nav-bar li 	 { list-style: none;  height: 100%;}
#nav-bar ul li 	 { float: left;}
#nav-bar a 		 { display: block; height: 100%; padding: 15px 29px 15px; text-decoration: none; color: #5A3A00;}
#nav-bar a:hover { background-color: #CEBA81;}
#nav-bar a:active{ background-color: #CEBA81;}

#horizontal-bar{
	height: 15px;
	background-color: #C9AC68;
	width: 100%;
	display: block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
