@font-face {
   font-family: Max_s_Handwritin ;   
   src: url( fonts/Max_s_Handwritin.eot );  
   src: local("Max's_Handwritin"), url( fonts/Max_s_Handwritin.ttf ) format("truetype"); /* non-IE */   
 }  
 
.Handwritten {
	font-family:Max_s_Handwritin, helvetica, sans-serif;
	color: #666666;
	font-size: 30px;
	font-weight: bold;
	vertical-align: text-top;
	line-height: 40px;
	text-indent:25px;
	margin: 0px;
	padding: 0px;
} 

#Menu.Handwritten a {
	font-family:Max_s_Handwritin, helvetica, sans-serif;
	color: #666666;
	font-size: 30px;
	text-decoration: none;
	padding-right: 10px;
	font-weight: bold;
} 

#Menu.Handwritten a:Hover {
	font-family:Max_s_Handwritin, helvetica, sans-serif;
	color: #CC3300;
	font-size: 30px;
	text-decoration: none;
	padding-right: 10px;
	font-weight: bold;
}  


html {
	background-image: url(images/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}


body {
	padding: 0px;
	width: 100%;
	display: table;
	margin: 0px;


}

#Body {
	background-position: center top;
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	height: 1275px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}



#Clear {
	clear: both;
}
#Header {
	height: 93px;
	width: 1000px;
}

#Logo_Label {
	background-image: url(images/logo_label.png);
	height: 50px;
	width: 650px;
	float: left;
	margin-left: 100px;
	background-repeat: no-repeat;
}

#Menu {
	height: 30px;
	margin-top: 30px;
	margin-left: 133px;
	margin-right: 375px;
	overflow: hidden;
	width: 492px;
}
#Content {
	width: 800px;
	margin-left: 133px;
	height: 870px;
	margin-top: 10px;
	margin-right: 70px;
}
h1 {
	font-family: Max_s_Handwritin, helvetica, sans-serif;
	text-align: center;
	font-size: 75px;
	padding: 0px;
	margin-bottom: 10px;

}
p {
	margin-left: 10px;
	font-size: 30px;
}

 
#Date {
	height: 30px;
	margin-left: 125px;
	vertical-align: bottom;
}
