/* Main Settings */

html { 
	height: 100%;
	margin:0 auto;
}
body 
{
	background-color: #460101;
	text-align: center;
	margin:0 auto;
	font-family: tahoma, arial, sans-serif;
	font-size: 10pt;
}

/* Font Settings */

font.normal {
	font-family: tahoma, arial, sans-serif; 
	font-size: 12px; 
	color: #000000; 
}
font.small { 
	font-family: tahoma, arial, sans-serif; 
	font-size: 10px; 
	color: #121a2f; 
}
font.normal-color {
	font-family: tahoma, arial, sans-serif; 
	font-size: 12px; 
	color: #196fde; 
}
font.large-bold { 
	font-family: tahoma, arial, sans-serif; 
	font-size: 13px; 
	color: #000000; 
	font-weight: bold; 
}
a { 
	outline: none;
}
a, a:link, a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p { 
	margin: 0px;
  	padding: 0px 0px 0px 0px;
	line-height: 1.3em;
}
h1
{ 	color: #121a2f;
	font-family: tahoma, arial, sans-serif;
 	letter-spacing: .1em;
  	font-weight: bold;
  	text-transform: uppercase;
  	padding: 0px 0px 0px 0px; 
  	margin: 0px 0px 0px 0px; 
	font-size:12px;
}

h2
{ 	color: #414141;
	font-family: tahoma, arial, sans-serif;
  	letter-spacing: .1em;
  	padding: 0px 0px 0px 0px; 
  	margin: 0px 0px 0px 0px; 
	font-size:10px;
	line-height: 2.2em;
}
li.normal { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
}

/* Main Body Class */

#main {
	margin:0 auto;
	width: 780px;
	vertical-align: middle;
	overflow:hidden;
}

/* Site Wide Classes */

.ban {
	margin:0 auto;
	width: 780px;
	height:150px;
	vertical-align: middle;
	overflow:hidden;
	background:url(../images/ban-back.png);
	repeat none;
}
.banLeft {
	width:780px;
	height:150px;
	float:left;
	vertical-align:middle;
	text-align:left;
}
.banRight {
	width:330px;
	height:150px;
	float:right;
	vertical-align: baseline;
	text-align:left;	
}
.spacer {
	width:780px;
	height:6px;
	background: url(../images/spacer.jpg);
	background-repeat:no-repeat;
	margin:0 auto;
	overflow:hidden;
	clear:both;
}
.data {
	width:780px;
	vertical-align: middle;
	overflow:hidden;
	clear:both;
}
.dataLeft {
	width:624px;
	height:550px;
	float:left;
	vertical-align:middle;
	text-align: center;
	background-color:#fff9bd;
}
.dataRight {
	width:156px;
	height:550px;
	float:right;
	text-align: center;
	vertical-align:middle;
	background:url(../images/right-back.jpg);
	background-position:left;
	background-repeat:repeat-y;
}
.bottom {
	margin:0 auto;
	width: 780px;
	vertical-align: middle;
	overflow:hidden;
	background:url(../images/bottom.jpg);
	background-position:left;
	background-repeat: no-repeat;
}
.featured {
	width:650px;
	height:120px;
	padding: 5px 0px 0px 0px;
	line-height:113px;
	vertical-align:middle;
	text-align: left;
	float:left;
}

.footer {
	width:100%;
	margin:0 auto;
	clear:both;
}
.fleft {
	width:60%;
	float:left;
	vertical-align:middle;
	text-align: left;
}
.fright {
	width:40%;
	float:right;
	vertical-align:middle;
	text-align: center;

}

/* Menu */

.menuBar {
	width:156px;
	float:none;
	overflow:hidden;
	clear:both;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/butt1.jpg);
	background-repeat: repeat-x;
}
.menu {
	width: 156px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;
	overflow: hidden;
}
.menu ul {
	width: 156px;
	height: 58px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	clear: both;
	float: none;
	overflow: hidden;
	line-height: 58px;
}
.menu li {
	display: inline;
	list-style-type: none;
	width: 156px;
	height: 58px;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	overflow: hidden;
}
.menu a {
	display: block;
	float: left;
	height: 45px;
	width: 156px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	overflow: hidden;
}

/* Page Specific Styles */

