#header {
	background-image: url(../graphics/header_bg.png);
	background-repeat: repeat-x;
	min-height: 322px;
}

@font-face {  
  font-family: "CenturyGothic";
  src: (assets/gothic.ttf)
} 

body {
	font-family: "CenturyGothic", sans-serif;
	margin: 0px;
	padding: 0px;
	background: url(../graphics/bg.jpg) repeat-x #c1efff;
}

#hcontent {
	width: 830px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

.logo {
	padding-top: 10px;
}
#content {
	min-height: 250px;
	background-color: #FFF;
	border: solid 3px #000;
	-moz-border-radius: 15px;
	border-radius: 15px;
	width: 830px;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#footer {
	width: 860px;
	height: 10px;
	margin: 0 auto;
	margin-top: -16px ! important;
	padding: 5px 0 0 0;
	margin-bottom: 12px;
	text-align: right;
}
.images {
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.paragraph {
	font-size: 18px;
}
.subheading {
	font-size: 20px;
	font-weight: bold;
}
.heading {
	font-size: 36px;
	font-weight: bold;
}
.footer {
	font-size: 12px;
	color: #999
}
a{
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #000;
	text-shadow: #999 2px 2px 3px;
}

a:visited {
}

a:active {
}

#content iframe {
	align: center;
}

#schedule {
	width: 255px;
	background: #FFC;
	padding: 5px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-size: 14px;
	font-weight: normal;
}
