/*
	Notes --
	This is the stylesheet for the main body of the site	
*/

html, body{
	background-color: #7c552e;
	color: white;
	font-family: Georgia;
	padding: 1px;
	margin: 1px;
}
#myBody{
	background-color: #572020;
	width: 770px;
}
#container{
	margin-left: 5px;
	width: 770px;
}
#header{
	padding-top: 10px;
}
#header #logo{
	float:  left;
	width: 135px;
	padding-top: -5px;
	padding-bottom: 10px;
}
#header #menu{
	margin-top: 10px;
	margin-left: 150px;
	height: 95px;
	width: 610px;
	background-color: #7c2e2e;
}
#header #menu #links{
	margin: .25em;
	width: 220px;
}
#header #menu #links ul,li{
	padding: 0;
	margin: .25em;
	color: #fff;
	letter-spacing: .25em;
	list-style-type: none;
	font-size: .95em;
}
#header #menu #links ul,li a{
	color: #fff;
	text-decoration: none;
}

/* The Quote Display*/
#header #menu #quote{
	text-align: center;
	font-style: italic;
	font-size: 10pt;
}

/* New Buttons Layout for HP */
/* #buttons{
	margin: .35em;
	clear: right;
	padding: 0;
}
#buttons ul{
	margin-top: 0.5em;
	padding: 0;
	font-size: 12pt;
}
#buttons ul li{
	list-style: none;
	margin: 0;
	display: inline;
	border: double #7c552e;
	background: #572020;
	padding: 0.1em;
}

#buttons ul li a{
	padding: 2px 0.5em;
	color: #fff;
	text-decoration: none;
}
#buttons ul li:hover{
	border: double #572020;
	background: #7c552e;
}*/

/* New Buttons Layout for header */
#header_buttons{
	margin-left: .35em;
	padding: 0.1em;
	display: inline;
	font-size: 12pt;
	border: double #7c552e;
	background: #572020;
	letter-spacing: .2em;
}
/*
#header_buttons{
	margin-top: 0.5em;
	padding: 0;
	font-size: 12pt;
}
#header_buttons{
	list-style: none;
	margin: 0;
	display: inline;
	border: double #7c552e;
	background: #572020;
	padding: 0.1em;
}*/

#header_buttons a{
	/*margin-top: 0.5em;*/
	padding: 1px 0.5em;
	color: #fff;
	text-decoration: none;
}
#header_buttons:hover{
	border: double #572020;
	background: #7c552e;
}

#content{
	clear: both;
	margin-top: .35em;
	width: 760px;
	min-height: 280px;
	border-top: 2px solid #cc8f8f;
	background-color: #7c2e2e;
	display: block;
}

#content img{
	margin-top: .1em;
}

#footer{
	color: #7c2e2e;
	clear: both;
	height: 72px;
	width: 760px;	
	text-align: right;
	margin-top: .45em;
}
#footer #links{
	float: left;
	text-align: left;
}
#footer #links ul,li{
	padding: 0;
	margin: 0;
	color: #fff;
	letter-spacing: .25em;
	list-style-type: none;
	font-size: .95em;
}
#footer #address{
	float: right;
	color: #cc8f8f;
	font-size: .95em;
}
#footer #copy{
	color: #572020;
}
#footer #copy #text{
	float: left;
	clear: both;
	margin-top: 12px;
}
#footer a{
	color: #fff;
	text-decoration: none;
}
#footer a:hover{
	color: #fff;
	text-decoration: underline;
}