@charset "utf-8";
/* CSS Document */

body {
	background-image: url(_images/bg.jpg);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #000;
}
#container {
	width: 880px;
	margin: 0px auto;
	padding: 0px;
	border: 5px solid #5D5D5D;
	background-color: #333;
	text-align: left;
	background-image: url(_images/Grey.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#header
{
	height: 204px;
	width: 100%;
	background-repeat: no-repeat;
}

#headerBottom
{
	height: 15px;
	width: 100%;
	background-image: url(_images/header_bottom.jpg);
	background-repeat: repeat-y;
}
#MainContainer
{
	height: auto;
	margin: 0px auto;
	padding: 0px;
	background-color: #333;
	text-align: left;
	background-image: url(_images/Grey.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}


#footer
{
	height: 100px;
	width: 880px;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #FFF;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #5d5d5d;
}
/*-----------Main Menu------------*/
#Menubg {
	height:30px;
	width:100%;
	background-color:#000;
}
/*-----------Body Columns------------*/
#LeftColumn {
	float: left;
	width: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
	background-color: #333;
	height:auto;
}

#RightColumn {
	float: right;
	width: 200px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
	background-color: #333;
	height:auto;
}
#MainColumn {
	float: left;
	width: 47%;
	height:100%;
	background-color: #454545;
	border: 2px solid #000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
	background-image: url(_images/fence.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#BigColumn {
	float: left;
	width: 72%;
	height:100%;
	background-color: #454545;
	border: 2px solid #000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
	background-image: url(_images/fence.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
/*-----------Text Boxes------------*/
#text {
	color: #FFF;
	padding: 0px;
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #900;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;

}

#text_no_border {
	color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#text p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 16px;
}

/*-----------Link Styles------------*/
a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	color: #FFF;
	text-decoration: underline;
}
a:hover {
	color:#F00;
	text-decoration:none;
}

a:active {
	color: #FFF;
	text-decoration: underline;
	text-align: center;
}

/*-----------Font Styles------------*/
h1 {
	font-size: 22px;
	font-weight: bold;
	margin: 0px;
	color: #FFcc63;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-bottom-color: #F00;
	padding-left: 5px;
	font-family: "Times New Roman", Times, serif;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFF06;
	margin: 0px;
	padding-left: 15px;
	padding-top: 5px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFcc63;
	margin: 0px;
	padding-left: 15px;
	padding-top: 5px;
}
.SmallText {
	font-size: 11px;
	color: #CCC;
}
.F_img {
	border: medium ridge #900;
}
