body {
	margin: 0;
	padding: 0;
}

h1 {
	margin-top: 10px;
	margin-bottom: 10px;
}

li {
	margin-bottom: 4px;
	margin-top: 1px;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

#banner {
	width: 805px;
	padding: 0px;
	margin: 0px;
}
.header_link {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.home_main {
	background-image: url(../images/home_background_macie.jpg);
	/* Hide from IE-Mac \*/
	background-image: url("../images/home_background.jpg");
	/* End hide */
	background-repeat: no-repeat;
	width: 800px;
}
.other_main {
	background-image: url("../images/other_background.png");
	width: 800px;
}
.aboutus_main {
	background-image: url("../images/other_background.png");
	width: 800px;
}
.happening_main {
	background-image: url("../images/other_background.png");
	width: 800px;
}


#footer {
	background-image: url("../images/footer.png");
	background-repeat: no-repeat;
	padding-top: 60px;
	margin-top: -18px;
	width: 800px;
	clear: both;
}
#home_footer {
	background-image: url("../images/home_footer.png");
	background-repeat: no-repeat;
	padding-top: 60px;
	margin-top: -18px;
	width: 800px;
	clear: both;
}

#logo {
	position: absolute;
	top: 610px;
	left: 300px;
}

#main {
	clear: both;
	padding-top: 3px;

}
a.home_link {
	text-decoration: none;
	font-size: 30px;
	font-weight: bold;
	display: block;
	margin-bottom: 8px;
	margin-top: 0;
}
a.home_link:link {
	color: white;
}
a.home_link:visited {
	color: white;
}
a.home_link:hover {
	color: #3a3d85;
}
a.home_link:active {
	color: red;
}