/*
----------------------------------------------------------------
tonimorrisonsociety.org
Layout Style Sheet
Updated: 12.04.07	
---------------------------------------------------------------- */

/* 
---------------------------------------------
G E N E R A L 
--------------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0; }
	
img {
	display: block; }
	
hr {
	margin-top: -1px;
	visibility: hidden;
	clear: both; }
	
.hide {
	display: none; }
	
	
/* 
---------------------------------------------
C O N T A I N E R 
--------------------------------------------- */
	
html{
	background-color: #3f3124; }

body {
	position: relative; text-align: center; }
	
#wrapper {
	position: relative;
	width: 830px;
	padding: 0px;
	margin: 0px auto;
	background: transparent;
	z-index: 0;}
	
/* 
---------------------------------------------
C O N T E N T   W R A P P E R
--------------------------------------------- */

#content_area {
	width: 830px;
	min-height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	padding-bottom: 10px;
	background: #fff url(../../i/right_back.gif) repeat-y 595px 0px;
	z-index: 0;
	overflow: auto; }
	
/* 
---------------------------------------------
FULL WIDTH LAYOUT
--------------------------------------------- */	
	
#content_area_full {
	width: 830px;
	min-height: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	padding-bottom: 25px;
	background: #fff;
	z-index: 0;
	overflow: auto; }
	
#full_content {
	margin: 32px;
	text-align: left;
	z-index: 0;  }	
	
/* 
---------------------------------------------
L E F T   C O L U M N
--------------------------------------------- */

#left_content {
	float: left;
	width: 540px;
	background-color: #fff;
	margin: 0 25px 0px 30px;
	padding-top: 25px;
	z-index: 0;	}
	
* html #left_content {
	margin: 0 -3px; 
	padding-left: 30px;
	ma\rgin: 0; }
	
/* 
---------------------------------------------
R I G H T   C O L U M N
--------------------------------------------- */

#right_content {
	float: right;
	display: block;
	width: 235px;
	text-align: left;
	padding: 0;
	margin: 0;
	z-index: 0;  }	
	
/* 
---------------------------------------------
B R A N D I N G   A R E A 
--------------------------------------------- */

#branding_area {
	width: 830px;
	background: #5b4e41 url(../../i/banner.jpg) no-repeat;
	margin-bottom: 0px;  }
	
/*
----------------------------------------------------------------
	F O O T E R 
---------------------------------------------------------------- */

#footer {
	display: block;
    float: left;
    width: 830px;
    height: 50px;
    padding-left: 0px;
    margin: 0px;
    margin-bottom: 25px;
    background-color: #292019;
    clear: both;
    text-align: center;
}
	
ul.normal {
	margin: 0px;
	padding: 10px;
}