@charset "utf-8";
/* CSS Document */
body  {
	margin: 20px;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #6B6545;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	border: thin solid #003300;
	background-color: #D1CCA3;
	background-image: url(images/bg.jpg);

}

#header {
	height: 100px;
	background-image: url(images/bg-header.jpg);
}
#header h1{
	margin: 0;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #003300;
}

#content {
	border-top: thin solid #003300;
	background-image: url(images/bg-content.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
}

#footer{
	height: 50px;
	text-align: center;
	font-size:9px;
	border-top: thin solid #003300;
}

.innertube {
	padding: 25px;
}
.innertubecont {
	padding-top: 25px;
	padding-right: 275px;
	padding-bottom: 25px;
	padding-left: 25px;
}

hr {
	margin:0 ;
}

.smalltext{
	font-size:11px;
	font-weight: bold;
	font-style: italic;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #003300;
}
h2 {
	color: #003300;
}

a:link {
	color: #003300;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #003300;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #6B6545;
	text-decoration: none;
	font-weight: bold;
}
