/* Structure */


body {
	text-align: center;
	padding: 5px 0 10px 0;
	background: #888A8D url(../i/bg.gif) top fixed repeat-x;
	}

#wrapper {
	
	margin:0 auto;
	width:799px;
	background:#fff;
	}	
td {
	vertical-align:top;
	}	
#header {
	}	

#topnav {
	z-index: 5;
	position:relative; 
	top:-19px;
	left:120px;
	}
	
#main-body  {
	width: 74%;
	margin:10px 0 0 0;
	padding:0;
	float:right;
	text-align:left;
	}

#main-body-wide  {
	width: 99%;
	margin:10px 0 0 0;
	padding:0;
	float:left;
	text-align:left;
	}
#featured  {
	width: 50%;
	margin:0;
	padding:0;
	text-align:left;
	float:left;
	}
		
#right-column  {
/*	width: 37%;*/
	margin:0 0 15px 0;
	padding:0;
	float:right;
	border: 1px solid #808080;
	}
#left-column  {
	width: 24%;
	margin:10px 0 0 0;
	padding:0;
	text-align:left;
	float:left;
	background:#fff;
	}

#prev-next {
	text-align:center;
	}	
		
#footer {
	clear:both;
	padding: 20px 0 20px 0;
	margin: 0;
	}
.padding {
	padding:15px;
	}	
	
/* Text Styles	 */		

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 67%;
	line-height:1.5em;
	color:#474747;
	}

a {
	font-size: 1.2 em;
	font-style: normal;
	font-weight: bold;
	color: #474747;
	text-decoration: none;
	}

a:hover {
	color: #c00;
	text-decoration: underline;
	}

a img {
	border: none;		
	}
a.prev:link, a.prev:visited {
	font-size: .95em;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	background:url(../i/prev_btn.gif) left 69% no-repeat;
	padding: 5px 10px 5px 22px;
	}	
a.prev:hover {
	background:url(../i/prev_btn_ovr.gif) left 69% no-repeat;
	color: #c00;
	}
a.next:link, a.next:visited {
	font-size: .95em;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	background:url(../i/next_btn.gif) right 69% no-repeat;
	padding: 5px 22px 5px 10px;
	}
a.next:hover {
	color: #c00;
	background:url(../i/next_btn_ovr.gif) right 69% no-repeat;
	}		

h1, h2, h3, h4, p {
	letter-spacing:.07em;
	}		
#featured p, #padding p {
	margin:0 0 10px 10px; 
	}
h1 {
	font-size: 1.6em;
	font-weight: bold;
	color:#CB1009;
	text-decoration: none;
	margin: 0 0 16px 0;
	padding:6px 0 6px 10px;
	border-bottom: 1px solid #808080;
	font-weight:bold;
	text-transform:uppercase;
	}
#left-column h1 {
	margin: 0 0 6px 0;
	padding:6px 0 6px 10px;
	border-bottom: 1px solid #808080;
	font-weight:bold;
	text-transform:uppercase;
	}	

h2 {
	font-size: 1.30em;
	padding:0 0 16px 10px;
	margin: 0 0 6px 0;
	font-weight: bold;
	color:#474747;
	text-decoration: none;
	}	
h2 span {
	font-size:.80em;
	}	
h3 {
	font-size: 1.40em;
	font-weight: bold;
	color: #474747;
	margin:8px 0 0 0;
	padding:0;
		}		
h4 {
	display: inline;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	color: #474747;
	text-decoration: none;
	}
#left-column ul {
	list-style-type:none;
	margin:0;
	padding:0;
	}
#left-column ul li a {
	display:block;
	border-bottom:1px solid #999;
	font-weight:normal;
	font-size:1em;
	}
#left-column ul li a:link, #left-column ul li a:visited {
	color:#474747;
	padding: .65em 0 .65em 2.7em;
	background: url(../i/button.gif) left center no-repeat;
	}
#left-column ul li a:hover {
	color:#cb1009;
	padding: .65em 0 .65em 2.7em;
	background: url(../i/button-over.gif) left center no-repeat;
	}	
	
#topnav a{
	font-size:1.10em;
	color:#ddd;
	padding:.25em .38em .25em .7em;
	margin:0 2.76em 0 2em;
	border-right:2px solid #fff;
	}
#topnav a:link, #topnav a:visited{
	color:#ddd;
	border-right:2px solid #ddd;
	}	
#topnav a:hover{
	color:#fff;
	background:#CB1009;
	text-decoration:none;
	border-right:2px solid #fff;
	}		

#footer {
	color: #666;
	}
#footer a:link, #footer a:visited {
	font-size:.85em;
	color: #666;
	letter-spacing: 1.7pt;	
	font-weight: bold;
	text-decoration: none;
	margin:2px 10px;
	}
#footer a:hover {
	text-decoration:underline;
	}				
hr {
	border: none 0; 
	border-bottom: 1px solid #808080;
	clear:both;
	height: 1px;
	margin: 0 0 5px 0;
	}	
img.border {
	padding: 4px;
	
	}
	
.fleft {
	float: right;
	}
.fleft img {
	margin:10px 0 6px 10px;
	}	
	
.fright {
	float: left;
	}	
	
.fright img {
	margin:10px 10px 6px 0;
	}	

.smaller {
		font-size: .9em;
		}
.totop {
		font-size: .8em;
		padding: 14px 22px 0 0;
		}	
.totop a {
		color:#990000;
		text-decoration: underline;
		}	
.red {
	color: #CB1009;
	}				
#title1  {
	text-align: left;
	}
#caption {
	text-align: center;
	font-size: 11px;
		}

img {
	border: none;
	display: block;
	}
.inline img {
	display: inline;
	}	

