@charset "UTF-8";

*{
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-size: 75%;
	font-family: verdana, sans-serif;
	background: url(../images/background.jpg) repeat;
	background-position: center top;
	background-color: #000;
	}

a:link 	{ 
	color: #000;
	text-decoration: underline;}

	a:visited { color: #000; 
	text-decoration: underline;}
	
	a:hover { color: #F60;
	text-decoration: none;}

	
	em {
	font-style: italic;
}


#box {
	background: #fff ;
	position: relative;
	padding: 0px 7px 0px 8px;
	margin: 0px auto;
	width: 745px;
	text-align: center;
	border-left: 0px solid #333;
	border-right: 0px solid #333;
	}


#banner {
	background-image: url(../images/logo&box.jpg);
	background-repeat: repeat-y;
	height: 126px;
	background-color: #fff;

	}

#banner2 {
	background-image: url(../images/man-up.jpg);
	background-repeat: repeat-y;
	background-position: bottom right;
	margin: 0;
	padding: 122px 0 .3em .5em;	
	}


#container {
	border-bottom: 3px solid #fff;
	}

#container2 {
	background-image: url(../images/man-down.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	tex-align: right;
	}

#navigation {
	float: left;
	width: 247px;
	padding-top: 0em;
	text-align: left;
	}

#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0; 
	}

#navigation ul li { 
	margin-top: 2px; 
	}

#navigation ul li a {
	display: block;
	width: 230px;
	padding: 4px 0px 4px 17px;
	font-size: 86%;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background-color: #66410E;
	}

#navigation ul li a:hover{
	color: #FFF;
	background-color: #A99243;
	}

#imagequote {
	float: right;
	width: 240px;
	padding: 40px 20px 0 20px;
	text-align: right;
	font-size: 100%;
	font-weight: normal;
	color: #fff;
	}


#middle {
	border-top: 20px solid #A99243;
	margin-bottom: 10px;
	}

#quotes {
	float: left;
	width: 200px;
	margin: 0;
	padding: 52px 30px 0 17px;
	font-style: normal;
	font-size: 90%;
	color: #666;
	text-align: left;
	}

#more {
	float: right;
	width: 160px;
	margin: 0;
	padding: 0px 10px 0 0;
	color: #ccc;
	}

#more h3 {
	margin-top: 0;
	color: #00;
	padding: .2em;
	}

#content {
	margin-left: 252px;
	margin-right: 0px;
	line-height: 150%;
	}

#content h2 {
	font-size: 170%;
	color: #66410E;
	margin: 0;
	padding-top: 20px;
	font-weight: normal;
	text-align: left;
	padding-bottom: 10px;
	}
	
#content h3 {
	font-size: 120%;
	color: #66410E;
	margin: 0;
	padding-top: 5px;
	font-weight: normal;
	text-align: left;
	text-decoration: underline;
	padding-bottom: 5px;
	}

#content p {
	text-align: left;
	padding: 0 20px 0 0;
	}
	
	#content p.p1 {
	text-align: right;
	padding: 10px 20px 0px 0;
	}
	
		
#content ul {
	list-style-type:disc;
	text-align: left;
	padding: 0px 0 12px 30px;
	margin: 5px 0 0 0;
	background-color:#fff;

	}

#content ul li { 
	padding: 2px 0 0 10px;
	}

#content ul li a {
	padding: 1px;
	font-size: 100%;
	text-decoration: none;
	color: #F60;
	}

#content ul li a:hover{
	color: #640;
	text-decoration: underline;
	
	}

#cleardiv {
	clear: both;
	height: 0px;
	}



#low {
	margin: 0;
	height: 94px;
	background-image: url(../images/below03.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	}


#low2 {	
	float: left;
	width: 247px;
	margin: 0;
	padding-top: 0em;
	}

#low3 {	
	float: right;
	width: 247px;
	margin: 0;
	padding-top: 0em;
	}


#low4 {	
	margin-top: 0;
	margin-left: 249px;
	margin-right: 249px;
	width: 247px;
	padding-top: 0em;
	}

#low p {
	margin: 0;
	padding-top: 0em;
	font-weight: normal;
	text-align: left
	}

#low a {
	display: block;
	width: 230px;
	padding: 3px 0px 3px 17px;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #fff;
	background-color: #66410E;
	}

#low a:hover{
	color: #fff;
	background-color: #A99243;
	}



#footer {
	clear: both;
	padding: 7px 17px 7px 17px;
	border-top: 2px solid #fff;
	border-bottom: 3px solid #fff;
	text-align: center;
	height: 33px;
	background-color: #A99243;
	}

#footer h2 {
	font-size: 80%;
	font-weight: normal;
	padding: 3px 0 0 0;
	color: #333;
	}

#footer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	}

#footer li {
	display: inline;
	margin-right: 1em;
	}
	
#footer h2 a {
	color: #333;
	}
	
#footer h2 a:hover {
	color: #fff;
	}
	

