@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../graphics/wood_bg.jpg);
	}
.img{
	margin-right: 10px;
	}	
.title{
	font-size:25px;
	font-weight:bold;
	text-decoration:underline;
	font:Arial, Helvetica, sans-serif;
	}
A:link{
	color:#000;
	font-size:12pt;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	}
A:visited{
	color:#000;
	font-size:12pt;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	}
A:active{
	color:#000;
	font-size:12pt;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	}
A:hover{
	color:#000;
	font-size:12pt;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	}

#Container{
	width:900px;
	margin:auto;
	}

#Headder{
	margin:auto;
	display:inline;
	}
#Menu{
	width:630px;
	height:95px;
	vertical-align:middle;
	background-image:url(../graphics/menu.png);
	}
#BottomTrim{
	width:900px;
	text-align: center;
	}

#ContentArea{
	width:100%;
	min-height:294px;
	margin:auto;
	}
#leftbar{
	position:relative;
	float:left;
	margin-left:15px;
	min-height:294px;
	width:85px;
	background-image:url(../graphics/sidetrimbg.png);
	}
#rightbar{
	position:relative;
	float:right;
	margin-right:15px;
	min-height:294px;
	width:85px;
	background-image:url(../graphics/sidetrimbg.png);
	}
#textarea{
	margin:auto;
	min-height:294px;
	width:900px;
	text-align: center;
	}
#Centercontainer{
	position:relative;
	margin:auto;
	width:595px;
	min-height:294px;
	}
#ctTextOverlay{
	position:relative;
	width:551px;
	margin-left:22px;
	margin-right:22px;
	min-height:294;
	top:20px;
	text-align:left;
	}
#ctTop{
	width:100%;
	height:106px;
	background-image:url(../graphics/textareatop.png);
	}
#ctMiddle{
	width:100%;
	background-image:url(../graphics/leather.jpg);
	min-height:188px;
	}
#ctleft{
	float:left;
	width:21px;
	min-height:188px;
	background-image:url(../graphics/textaresid.png);
	}
#ctright{
	float:right;
	width:21px;
	min-height:188px;
	background-image:url(../graphics/textareside.png);
	}	

#topdecal{
	width:100%;
}
#bottomdecal{
	position:absolute;
	bottom:0px;
	width:100%;
	}
.SmallerText {
	font-size: 10px;
	font-weight: bolder;
	font-variant: small-caps;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
}
ArrowsBigger {
	font-size: 14px;
	font-weight: bolder;
	text-transform: none;
}
#Container #BottomTrim table tr td table tr td table tr td table tr td span .title {
	font-size: 12px;
	font-weight: bolder;
	font-variant: small-caps;
	text-transform: none;
	text-decoration: underline;
}

