* {
	padding: 0px;
	margin: 0px;
	font-family: Courier, Times New Roman, Monospace;
	font-size: 13px;
}

a {
	color: #780004;
}

a:hover {
	text-decoration: none;
}

body {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

div#page {
	background-image: url(../images/header.png);
	background-repeat: repeat-x;
	background-position: top;
}

div#page_1000 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

div#page_left {
	width: 620px;
	height: 197px;
	float: right;
}

div#page_content {
	padding: 50px 41px 50px 51px;
	width: 524px !important;
	height: 657px !important;
	position: relative;
	top: -70px;
	background-image: url(../images/content.png);
	background-repeat: repeat-x;
}

div#page_blog {
	position: relative;
	top: -70px;
	padding: 0px 41px 0px 41px;
	width: 524px !important;
}

div#page_blog ul,
div#page_blog ul li {
	list-style-type: disc;
}

div#page_left img {
	border: 0px;
	display: block;
}

div#page_right {
	float: left;
	width: 380px;
	padding-top: 27px;
	background-image: url(../images/header.png);
	background-repeat: repeat-x;
}

div#page_flyer {
	width: 370px;
	height: 754px;
	background-image: url(../images/flyer.png);
	background-repeat: no-repeat;
}

div.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

h1 {
	font-weight: normal;
	font-size: 22px;
	font-weight: bold;
	padding-bottom: 5px;
}

p {
	padding: 10px 0px;
}

div#page_contact {
	background-image: url(../images/header.png);
	background-repeat: repeat;
	padding: 10px;	
	width: 350px !important;
}


ul#meta_navigation {
	position: relative;
	top: -190px;
	left: 0px;
	width: 610px;
	text-align: right;
	display: block;
	list-style-type: none;
}

ul#meta_navigation li {
	list-style-type: none;
	display: inline;
	color: #fff;
	font-familiy: arial, sans-serif;
	font-size: 10px;
	
}

ul#meta_navigation li a {
	color: #fff;
	font-size: 10px;
	font-family: arial, sans-serif;
	text-decoration: none;
}

ul#meta_navigation li a:hover {
	text-decoration: underline;
}

ul#meta_navigation li a.act {
	color: #780004;
	text-decoration: none;
}
