@charset "UTF-8";

/* Notes: Colors
 * 		Dk brown: #64442F
-------------------------*/

/* Initial & General Styles
-------------------------*/
html * { margin: 0; padding: 0; }
body { 
	font: 62.5% Verdana, Helvetica, Arial, sans-serif;
	color: #333;
	background-color: #64442F;
}

html, body {
	height: 100%;
}	
	
#wrapper {
	margin: 0 auto 0 auto;
	width: 800px;
	min-height: 100%;
}

html > body #wrapper { width: 800px; }

img { border: 0; 	display: block; /* removes small gap below images */ }

.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;
}

a:link, a:visited {
	color: #333;
}

a:hover {
	color: #660099;
}

/* Main Navigation
----------------------------*/
#nav {
	width: auto;
	height: 30px;
	margin: 0 auto 10px auto;
	background: url(../images/bkgd-nav-home.gif) no-repeat;
	text-align: center;
}
#nav ul { /* all lists */
	padding: 4px 8px 4px 100px;
	margin: 0 auto;
	font-size: 1.2em;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
/*	width: 8em;  */
	padding: 4px 25px 4px 0px;
	color: #6d5444;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#nav a:hover {
	color: #660000;
}

#nav li { /* all list items */
	float: left;
	/* width: 8em;  width needed or else Opera goes nuts */
	text-align: left;
}

/* Main Navigation Inside
----------------------------*/
#nav-inside {
	width: auto;
	height: 30px;
	margin: 0 auto 10px auto;
	background: url(../images/bkgd-nav-inside.gif) no-repeat;
	text-align: center;
}
#nav-inside ul { /* all lists */
	padding: 4px 8px 4px 100px;
	margin: 0 auto;
	font-size: 1.2em;
	list-style: none;
	line-height: 1;
}

#nav-inside a {
	display: block;
/*	width: 8em;  */
	padding: 4px 25px 4px 0px;
	color: #6d5444;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#nav-inside a:hover {
	color: #660000;
}

#nav-inside li { /* all list items */
	float: left;
	/* width: 8em;  width needed or else Opera goes nuts */
	text-align: left;
}

/* Header
------------------------------*/
#header {
	width: 100%;;
	height: auto;
	margin: 0px 0 0 0;
	padding: 0;
	padding-top: 20px;
	background-color: #64442F;
}

#header-inside {
	width: 100%;;
	height: auto;
	margin: 0px 0 0 0;
	padding: 0;
	background-color: #64442F;
}

/* Content
-------------------------------*/
#content {
	width: 800px;
	height: auto;
	background-color: #64442F;
}

#container-home-left {
	width: 300px;
	height: 285px;
	background: url(../images/bkgd-leftbox-home.gif) no-repeat;
	background-color: #64442F;
	float: left;
}

#container-home-left h2 {
	margin: 20px 15px 0 65px;
	font-size: 1.1em;
	color: #64442F;
	font-weight: normal;
	line-height: 1.3em;
}

#container-home-right {
	width: 500px;
	height: 285px;
	background: url(../images/bkgd-rtbox-home.gif) no-repeat;
	background-color: #64442F;
	float: left;
}

#container-home-right img {
	float: left;
	margin: 20px 10px 10px 0px;
	padding-left: 20px;
}

#container-home-right img.intext {
	float: none;
	display: block;
	margin: 10px 0;
	padding: 0;
}

#container-home-right h1 {
	margin: 20px 60px 0px 10px;
	padding: 0;
	font-size: 1.3em;
	color: #64442F;
	line-height: 1.5em;
}

#container-home-right p {
	margin: 5px 60px 0px 10px;
	padding: 0;
	font-size: 1em;
	color: #64442F;
	line-height: 1.2em;
}

/* Content Inside
-------------------------------*/
#content-inside {
	width: 800px;
	height: auto;
	background-color: #FFF;
	background: url(../images/bkgd-insidebody.jpg) no-repeat;	
}

/* Footer
------------------------*/

#footer {
	text-align: center;
	padding: 10px;
}

#footer p {
	font-size: .9em;
	color: #F7CF74;
}














