/*
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #FFFFFF url(../images/img01.gif) repeat-x;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #623131;
}

h1, h2, h3 {
	color: #313131;
}

h1 {
	margin: 0;
	padding: 0;
	font: italic 197% "Times New Roman", Times, serif;
	color: #800000;
}

h2 {
	font-size: 107%;
	color:  #800000;
}

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 0px;
	text-align: left;
	font: italic 100% "Times New Roman", Times, serif;
}

ol {
	list-style-position: inherit;
}

ul {
	list-style: circle;
	list-style-position:inside; 
}

ul li {
	padding-left: 20px;
}

a {
	text-decoration: none;
	color: #AA3F00; 
}

a:hover {
	text-decoration: underline;
	color: #B16A4B; 
}

/* Logo */

#logo {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	background: url(../images/img02.jpg) no-repeat;
}

#logo h1 {
	margin: 0;
	padding: 110px 0 0 120px;
	text-transform: lowercase;
	letter-spacing: -1px;
	font: normal 36px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#logo h2 {
	margin: -7px 0 0 0;
	padding: 0 0 0 155px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 7px;
	font-weight: bold;
	
}

#logo a {
	text-decoration: none;
	color: #804040;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: url(../images/img03.gif) repeat;
}

/* Content */

#content {
	float: left;
	width: 450px;
	padding: 0 0 0 95px;
	background: url(../images/img04.gif) no-repeat;
}

#content .title {
	padding: 10px 10px 10px 20px;
	 
}

#content .content {
	padding: 20px 20px 1px 20px;
	background: url(../images/img08.gif) repeat-x;
}

#welcome {
	padding-bottom: 20px;
	margin-bottom: 10px;
	
}

.floating-box {
	float: right;
	width: 200px;
	margin: 0 10px;
	font-size: 90%;
}

.floating-box .heading {
	margin-bottom: 1em;
	padding-bottom: 1em;
	background: 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: 100%;
}

.floating-box img {
	border: 5px solid #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	color: #623131; 
	width: 180px;
	padding: 0 0px 0 0px;
}


/* Right Index */

#rightIndex {font: 12px Arial, Helvetica, sans-serif;
	color: #623131;
	line-height:28px;
	padding: 20px 5px 5px 0px;
}
#imgborder {
	border-color: #FFBF55;
	border-style: groove;
	border-width: 3;
	border-spacing: 10px;
	padding: 0px;
	margin: 1em;
}

#imgborder2 {
	border-color: #FFBF55;
	border-style: groove;
	border-width: 3;
	border-spacing: 0px;
	padding: 0px;
	margin: 1em;
}


/* Footer */

#footer {
	width: 760px;
	height: 50px;
	margin: 0 auto;
	background: url(../images/img06.gif);
}

#footer p {
	margin: 0;
	font-size: 77%;
}

#footer .links {
	float: left;
	padding: 15px 0 0 97px;
	color: #BB4811;
}

#footer .legal {
	float: right;
	padding: 15px 62px 0 0;
	color: #BB4811;
}

#footer a {
	color: #BB4811;
}