/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img1.gif) repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3D515C;
font-size:15px;
}

img {
	border: none;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	letter-spacing: -1px;
	font-weight: normal;
	font-style: italic;
	color: #8F3844;
}

p, ul, ol {
	margin-top: 0;
	padding-top: 0;
	line-height: 150%;
}


ul {
	padding-left: 1em;
	list-style-type: square;
}

ol {
	margin-left: 0;
	padding-left: 1em;
}

li {margin-bottom:8px;}
#nav li {margin-bottom:5px;}
#nav li#active {font-weight:bold;}

a, a:active {
	text-decoration: none;
	color: #8F3844;
}

a:hover {
	text-decoration: underline;
	color: #3D515C;
}

/* Header */

#header {
	height: 116px;
	margin-bottom: 20px;
	padding-top: 20px;
	background: url(images/img2.gif) no-repeat center bottom;
}

#header * {
	text-align: center;
	text-decoration: none;
	color: #8F3844;
}

#header h4 {
	letter-spacing: -2px;
	font-size: 48px;
}

#header h5 {
	letter-spacing: normal;
	font-size: 12px;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
}

#colOne {
	float: right;
	width: 240px;
}

#colTwo {
	float: left;
	width: 440px;
	margin-top:-6px;
}


#colTwo h2 {font-size:20px;margin:15px 0px 5px -15px;}
#colTwo h3 {font-size:18px;margin:10px 0px 5px -10px;}
#colTwo h4 {font-size:16px;margin:10px 0px 5px -10px;}

/* Footer */

#footer {
	clear: both;
	padding: 20px;
	background: #F5EDEE url(images/img1.gif) repeat-x 0px -120px;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 11px;
}

/* Boxed */

.boxed {
}

#menu.boxed h4 {
	margin: 0;
	padding: 0;
font-size:24px;
}

.boxed h4 {
margin-bottom:10px;margin-top:30px;
font-size:20px;
}

.boxed .content {
	padding: 20px;
	background: url(images/img3.gif) repeat-x;
}

.boxed .image {
	float: left;
	margin: 5px 20px 0 0;
}

blockquote {font-style:italic;}


fieldset#contact-form {margin:20px 0px 20px 20px;background:#F5EDEE;padding:10px;color:#000;width:300px;}
fieldset#contact-form label {font-size:13px;}
fieldset#contact-form input {height:20px;font-size:15px;margin-bottom:15px;}
fieldset#contact-form textarea {font-size:15px;margin-bottom:15px;width:280px;}
fieldset#contact-form #contact-button {font-size:15px;height:30px;margin-left:30px;}

img {background:#fff;padding:1px;border:3px solid #c89;margin:10px;}
