body {
	margin: 0;
	padding: 0;
	background: #fff2e9 url(images/body.gif) repeat-x;
	font-size: 14px;
	color: #560707;
}

body, th, td, input, textarea, select, option {
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4 {
	font-weight: normal;
	color: #bc0c0c;
}

h1 {
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 24px;
}

h2 {
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 24px;
}

h3, h4 {
	font-size: 22px;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #4169e1;
                font-size: 14px;
}

a:hover {
	text-decoration: none;
	color: gray;
}

/* Header */

#header {
	width: 970px;
	height: 400px;
	margin: 0 auto;
	background: url(images/img01.jpg) no-repeat right top;
}

#header h1 {
	margin: 0;
}

#header h1 {
	display: none;
}

/* Menu */

#menu {
                width: 1000px;
                height: 40px;
                padding-left: 0px;
                background: url(images/menu.gif) no-repeat top;
}

#menu ul {
	list-style: none;
}

#menu li {	
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	margin-right: 3px;
	padding: 12px 25px 15px 35px;
	text-decoration: none;
	padding-top: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #bc0c0c;
	font-weight: bold;
}

#menu .last a {
	background: none;
}

#menu a:hover {
	color: #7eadd6;
}


/* Page */

#page {
	width: 970px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 680px;
	text-align: justify;
}

.post {
	padding: 10px 0 20px 0;
}

.title {
	margin: 0;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 250px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 20px;
	border-bottom: 1px dotted #7B9418;
	background: url(images/img02.gif) no-repeat 5px 50%;
}

#sidebar a {
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 3px;
	color: #bc0c0c;
}

#sidebar a:hover {
	color: #7eadd6;
}

/* News */

#news {
	margin-bottom: 20px;
   width: 250px;
	background: #faf8a5 url(images/img07.gif) repeat-y left top;
}

#news h3 {
	margin: 10px;
	padding: 10px;
	font-size: 15px;
	text-transform: uppercase;
	color: #b22222;
	font-weight: bold;
}

.heading {
	height: 55px;
	background: #faf8a5 url(images/img06.gif) no-repeat left top;
}

#news p {
	margin: 15px;
	line-height: normal;
	font-size: 85%;
	color: #649632;
}

#news a {
	color: #191970;
	text-decoration: none;
	font-weight: bold;
	text-transform: none;
	font-size: 11px;
}

.notes {
   height: 50px;
	background: #faf8a5 url(images/img08.gif) no-repeat left bottom;
}

/* Footer */

#footer {
	clear: both;
	width: 970px;
	height: 50px;
	margin: 0 auto;
	padding-top: 30px;
	border-top: 2px solid #a52a2a;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 10px;
	color: #4f4f4f;
	text-transform: uppercase;
	font-weight: bold;
}

#footer a {
	color: #778899;
	text-decoration: none;
	font-size: 10px;
}

#footer em {
	text-decoration: none;
	font-size: 7px;
}

#legal {
	float: left;
}

#links {
	float: right;
}
	
