/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background:  url(/media/images/img01.gif) repeat-x;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #000000;
}

h1, h2, h3 {
	color: #000000;
}

h1 {
	margin: 0;
	padding: 0;
	font-size:130%;
	color: #000000;
}

h2 {
	font-size: 107%;
	color: #000000;
}

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: left;
	line-height: 167%;
	font-size: 107%;
}

blockquote {
	padding: 15px 0 0 20px;
	background: url(/media/images/img11.gif) no-repeat;
	text-align: left;
}

ol {
	list-style-position: inside;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 20px;
	background: url(/media/images/img09.gif) no-repeat left center;
}

a {
	text-decoration: none;
	color: #725a0f;
}

a:hover {
	text-decoration: underline;
	color: #FF6600;
}

textarea 
{
    width:250px;
}

select
{
    font-size:8pt;
}

#header {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	padding: 0 0 10px 0;
}

#h1 {
position:relative;
left:62px;
}

#h2 {
position:relative;
left:63px;
}



/* Page */

#page {
	width: 760px;
	margin: 0 auto;
}

/* Content */

#content {
	float: left;
	width: 400px;
	padding: 0 0 0 95px;
	background: url(/media/images/img04.gif) no-repeat;
    min-height:275px;
}

#content .title {
	padding: 10px 10px 10px 50px;
	background: url(/media/images/img07.gif) no-repeat 20px 50%;
}

#content .content {
	padding: 20px 20px 1px 20px;
	background: url(/media/images/img08.gif) repeat-x;
}

#welcome {
	padding-bottom: 20px;
	margin-bottom: 10px;
	}

.floating-box {
	float: left;
	/*width: 160px;*/
	margin: 0 20px;
	/*font-size: 85%;*/
}

.floating-box .heading {
	margin-bottom: 1em;
	padding-bottom: 1em;
	background: url(/media/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 #FFFFFF;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 160px;
	padding: 0 80px 0 20px;
}

#sidebar h2 {
	margin-bottom: 1em;
}

#sidebar blockquote {
}

#sidebar blockquote p {
}

#links {
}

#links ul {
}

#links li {
}

#links a {
}

/* Menu */

#menu {
	padding-top: 20px;
	background: no-repeat left center;
	font-size:120%;
}

#menu ul {
}

#menu li {
padding:10px;
background-image:none;
}

#menu a {

}

#menu a:hover {
}

#menu b {
}

/* Footer */

#footer {
	width: 760px;
	height: 50px;
	margin: 0 auto;
	background: url(/media/images/img06.gif) no-repeat;
}

#footer p {
	margin: 0;
	font-size: 77%;
}

#footer .links {
	float: left;
	padding: 15px 0 0 97px;
	color: #725a0f;
}

#footer .legal {
	float: right;
	padding: 15px 62px 0 0;
	color: #725a0f;
}

#footer a {
	color: #725a0f;
}

.contact-form textarea
{
    width:250px;
}
