﻿body {
	background-color: #f1e0cd;
	font-size: 12px;
	color: #dcd2af;
	font-family: Tahoma, Verdana, Sans-serif;
	font-size: 8pt;
	margin-top: 0px;
	margin-bottom: 0px;
}

#page {
	width: 620px;
	margin: 0 auto;
	background-color: #ffffff;
	border: 10px solid #ffffff;
}

#header {
	background: #ffffff url('images/header.jpg') no-repeat; 
	width: 620px;
	height: 350px;

}


#content {
	width: 600px;
	margin: 0px 5px;
	margin-top: 10px;
	padding: 0px 5px 10px 0px;
	text-align: justify;

}

#sidebar {
	width: 150px;
	float: right;
	}

#sidebar ul {
	margin-left: 10px;
	padding: 0;
	list-style-type: none;
	width: 150px;
}

#sidebar ul li a:link, #sidebar ul li a:active, #sidebar ul li a:visited {
	color: #ffffff;
	font-size: 10px;
	font-family: Georgia, 'Times New Roman', Serif;
	text-transform: uppercase;
	padding-left: 7px;
	letter-spacing: 2px;
	background-color: #f1e0cd;
	display: block;
	border-bottom: 1px solid #ffffff;
	}

#sidebar ul li a:hover {
	color: #b6c68d;
	font-size: 10px;
	font-family: Georgia, 'Times New Roman', Serif;
	text-transform: uppercase;
	padding-left: 6px;
	letter-spacing: 2px;
	background-color: #fff5ea;
	display: block;
	border-bottom: 1px solid #fffff;}


#footer {
width: 620px;
height: 50px;
padding-top: 15px;
text-align: center;
clear: both;}

hr {
display: none;}

a, a:visited {
color: #99b671;
text-decoration: none;
font-family: Georgia, 'Times New Roman', Serif;
font-weight: bold;}

a:hover, a:active {
color: #709654;
text-decoration: none;}

h1 {
color: #96a65b;
margin-right: 10px;
margin-left: 0px;
letter-spacing: 2px;
font-family: Georgia, 'Times New Roman', Serif;
font-weight: bold;
font-size: 18px;}

h2 {
color: #96a65b;
margin-right: 10px;
margin-left: 0px;
letter-spacing: 2px;
font-family: Georgia, 'Times New Roman', Serif;
border-bottom: 1px solid #96a65b;
font-weight: bold;
font-size: 13px;}

h3 {
color: #96a65b;
margin-right: 10px;
margin-left: 0px;
letter-spacing: 2px;
font-family: 'Times New Roman', Georgia, Serif;
border-bottom: 1px solid #96a65b;
font-weight: bold;
font-size: 11px;}



b, u, i, em, strong {
color: #b6c68d;}

blockquote, input, textarea, td, select {
background-color: #e2ebc6;
color: #96a65b;
padding-left: 5px;
border: 0px;}

img {
	border: 1px solid #f1e0cd;
	background-color: #fff5ea;
	margin: 2px;
	padding: 4px;
}
