			body, html
			{
				margin: 0px;
				padding: 0px;
				background: #f2f2f2;
				font-family: 'Simonetta';
			}
			
			.header A:link {text-decoration: none !important; color: black !important;}
			.header A:visited {text-decoration: none !important; color: black !important;}
			.header A:active {text-decoration: none !important; color: black !important;}
			.header A:hover {text-decoration: none !important; color: black !important;}
			
			}
			.main
			{
				width: 900px;
				margin: 0 auto;
				
			}
			.container
			{
				width: 900px;
				margin: 0 auto;
				background: #fff;
				position: relative;
				z-index: 501;
				border-radius: 5px 5px 0 0;
				box-shadow:0 0 30px #999;
				
			}
			.content
			{
				padding: 30px;
				width: 840px;
			}
			.menu
			{
				width: 800px;
				margin:0 auto;
				background: #fff;
				box-shadow: 0 0 20px #777;
				height: 100px;
				position: relative;
				z-index: 500;
				border-radius: 5px 5px 0 0;	
			}
			.footer
			{
				width: 900px;
				margin: 0 auto;
				background: #e7d1ac;
				
				border-radius: 0 0 5px 5px;
				display: table;
			}
			.header
			{
				background:  url("../img/image1.png");
				width: 640px;
				height: 280px;
				margin: 0 auto;
				overflow: hidden;
				text-align: center;
			}
			.header span
			{
				color: #000000;
				font-size: 22px;
				position: relative;
				text-align: center;
				text-shadow: 0 0 10px #FFFFFF;
				top: 195px;
			}
			.header span p
			{
				margin: 0;
				padding: 0;
				font-size: 32px;
			}
			.header span p i
			{
				margin-top: 0;
				padding: 0;
				position:relative;
				top: -9px;
				font-size: 12px;
				
			}
			.menu ul
			{
				padding: 0px;
				margin: 0px;
			}
			.menu ul a
			{
				text-decoration: none;
				color: #000;
			}
			.menu li
			{
				float: left;
				list-style-type: none;
				width: 130px;
				height: 65px;
				text-align: center;
				box-shadow: 0 0 35px #999;
				font-size: 18px;
				padding-top: 35px;
				border-right: 1px solid #a99f94;
				border-left: 1px solid #fff0df;
				transition: all 0.2s;
				background: #f4e6d5;
				cursor: pointer;
			}
			.menu li:hover
			{
				background: #eaddc7;
				font-size: 20px;
				
				color: #543816;
			}
			.header img
			{
				left: 67px;
				position: relative;
				top: 97px;
			}
			.footer_left
			{
				float:left;
				width: 430px;
				padding:10px;
				text-align: left;
				display: table-row;
				color:#7D5F42;
			}
			.footer_right
			{
				float:right;
				width: 430px;
				color:#7D5F42;
				padding:10px;
				text-align: right;
				display: table-row;
			}
			
			h1 {
			border-bottom: 1px solid #B79265;
			color:#54422C;
			text-shadow: 1px 1px 4px rgba(166, 129, 85, 1);
			}
			
			h2
			{
			color:#685537;
			}