@charset "utf-8";
/* CSS Document */

* {
	margin:0 auto;
	padding:0;	
	font-size:100%;
	}
body {
	text-align:center; 
	background:#A5A37E; 
	background-image:url(images/leatherBkgd.jpg);
	color:#96956F;
	width:950px;
	}
	

html, input, textarea {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12.5px;
	line-height:1.5em; 
	color:#96956F;
	}
	
h1 {
		font-size:1.5em;
		color:#E7E5B4;
		line-height:1.5em;
}

h2 {
	line-height:1.5em; 
	color:#ddc8ad;
	padding: 5px 0 10px 0;
	}
.italics {
	font-style:italic;
	}
	
a {
	text-decoration:underline; 
	color:#96956F;
	}
a:hover {
	color:#c38c2f;
	text-decoration:underline;
	}

	
.menu {
	padding:16px 0 12px 34px;
}
.menu ul {
		list-style:none;
}
.menu li {
	float:left; 
	font-size:20px;
	}
	
.menu li a {
		text-decoration:none;
}
	
.menu li a:hover {
	text-decoration:none;
	color:#c38c2f;
	}
	

ul {
	list-style:disc;
	list-style-position:inside;
	}
ul li {
	padding:0 0 2px 0px;
	}
li a {
	text-decoration:underline; 
	color:#96956F;
	}
li a:hover {
	color:#E7E5B4;
	text-decoration:underline;
	}
.bottomLeftPad {
			padding: 15px 10px 5px 20px;
}
.quote {
	font-family:"Times New Roman", Times, serif;
	color:#cb9a34;
	font-size:1.25em;
	padding: 0px 10px 15px 20px;
}
.quoteItalics {
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color:#cb9a34;
	font-size:1.25em;
	padding: 0px 10px 15px 20px;
}
.quotelink {
	font-family:"Times New Roman", Times, serif;
	color:#cb9a34;
	font-style:italic;
}

.author {
	color:#cb9a34;
	font-weight:bold;
}
.titles {
	font-family:"Impact", Arial, sans-serif;
	font-size: 1.5em;
}
/* .imagePadding {
		padding:10px 10px;
} */
#container { 
	width: 950px; /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/bottomBack.png);
} 
#header { 
	background: #DDDDDD; 
	background:url(images/navBack.png) left top repeat-x;
	height:50px;
} 

.col-1 { 
	height:auto !important; 
	color:#96956F;
	float:left;
	width:299px;
	}
.logo {
	text-align:center;
	background-color:#5c101a;
	width:299px;
	float:left;
	}
.bottomLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 299px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/* background: #EBEBEB; the background color will be displayed for the length of the content in the column, but no further */
}

.col-2 {
	height:auto !important; 
	color:#84836B;
	}
	

.topRight { 
	 /* margin: 0 0 0 321px;the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	/* padding: 0 20px; remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:left;
	float:right;
	width:611px;
	padding: 15px 20px;
} 
.bottomRight {
	float:right;
	width:621px;
	padding: 15px;
}

.wrapper {
	width:100%; 
	overflow:hidden;
	}


.button1 {
	font-size:0.917em; 
	line-height:1em; 
	float:left;
	padding: 10px 0;
	}
	
.button1 a {
	display:block; 
	color:#FFFFFF; 
	text-decoration:none; 
	}
.button1 a:hover {
	text-decoration:underline;
	}
	
.button1 span {
	background:url(images/buttonBack.png) left top no-repeat; 
	width:97px;
	display:block; 
	padding:3px 7px 5px 7px;
	}
	
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#0f0f09;
	text-align:left;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* place css box model fixes for IE 5* in this conditional comment */
#sidebar1 { 
	width: 230px; 
	}


/* place css fixes for all versions of IE in this conditional comment */
#sidebar1 { padding-top: 30px; }

