@charset "utf-8";
#container {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px auto;
	width: 960px;
	background-image: url(../images/background.png);
	background-repeat: repeat;
}
#left {
	width: 180px;
	float: left;
}
#upperleft {
	background-image: url(../images/left_brdr_upper.jpg);
	height: 645px;
	width: 180px;
}
#lefttile {
	background-image: url(../images/left_tile.png);
	background-repeat: repeat-y;
	height: 800px;
	width: 180px;
	background-position: right;
}

#lowerleft {
	background-image: url(../images/left_brdr_lower.jpg);
	height: 305px;
	width: 180px;
}

#nav {
	height: 25px;
	width: 602px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 78px;
}
#frilly {
	height: 25px;
	width: 680px;
	background-image: url(../images/background.png);
}
#main {
	height: 1210px;
	width: 600px;
	background-image: url(../images/background.png);
	font-size: 12px;
	padding-left: 40px;
	padding-right: 40px;
}

#right {
	width: 100px;
	float: left;
	height: 1750px;
	background-image: url(../images/background.png);
}


#upperright {
	background-image: url(../images/right_brdr_big.png);
	height: 250px;
	width: 100px;
}
#lowerright {
	height: 1500px;
	width: 100px;
	background-image: url(../images/right_tile.png);
	background-position: right;
	background-repeat: repeat-y;
}

#footer {
	height: 265px;
	width: 490px;
	background-image: url(../images/main_btm_brdr.png);
	float: left;
}
#btm_banner {
	background-image: url(../images/visit.png);
	height: 265px;
	width: 190px;
	float: left;
	background-repeat: no-repeat;
}
#btn_left {
	background-image: url(../images/btn_left.png);
	height: 25px;
	width: 25px;
	background-position: right;
	float: left;
}
#btn_right {
	background-image: url(../images/btn_right.png);
	height: 25px;
	width: 25px;
	background-position: right;
	float: left;
}

.btn_space {
	background-image: url(../images/btn_devider.png);
	float: left;
	height: 25px;
	width: 2px;
}

.btn {
	height: 25px;
	width: 65px;
	background-image: url(../images/btn_tile.png);
	float: left;
	line-height: 17pt;
	font-size: 14px;
	font-weight: bold;
}
.btn a {
	text-decoration: none;
	color: #7B0101;

}
.btn a:hover {
	color: #CC0000;
}


#nav {
	background-image: url(../images/background.png);
}



#middle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 680px;
	float: left;
}
#header {
	background-image: url(../images/main_logo.png);
	height: 225px;
	width: 680px;
}
.links a {
	text-decoration: none;
	color: #84131E;
	font-weight: bold;
	font-size: 12px;
}
.links a:hover {
	color: #D8C27A;
}
.text {
	float: left;
	color: #84131E;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	width: 350px;
}
.textbox {
	width: 600px;
	float: left;
}
