.body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #4363AC;
}
div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
	margin: 0px;
	padding: 0px;
}


#wrapper {
	background: #CC3433;
	margin: 0 auto;
	text-align: left;
	width: 790px;
	border: 5px solid #FFC43A;
}
#header {
	margin: 0px;
	padding: 0px;
	height: 130px;
	position: relative;
	background-image: url(../images/header_files/header.jpg);
}

#mainContent {
	background: #EFCFAF;
	width: 756px;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding: 7px;
	position: relative;
}


#mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}

#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
}

#header #home a:link,#header #home a:visited{
	height: 25px;
	width: 93px;
	position: absolute;
	top: 105px;
	left: 158px;
	border: none;
	background-image: url(../images/header_files/buttons/home.jpg);
}
#header #home a:hover,#header #home a:active{
	background-position:left bottom;
	border: none;
}
#header #menu a:link,#header #menu a:visited{
	height: 25px;
	width: 93px;
	position: absolute;
	top: 105px;
	left: 250px;
	border: none;
	background-image: url(../images/header_files/buttons/menu.jpg);
}
#header #menu a:hover,#header #menu a:active{
	background-position:left bottom;
	border: none;
}
#header #contact a:link,#header #contact a:visited{
	height: 25px;
	width: 111px;
	position: absolute;
	top: 105px;
	left: 343px;
	border: none;
	background-image: url(../images/header_files/buttons/contact.jpg);
}
#header #contact a:hover,#header #contact a:active{
	background-position:left bottom;
	border: none;
}
#homeContent {
	background: #EFCFAF;
	width: 756px;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding: 7px;
	position: relative;
	height: 304px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}


#contactContent {
	background: #EFCFAF;
	width: 756px;
	float: left;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding: 7px;
	position: relative;
	height: 410px;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#homeContent #animation {
	height: 300px;
	width: 300px;
	float: right;
}

#contactInfo {
	width: 700px;
	background: #FAEEE2;
	position: absolute;
	top: 300px;
	left: 35px;
}

#form1 {
	width: 300px;
	background: #FAEEE2;
	padding: 10px;
	float: left;
	margin-left: 30px;
	text-align: center;
}


#column1 {
	background: #FAEEE2;
	width: 200px;
	text-align: center;
	padding: 10px;
	position: absolute;
	top: 50px;
	right: 30px;
}

#column2 {
	background: #FAEEE2;
	width: 200px;
	text-align: center;
	padding: 10px;
	position: absolute;
	top: 155px;
	right: 30px;
}
#guestbook {
	height: 20px;
	width: 150px;
	position: absolute;
	right: 30px;
	top: 8px;
	text-align: right;
}
.printMenu {
	color: #FFF;
	text-align: right;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
}
.highlight {
	background: #CC3433;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	color: #fff;
	font-size: 1.2em;
}

#footer {
	background: #CC3433;
	margin: 0px;
	padding: 0px;
	height: 50px;
	clear: both;
	text-align: center;
	color: #fff;
}
#footer a {
	text-decoration: none;
	color: #FFF;
}

.center {
	text-align: center;
	padding: 10px;
}
