@charset "UTF-8";

body {
	background-color: #3c391b;
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
}
/* CSS Document */


p {
	font-family: Georgia, Times, serif;
	font-size: 100%;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 160%;
	font-weight: bold;
	color: #3C391B;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #3C391B;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #999999;
	font-weight: normal;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #3C391B;
	font-weight: bold;
}

h5 {
	font-family: Georgia, Times, serif;
	font-size: 70%;
}



a:link {color: #CC0000; text-decoration: none; }
a:active {color: #CC0000; text-decoration: none; }
a:visited {color: #CC0000; text-decoration: none; }
a:hover {color: #330099; text-decoration: none; }

.floatright {
	float: right;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.floatleft {
	float: left;
	padding-top: 5px;
	padding-right: 10px;
}