/* CSS Document - Layout: Fixed width, Right Nav Column Centered with header and footer. */
/* Author:  Tom Coley - www.tomcoley.com */



	
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	padding:0px;
	background-color:#FBFDD7;
	}
		
div#outer {				/* Contains all content!! This enables a centered layout using floated sidebars for fluid widths*/
    	width: 871px;			
    	background-color:#F8FBB3;
		margin-top: 0px;
    	margin-bottom: 15px;
   	 	margin-left: auto;
    	margin-right: auto;
    	padding: 0px;
    	border:0.05em solid #000;
		}
	
div#header {
		
		background-image:url(../_IMAGES/Headerbgd.jpg);
		background-repeat:repeat-x;
		border-bottom:0.05em solid #583a2f;
		height:200px;
		text-align:right;
		}	


div#content {
		float: right;			/* For Left column layout html must be ordered as follows  CENTERCONTENT -> LEFTNAV */
		width:670px;
		height:100%;
		Padding:5px 5px;
		text-align:center;
		}
		

div#leftnav {
		width:180px;				/* For Left column layout html must be ordered as follows  CENTERCONTENT -> LEFTNAV */
		Padding: 5px 5px;
			
		}

div#footer {
		width:100%;
		padding:10px;
		text-align:center;
		clear: both;			/* Enables footer to fill width below 3 columns abover*/
		}

div#spacer {
		
		padding:10px;
		text-align:center;
		clear: both;			/* Enables footer to fill width below 3 columns abover*/
		}
			
div.navtitlebox {
		border: .05em solid #200;
		padding:5px 0px 0px 0px;
		background:#e7e47c;
		margin:5px 0px;
		color:#583a2f;
		font-size:12px;
		font-weight:bold;
		text-align:center;
		}
		


.imageborder {
		border: 0.25em solid #583a2f;
		}	

.thumbborder {
		border:0.07em solid #583a2f;
		margin:5px;
		}	

	

.navimage {
		margin:5px 0px;
		}
		
				
.footertext {
		font-size:12px;
		font-weight:lighter;
		color:#333;		
		}

.x {
	display:block;
	width:178px;
	height:20px;
	}		

.navtitlebox A:link {text-decoration: none; color:#583a2f} 				/* Enables alternative Link styles for footer. */
.navtitlebox A:visited {text-decoration: none; color:#583a2f}			/* Enables alternative Link styles for footer. */
.navtitlebox A:active {text-decoration: none; color:#583a2f}			/* Enables alternative Link styles for footer. */
.navtitlebox A:hover {color:#990000}									/* Enables alternative Link styles for footer. */

p,h1,h2,h3,pre {
		margin:0px 10px 10px 10px;
		}
		
p {
		font-size:12px;
		color:#2B1D17;
		text-align:justify;
		}
		
		
h1 {
		font-size:16px;	
		font-weight:bold;
		text-align:center;
		color:#583a2f;
		}
		
h2 {
		font-size:14px;	
		text-align:center;
		color:#583a2f;
		}
h3 {
		font-size:14px;	
		text-align:left;
		color:#583a2f;
		}

h4 {
		font-size:12px;
		color:#2B1D17;
		text-align:justify;
		}

h5 {
		font-size:10px;
		color:#2B1D17;
		text-align:justify;
		font-variant:small-caps;
		}




A:link {text-decoration: none; color:#990000}
A:visited {text-decoration: none; color:#990000}
A:active {text-decoration: none; color:#990000}
A:hover {color:#FF9933}

