/*
(c)2008, 2009 Ramona Maxwell - all rights reserved
Design by Ramona Maxwell
Please visit www.MaxwellArts.com for web development and media services.
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #963232;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #8B4513;
}

h1, h2, h3 {
	color: #313131;
}

h1 {
	margin: 0;
	padding: 0;
	font: italic 197% "Times New Roman", Times, serif;
	color: #B0171F;
}

h2 {
	font-size: 107%;
	color: #B0171F;
}

h3 {
	margin-bottom: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 77%;
	font-weight: bold;
}

p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
	font-size: 107%;
}

blockquote {
	padding: 15px 0 0 20px;
	background: url(images/img11.gif) no-repeat;
	text-align: left;
	font: italic 100% "Times New Roman", Times, serif;
}

ol {
	list-style-position: inside;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 20px;
	background: #D7CE32 url(images/img09.gif) no-repeat left center;
}

a {
	text-decoration: none;
	color: #8B4513;
}

a:hover {
	text-decoration: underline;
	color: #DB5600;
}

#marquee {
	width: 749px;
	background: #963232 center center;
	font: italic 297% "Times New Roman", Times, serif;
	color: #FFFFFF;
	vertical-align: middle;
	border-style: ridge;
	border-width: 12px;
	border-color: #963232;
}


/* Logo */

#logo {
	width: 504px;
	height: 423px;
	padding: 0 0 0 0;
	background: url(images/cache2/JosHarr-full.jpg) no-repeat center;
	border-top-style: ridge;
	border-top-width: 12px;
	border-top-color: #963232;
	border-right-style: ridge;
	border-right-width: 12px;
	border-right-color: #963232;
	border-left-style: ridge;
	border-left-width: 12px;
	border-left-color: #963232;
	margin: 0 auto;

}

#logo h1 {
	margin: 0;
	text-align: center;
	padding: 175px 160px 0px 0px;
	text-transform: lowercase;
	letter-spacing: -1px;
	font: normal 36px "Times New Roman", Times, serif;
	font-style: italic;
}

#logo h2 {
	margin: -7px 0 0 0;
	text-align: center;
	padding: 0px 160px 0px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 7px;
	font-weight: bold;
	
}

#logo a {
	text-decoration: none;
	color: #B0171F;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: #D7CE32;
	border-right-style: ridge;
	border-right-width: 12px;
	border-right-color: #963232;

}

/* Content */

#content {
	float: left;
	width: 400px;
	padding: 0 0 0 60px;
	background: #D7CE32;
	border-left-style: ridge;
	border-left-width: 12px;
	border-left-color: #963232;
}

#content .title {
	padding: 10px 10px 10px 50px;
	background: #D7CE32 url(images/img07.gif) no-repeat 0% 13%;
}

#content .content {
	padding: 20px 20px 1px 20px;
	background: #D7CE32 url(images/img08.gif) repeat-x;
}

#welcome {
	padding-bottom: 20px;
	margin-bottom: 10px;
	background: #D7CE32 url(images/img10.gif) no-repeat center bottom;
}

.floating-box {
	float: left;
	width: 160px;
	margin: 0 20px;
	font-size: 85%;
}

.floating-box .heading {
	margin-bottom: 1em;
	padding-bottom: 1em;
	background: #D7CE32 url(images/img08.gif) repeat-x left bottom;
}

.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 92%;
}

.floating-box img {
	border: 5px solid #963232;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 160px;
	padding: 0 80px 0 20px;
	background: #D7CE32;
}

#sidebar h2 {
	margin-bottom: 1em;
}

#sidebar blockquote {
}

#sidebar blockquote p {
}

#links {
}

#links ul {
}

#links li {
}

#links a {
}

/* Menu */

#menu {
	padding-top: 20px;
}

#menu ul {
}

#menu li {
}

#menu a {
}

#menu a:hover {
}

#menu b {
}
/* img */
div.img
  {
  margin: 2px;
  border: 0px solid #0000ff;
  height: 95%;
  width: 95%;
  float: left;
  text-align: center;
  }
div.img img
  {
  display: inline;
  margin: 3px;
  height: 95%;
  width: 95%;
  border: 1px solid #963232;
  }
div.img a:hover img
  {
  border: 1px solid #0000ff;
  }
div.desc
  {
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
  }


/* Footer */

#footer {
	width: 760px;
	height: 50px;
	margin: 0 auto;
	background: #963232 url(images/img06.gif) no-repeat;
	border-style: ridge;
	border-width: 12px;
	border-color: #963232;

}

#footer p {
	margin: 0;
	font-size: 77%;
}

#footer .links {
	float: left;
	padding: 15px 0 0 97px;
	color: #D7CE32;
}

#footer .legal {
	float: right;
	padding: 15px 62px 0 0;
	color: #D7CE32;
}

#footer a {
	color: #D7CE32;
}