/***** General *****/
html
{
	background-color: #000000;
	background-image: url(../images/background.jpg);
	overflow: scroll;
}

body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	min-width: 984px;
	text-align: center;
	color: #BEBEBE;
}

a
{
	text-decoration: none;
}

#wrapper
{
	width: 984px;
	margin: 15px auto;
	position: relative;
	text-align: left;
	background: #EEEEEE url(../images/back.jpg) repeat-y top left;
}

#error
{
	padding: 3px;
	margin: 3px auto;
	background-color: #EE0000;
}

#success
{
	padding: 3px;
	margin: 3px auto;
	background-color: #00EE00;
}

#header
{
	width: 984px;
	height: 160px;
	background: url(../images/header.jpg) no-repeat center;
}

#topLinks
{
	position: relative;
	top: 133px;
	text-align: center;
	font-size: 1.5em;
}

#topLinks a
{
	color: #000000;
}

#topLinks a:hover
{
	color: #861D1A;
}

#topLinks span
{
}

#leftBar
{
	float: left;
	background: url(../images/left.jpg) no-repeat top;
	min-height: 300px;
}

#leftBar .spacer
{
	height: 90px;
}

#leftBar .sectionNH
{
	width: 197px;
	margin-bottom: 15px;
}

#leftBar .section
{
	width: 197px;
	background: url(../images/left_header.jpg) no-repeat top right;
	margin-bottom: 15px;
}

#leftBar .section div,.sectionNH div
{
	position: relative;
	left: 20px;
	width: 177px;
}

#leftBar .section .header,.sectionNH .header
{
	top: 5px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-size: 1.6em;
}

#leftBar .section .text,.sectionNH .text
{
	color: #4B7083;
	font-size: 1.2em;
}

#leftBar a:hover
{
	color: #FFFFFF;
}

#leftBar a
{
	color: #4B7083;
}

#leftBar .section .text table
{
	width: 95%;
}

#leftBar .section .text td + td
{
	text-align: right;
}

#main
{
	float: right;
	width: 787px;
}

#main #inner
{
	margin: 10px auto 10px;
	width: 92%;
}

#topPics
{
	text-align: center;
}

#topPics img
{
	margin: 10px;
}

#footer
{
	clear: both;
	width: 984px;
	height: 44px;
	background: url(../images/footer.jpg) no-repeat center;
}

/***** News *****/
.newsPost
{
	margin-top: 15px;
	line-height: 125%;
}

.newsPost span
{
	display: block;
}

.newsPost .date
{
	text-align: right;
	padding: 1px;
	border-bottom: 1px solid #000000;
}

.newsPost .post
{
	padding: 3px;
}

/***** Content *****/
.content a
{
	color: #4B7083;
}

.content a:hover
{
	color: #861D1A;
}

.content
{
	position: relative;
	margin-top: 30px;
}

.content h2
{
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 14px;
}

.blue
{
	color: #4B7083;
}

.red
{
	color: #861D1A;
}

.content p
{
	margin-bottom: 15px;
}

.content ul
{
	list-style-type: circle;
	margin-left: 1.5em;
	line-height: 1.4em;
}

.content table
{
	margin: 0px auto;
}

.content td.center
{
	text-align: center;
}

.arrfest
{
	margin-bottom: 20px;
	position: relative;
}

.comment
{
	font-weight: bold;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	left: 260px;
	bottom: 10px;
	height: 20px;
	padding: 10px;
	border: 1px solid #4C4E4D;
}

#gallery
{
	margin-top: 20px;
}

#gallery td
{
	text-align: center;
}

#kalasinfo
{
	position: absolute;
	top: 30px;
	background-color: #FFE04F;
	border: 1px solid #000000;
	padding: 10px;
	color: #000000;
}

/***** Admin Area *****/
fieldset
{
	padding: 3px;
}

#logout
{
	text-align: right;
	background-color: #DDDDDD;
}

#loginBox
{
	width: 200px;
	margin: 50px auto;
}

#files
{
	list-style-type: none;
}

#admin .content, #admin .content td
{
	text-align: center;
}

#admin .header
{
	margin: 5px 0px 5px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}

.adminlink a:hover
{
	color: #FFFFFF;
}

.adminlink a
{
	color: #000000;
}

#bottomLinks
{
	position: relative;
	top: 15px;
	margin: 0 20px;
	background-color: #f00;
}

.adminlink
{
	float: left;
}

.copyright
{
	color: #F6F6F6;
	float: right;
}