/* CSS Document */

body {
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	font-size: 11pt;
	font-family: "Trebuchet AS";
	text-decoration: none;
}

div#logo {	
	margin: 0px auto;
	padding-top: 10px;
	clear: both;
	width: 570px;
}
div#navigation {
	padding-top: 10px;
	clear: both;
	width: 600px;
	text-decoration: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#header_image {
	margin: 0px auto;
	clear: both;
	width: 600px;
	border: solid #000000 2px;
	overflow: hidden;

}
div#container {
	clear: both;
	color: #000000;
	width: 600px;
	margin: 0px auto;
	height: 100%;
	overflow: hidden;
	text-align: center;
}

div#footer {
	width: 600px;
	margin: 0px auto;
	height: 100%;
	clear: both;
	overflow: hidden;
	top: auto;
}
.style4{
	margin-left: 20px;
}
/*** Links ***/
a.style3:link {
	color: #0000CC;
	text-decoration: none;
}

a.style3:hover {
	font-weight: bold;
	text-decoration: none;
}
a.style3:visited {
	color: #660066;
	text-decoration: none;
}
a#current {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
#container table {
	text-align: left;
}

