@charset "utf-8";
/* CSS Document */

body, html{ margin:0; padding:0;}
.header2{ 
    border-top:1px solid white;
	background:white; 
	color:#333; 
	height:150px; 
	width:100%; 
	font-family: 'Lobster', cursive; 
	text-align:center}

.menu_master{
	height: 62px;
	width: 100%;
	/*	color: white; */
	color: #996600;
	background-color: #CCCCCC;
}
	
.wrapper{ 
    height:2000px; 
	width:100%; 
	padding-top:20px}
 
.fixed2{
	position:fixed; 
	top:0}
