/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	background-color: #545A61;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg.gif);
}
#Container{
	width: 800px;
	margin: 0px auto 10px;
	background-color: #5d5852;
	color: #333;
	line-height: 130%;
	border-top: none;
	border-right: 1px solid #FFFFFF;
	border-bottom: none;
	border-left: 1px solid #FFFFFF;
}
#Header{
	padding: 2px 0.5em 0em;
	background-image: url(images/bg_01.gif);
	text-align: right;
	color: #FFFFFF;
	height: 264px;
	margin: 0px;
}
#SubHeader {
	padding: 0em 0.5em;
	border-bottom: 1px solid #FFFFFF;
	height: 25px;
	background-image: url(images/bg_01.gif);
	background-repeat: no-repeat;
	background-position: 0px -264px;
}
#LeftColumn{
	float: left;
	width: 490px;
	margin: 0;
	padding-top: 1em;
	padding-right: 1em;
	padding-left: 1em;
	background-image: url(images/bg_02.gif);
	background-repeat: no-repeat;
	background-color: #5d5852;
}
#CenterColumn{
	margin-left: 464px;
	margin-right: 120px;
	padding: 1em 0px 0px;
	max-width: 36em;
	background-image: url(images/bg_02.gif);
	background-position: -464px 0px;
	background-repeat: no-repeat;
	background-color: #5d5852;
}
#RightColumn{
	float: right;
	width: 110px;
	margin: 0;
	padding: 1em;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	background-image: url(images/bg_02.gif);
	background-repeat: no-repeat;
	background-position: -657px 0px;
	background-color: #5d5852;
}
#RightColumn h2 {
	font-size: small;
	text-align: center;
	background-color: #333333;
	color: #FFFFFF;
}
#Footer{
clear: both;
margin: 0;
padding: .5em;
color: #333;
background-color: #ddd;
border-top: 1px solid gray;}

#Footer ul{
	width: 100%;
	font-size: x-small;
	text-transform: uppercase;
	border: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
}

#Footer ul li {
	display: inline;
	text-align: center;
}

#Footer ul li a
{
	padding: 1px 1em 1em;
	color: #000000;
	text-decoration: none;

}

#Footer ul li a:hover
{
color: #990000;
}




#leftnav p, #rightnav p { margin: 0 0 1em 0; }



#Posting {
	width: 95%;
	padding: 5px;
	margin-bottom: 20px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
#Posting h2 {
	margin: 0 0 0.5em;
	color: #000000;
	letter-spacing: .3em;
	font-weight: bold;
	font-size: 16px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#Posting a:link {
	color: #CCCCCC;
}
#Posting a:visited {
	color: #999999;
}
#Posting a:hover{
	color: #000000;
	text-decoration: none;
}
#Posting a:active {}
#Posting p {
	text-indent: 10px;
}
/* Menu */
#navcontainer ul
{
	width: 100%;
	font-size: x-small;
	text-transform: uppercase;
	border: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;









}

#navcontainer ul li {
	display: inline;
	text-align: center;
}

#navcontainer ul li a
{
	padding: 1px 1em 0em;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: none;
	float: left;

}

#navcontainer ul li a:hover
{
color: #FFCC00;
}
#RandomImage{
	clear: both;
	text-align: center;
	padding-bottom: 2em;
	width: 100px;
	padding-top: 25px;
}
