﻿body {
	background: #601d00 url('images/bg1.jpg');
	color: #280600;
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 80%;
	margin: 0px auto;
}


/* main links */
a, a:link, a:visited {
	color: #d30000;
	text-decoration: none;
	font-family: Georgia, 'Times New Roman', Serif;
	font-variant: small-caps;}

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

/* container holds everything; various IDs */

#container {
	width: 814px;
	margin: 0px auto;
	background: #eba900 url('images/bg2.jpg');}

#header {
	border-bottom: 10px #c17e00 solid;
	margin: 0px auto;
	width: 814px; 
	height: 450px;
	background: url('images/gluhen.jpg') no-repeat;
	}
#main {  	
	
	padding: 2px;
	width: 650px; 
	float: left;
	margin-left: 5px;
	}


/* headers */

h1 {
	font-size: 2em;
	font-family: Palatino, Georgia, 'Times New Roman', Times, Serif; 
	color: #491f00;
	font-weight: lighter;
	font-variant: small-caps;
	margin-top: 0px;}

h1:first-letter {
	color: #d30000;}

h2 {
	color: #912b00;
	border-bottom: 4px solid #912b00;
	margin-right: 10px;
	margin-left: 0px;
	padding-left: 10px;
	letter-spacing: 2px;
	font-family: Georgia, 'Times New Roman', Serif;
	font-weight: bold;
	font-size: 1.5em;}
	
h3 {
	color: #912b00;
	line-height: 20px;
	font-size: 1.2em;
	border-bottom: #912b00 2px dotted; 
	margin: 2px;}
/* sidebar styles */

#sidebar {
	width: 140px;
	padding: 5px;
	float: right;
	}
	
#sidebar p {
	font-size: .8em;}
	
/*sidebar classes */	
#sidebar h1 {
font-size: 1.4em;}
	
#sidebar a, #sidebar a:link, #sidebar a:visited {
	color: #d30000;
	text-decoration: none;
	font-family: Georgia, 'Times New Roman', Serif;
	font-variant: small-caps;}
	
#sidebar a:hover, #sidebar a:active {
color: #b72300;
	text-decoration: none;}
	
#sidebar ul {
	margin: 2px;
	padding: 0px;
	list-style-type: none;
	width: 140px;
}

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

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

/* and the footer */

#footer {
	width: 814px;
	clear: both;
	text-align: center; 
	font-size: .7em;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
	border-bottom: 10px #c17e00 solid;}
	


/* miscellaneous */

table {
	
	margin: 0px auto;
}
	
td {
	font-family: Verdana, Tahoma, Arial, Sans-serif;
	text-align: left;
	background-color: #f3b95e;
	padding: 2px;
	width: 20%;
	} 

pre {
	width: 100%; }

em, strong, th {
	color: #5a6600;
	font-family: Verdana, Tahoma, 'Trebuchet MS', Arial, Sans-serif; }

blockquote {
	background-color: #f3b95e;
	padding: 5px;}
	
	
input, select, textarea, dropdown{
	color: #d30000;
	background-color: #f3b95e;
	border: 0px;
	font-family: Verdana, Tahoma, 'Trebuchet MS', Arial, Sans-serif;
	font-size: 1em; }

img {
	border: 5px solid #b72300;
}

a img:hover {
	border: 5px solid #d30000;}



.center {
	text-align: center; }

#enthfoot {
	width: 100%;
	clear: both;}



abbr {
	border-bottom: 1px dotted #656565; }