a:link 			{
	color: #000099;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover			{
	background: #000099;
	color: #ffffff;
	text-decoration: none;
}

body{
	background-color: #d7d7b8;
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: smaller;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}


div.header{
	height: 100px;
	font-size: 76px;
	font-weight: bolder;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #ffff99;
	padding-left: 15px;
	background: #261005 url(images/background-header.jpg);
}

div.container{
	clear: both;
}

div.content{
	/*border: thin solid #000000;*/
	padding-top: 6px;
	margin-right: 125px;
	margin-left: 4px;
}

div.footer {
	clear: both;
	padding: 5px;
	border-top: 1px solid #000000;
	margin-top: 8px;
	font-size: x-small;
}

div.nav{
	float: left;
	width: 100px;
	margin-right: 5px;
	margin-top: 0px;
	border-bottom: thin solid #000000;
	border-left: thin solid #000000;
	border-right: thin solid #000000;
}

div.ads{
	position: absolute;
	right: 0px;
	margin-right: 0px;
	top: 100px;
	width: 120px;
}


h1, h2 {
	font-size: 1.4em;
}

h1, h2,h3, h4, h5, h6{
	color: #003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

h3, h4 {
	font-size: 1.2em;
	margin-top: 0px;
}

h5, h6 {
	font-size: 1em;
}

ul{
	margin-top: 0px;
	margin-bottom: 0px;
}

li{
	list-style-type: disc;
}

ul.navlist{
	margin: 3px 0px 3px 0px;
	padding-left: 12px;
	
}

ul.navlist li{
	display: list-item;
	list-style: none;
	padding-right: 9px;
}