/* MAIN ELEMENTS */
html, body {
	height: 100%;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 90%;
	color: #000000;
}
body {
	background-image: url("../img/loop_bg.gif");
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}

input, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
}

a {
	text-decoration: none;
}

a:link, a:active, a:visited {
}

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

h1 {
	color: #990000;
	font-size: 180%;
	font-weight: normal;
	font-style: italic;
	padding-bottom: 5px;
	border-bottom: solid 1px #990000;
}

h2 {
	color: #990000;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}

/* LAYOUT */
#content {
	width: 760px;
	text-align: left;
}
#col1 {
	float: left;
	width: 170px;
	padding: 10px;
}
#col2 {
	float: left;
	width: 515px;
	padding: 10px;
}

#header a {
	color: #FFFFFF;
	font-size: 80%;
	font-weight: bold;
}
#header a:hover {
	color: #E8ACAC;
}
#header {
	background-image: url("../img/header_bg.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	height: 240px;
	min-width: 760px;
}
#headerimg {
	background-image: url("../img/header.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	height: 240px;
	min-width: 760px;
}
#footer {
	background-image: url("../img/footer_bg.jpg");
	background-position: bottom;
	background-repeat: repeat-x;
	height: 99px;
	min-width: 760px;
	float: right;
	color: #FFFFFF;
	text-align: center;
	font-size: 80%;
}
#footerimg {
	height: 99px;
	min-width: 760px;
	background-image: url("../img/footer.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 100%;
	float: right;
	text-align: center;
}

#footer a {
	font-size: 80%;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
}

#posted {
	text-align: right;
	font-style: italic;
	font-size: 75%;
	color: #990000;
}

/* MAIN NAVIGATION */
#pgMainNav {
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	text-align: left;
	width: 600px;
	float: left;
	list-style: none;
}

#pgMainNav a{
	color: #FFFFFF;
	text-decoration: none;
}
#pgMainNav ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
	z-index: 99;
	overflow: visible;
	position: absolute;
}
#pgMainNav li{
	margin: 0px;
	position: relative;
	float: left;
	display: block;
	height: auto;
	padding-left: 5px;
	padding-right: 5px;
}
#pgMainNav li:hover, #pgMainNav a:hover{
	color: #F8F6D3;
	text-decoration: underline;
}

#pgMainNav #selected {
	color: #FF0000;
}

/* ADMINISTRATION */
#adminbar {
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	text-align: right;
	width: 760px;
}
#adminbar a{
	color: #FFFFFF;
}

#login {
	margin: 20px;
	padding: 10px;
	border: solid 1px;
	text-align: center;
	width: 280px;
	background-color: #E6E0BD;
	font-size: 100%;
}
#login form{
	text-align: left;
	padding: 0px;
	margin: 0px;
}


#commentBox {
	border-top: solid 1px #990000;
	padding: 10px;
}