@import url("form.css");
* {
	margin: 0;
	padding: 0;
}
body {
	background: #E3E3E6 url("images/img01.gif") repeat-x;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
}
h1, h2, h3 {
	color: #000;
}
h1 {
	margin-bottom: .5em;
	font-size: 182%;
	font-weight: normal;
	letter-spacing: -2px;
}
h2 {
	margin-bottom: .5em;
	font-size: 136%;
	font-weight: normal;
	letter-spacing: -1px;
}
h3 {
	font-size: 100%;
	font-weight: bold;
}
p, blockquote, ol, ul {
	margin-bottom: 1.5em;
	text-align: justify;
	line-height: 167%;
	font-size: 107%;
}
blockquote {
	margin-left: 2em;
}
ol {
	margin-left: 2em;
}
ul {
	list-style: none;
}
ul li {
	padding-left: 1em;
	background: url("images/img07.gif") no-repeat left center;
}
a {
	text-decoration: underline;
	color: #ef4135;
}
/* Menu */

#menu {
	width: 900px;
	height: 40px;
	margin: 0 auto;
}
#menu ul {
	margin: 0;
	padding: 0 0 0 30px;
	list-style: none;
}
#menu li {
	padding: 0;
	display: inline;
	background: none;
}
#menu a {
	display: block;
	float: left;
	height: 30px;
	padding: 10px 8px 0 8px;
	font-size: 90%;
	font-weight: bold;
	color:#fff;
	text-decoration: none;
}
#menu a:hover {
	background: #ef4135;
	color: #fff;
}
#menu b {
	text-decoration: underline;
}
/* Logo */

#logo {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	background: #E3E3E6 url("images/img02.jpg")
}
/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: url("images/img03.gif") repeat-y;
}
/* Content */

#content {
	float: left;
	width: 460px;
	padding: 20px 30px 20px 30px;
}
#featured {
	width: 450px;
	padding: 0 5px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}
#featured p {
	margin: 3px 0;
}
#featured ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#featured li {
	background:transparent url("images/img07.gif") no-repeat scroll left 10px;
	margin-left: 5px;
	font-size: 12px;
}
#featured img { /*image border color*/
	float: left;
}
#welcome {
	margin-bottom: 20px;
	padding-bottom: 1px;
	background: url("images/img04.gif") repeat-x left bottom;
}
.floating-box {
	float: left;
	width: 220px;
}
.floating-box p, .floating-box blockquote, .floating-box ol, .floating-box ul {
	line-height: 144%;
	font-size: 92%;
}
.floating-box img {
	border: 3px solid #000;
	padding: 2px;
}
/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding: 20px;
}
#sidebar blockquote {
	margin-left: 0;
	padding-left: 1em;
	background: url("images/img09.gif") no-repeat right bottom;
	border-left: 5px solid #ef4135;
}
#sidebar blockquote p {
	text-align: left;
	line-height: normal;
	font-style: italic;
}
#links {
}
#links ul {
	background: url("images/img04.gif") repeat-x left bottom;
}
#links li {
	padding: 5px 0;
	background: url("images/img04.gif") repeat-x left top;
}
#links a {
	padding-left: 1em;
	background: url("images/img08.gif") no-repeat left center;
	color: #ef4135;
	text-decoration: none;
}
/* Footer */

#footer {
	height: 50px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
#footer .wrapper {
	width: 760px;
	margin: 0 auto;
}
#footer .links {
	float: left;
	width: 460px;
	height: 34px;
	padding: 16px 30px 0 30px;
	background: #fff;
	font-size: 85%;
}
#footer .legal {
	float: right;
	width: 220px;
	height: 34px;
	margin: 0 auto;
	padding: 16px 20px 0 0;
	background: #ef4135;
	text-align: right;
	font-size: 85%;
	color: #fff;
}
