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

body {
	margin: 30px 0;
	padding: 0;
	background: #FFFFFF;
	font: normal small Arial, Helvetica, "Trebuchet MS", sans-serif;
	color: #444444;
}

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

h2 {
	font-size: 1.5em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-top: 10px;
	line-height: 180%;
	text-align: justify;
}

a {
	color: #660000;
}

a:hover {
	text-decoration: none;
	color: #FF6000;
}

/* Header */

#header {
	width: 700px;
	height: 176px;
	margin: 0 auto;
	border-bottom: 1px solid #ccc;
}

/* Logo */

#logo {
	float: left;
	padding: 0;
	height: 176px;
	width: 700px;
	background: url(../images/header.jpg) no-repeat left center;
}

#logo h1 {
	margin: 0;
	padding: 20px 0 5px 20px;
	text-transform: none;
	font-size: 40px;
}

#logo h2 {
	margin: 5px 0 0 3px;
	padding: 0 0 0 20px;
	font-size: 15px;
	font-weight: normal;
}

#logo a {
	text-decoration: none;
	color: #660000;
	color: #fff;
}

/* Menu */

#menu {
	float: right;
	padding: 20px 0 20px 0;
	width: 200px;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	text-align: center;
}

#menu a {
	display: block;
	width: 200px;
	height: 30px;
	float: left;
	margin: 3px 0;
	padding: 0;
	text-decoration: none;
	color: #FFF;
	background-color: #660000;
}

#menu a:hover {
	background-color: #550000;
}

/* Content */

#content {
	width: 700px;
	margin: 0 auto;
}

/* Welcome */

#welcome {
	float: left;
	width: 450px;
	margin-top: 30px;
	margin-bottom: 20px;
}

#welcome .more {
	padding-top: 15px;
	border-top: 1px dashed #CCCCCC;
}

#welcome .more a {
	padding-left: 15px;
	background: url(../images/img05.gif) no-repeat left center;
}

/* sidebar */

#sidebar {
	float: right;
	width: 250px;
	margin-top: 30px;
	margin-bottom: 20px;
}

#sidebar h3 {
	padding-left: 15px;
	background: url(../images/img04.gif) no-repeat left center;
}

#sidebar .lined {
	margin: 0 0 15px 0;
	padding: 0 0 10px 15px;
	border-bottom: 1px dashed #CCCCCC;
}

#sidebar .more {
	margin: 0;
	padding: 0;
	border: none;
}

#sidebar .more a {
	padding-left: 15px;
	background: url(../images/img05.gif) no-repeat left center;
}

/* Feature */

#feature {
	clear: both;
	width: 700px;
	margin: 0 auto;
	padding: 20px 20px 10px 20px;
	background: #F5F5F5;
	border: 1px solid #E0E0E0;
}

#feature img {
	float: right;
	margin-left: 20px;
}

#feature h2 {
	margin: 0;
}

/* Footer */

#footer {
	clear: both;
	width: 700px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 1px solid #ccc;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: smaller;
	color: #555;
	text-align: center;
}

#footer a {
	color: #555;
}

#footer a:hover {
	color: #666666;
}