/* Contents:
	Sitewide Styles
	Text Formatting
	Individual Page Formatting
*/

/* Sitewide Styles
--------------------------------------------------------------------------------------- */

body {
	background-color: #572700;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 12px;
	margin: 5px 0px;
	color: #f1ebdb;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-x;
	}
 	
#page {
	margin:0px auto;
	width: 960px;
	height: 500px;
	background-image: url(images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}
	
#columna, #columnb {
	float: left;
	text-align: left;
	} 

#columna { 
	padding-left: 130px;
	width: 195px;
	} 
	
#columnb { 
	width: 505px;
	padding-right: 130px;
	} 
	
#nav { 
	padding-bottom: 36px;
	text-transform: uppercase;
	}
	
#content { 
	padding-left: 35px;
	line-height: 18px;
	}

.pagetitle { 
	padding-bottom: 10px;
	}
	
#footer { 
	padding-top: 10px;
	text-align: center;
	margin-bottom: 10px;
	}
	
#credits {
	font-size: 10px;
	margin-top: 10px;
	}
	
#credits a {
	color: #f1ebdb;
	}

/* Text Formatting
--------------------------------------------------------------------------------------- */
	
a:link, a:visited { 
	text-decoration: none;
	color: #b1953a;
	}
	
a:hover, a:active { 
	color: #926c1f;
	text-decoration: underline;
	}

h1, h2 { 
	
	padding: 0px;
	font-weight: normal;
	margin: 5px 0px;
	color: #b1953a;
	}
	

h1 { 
	font-size: 17px;
	font-variant:small-caps;
	}
	
h2 { 
	font-size: 14px;
	text-transform: uppercase;
	}
	
.clear { 
	clear: both;
	}
	
.nostyle { 
	list-style-type: none;
	padding-left: 1em;
	margin-left: 1em;
	}
	
.highlight { 
	color: #b1953a;
	}
	
.dividerline {
	height: 1px;
	margin: 10px 0px 10px 0px;
	clear: both;
	background-color: #f1ebdb;
	}
	
/* Individual Page Formatting
--------------------------------------------------------------------------------------- */

.imageright, .imageleft, .imagestyle { 
	background-image: url(images/image-bg.jpg);
	background-repeat:repeat-x;
	background-color: #f1ebdb;
	font-size: 11px;
	font-style: italic;
	padding: 10px;
	color: #572700;
	}
	
.imageright { 
	float: right;
	margin: 0px 0px 10px 10px;
	}
	
.imageleft { 
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.imagestyle { 
	margin: 15px 0px;
	}

input, select, textarea {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.formcolumna, .formcolumnb { 
	float: left;
	margin-bottom: 10px;
	}

#formaddress { 
	float: left;
	width: 150px;
	padding-right: 10px;
	border-right: 1px solid #f1ebdb;
	margin: 0px 9px 10px 0px;
	text-align:right;
	font-size: 11px;
	text-transform: uppercase;
	
	}
	
#formcontent { 
	float: left;
	margin: 0px 0px 10px 0px;
	width: 300px;
	}

.formcolumna { 
	width: 150px;
	margin-right: 10px;
	text-align:right;
	font-size: 11px;
	text-transform: uppercase;
	}
	
.formcolumnb { 
	width: 250px;
	margin-left: 10px;
	}
	
.formspan { 
	width: auto;
	font-size: 11px;
	text-transform: uppercase;
	}
	



	
