﻿* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url('../siteart/bg.jpg') #fff repeat-x center top;
}

a {
	color: #f50c00;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

p {
	padding: 0 10px;
	line-height: 17px;
}

.posted {
	padding-right: 10px;
	text-align: right;
	font-size: 9pt;
}

.img {
	border: 0;
	vertical-align: middle;
}

.bigger {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

.bigger1 {
	font-size: 15px;
	font-weight: bold;
}

.big {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}

.heading {
	display: block;
	line-height: 34px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	background: url('../siteart/heading.jpg') no-repeat center center;
}

#wrapper {
	margin: 0 auto;
}

#nav {
	padding: 10px 0;
}

#nav a {
	padding: 0px 25px 0px 25px;
	color: #000;
	text-decoration: none;
}

#nav a:hover {
	color: #fff;
}

#main {
	position: relative;
	z-index: 100;
	margin: 0 auto;
	height: 186px;
	width: 898px;
	background: url('../siteart/main.png') no-repeat;
}

#content-top {
	margin: 0 auto;
	margin-top: -3px;
	line-height: 10px;
	width: 764px;
	background: url('../siteart/content-top.jpg') no-repeat;
}

#content {
	margin: 0 auto;
	padding: 15px 0;
	width: 764px;
	background: url('../siteart/content.jpg') repeat-y;
}

#content-btm {
	margin: 0 auto;
	margin-top: -3px;
	line-height: 10px;
	width: 764px;
	background: url('../siteart/content-btm.jpg') no-repeat;
}

#boardinfo {
	width: 100%;
	padding: 10px;
	text-align: center;
	font-size: 10pt;
}

#boardinfo td {
	width: 33%;
}

.previous .date, .next .date { display: none; }

#month {
	width: 95%;
}

#month td {
	height: 50px;
	border: 1px solid #000;
}