
a img {
	border-style: none;
	border: 0px;
}

body {
	font-family: "Veranda", "Arial", sans-serif; 
	font-size: 12pt; 
	color: black; 
	background: white; 
	margin: 0; 
	padding: 0;
}

#header {
	background: #565656;
	background: url(img/bg.png) repeat-x;
	height: 112px;
}

#content {
	/* top right bottom left */
	padding: 10px 50px 0 50px;
}

#footer {
	clear:both;
	/* top right bottom left */
	padding: 0 50px 10px 50px;
}

#header #navcontainer {
	color: white;
	font: 12px Verdana, sans-serif;	
}

#header a {
	text-decoration: none;
	color: white;
	font: bold 12px Verdana, sans-serif;
}

#logo {
	color:			white;
	background:		inherit; 
	font-size:		40pt;
	font-family:	"Veranda", "Arial", sans-serif;
	width:			100%;
	height:			65px;
	line-height:	65px;
	vertical-align:	middle;
}

#navlist ul, #navlist li {
	margin:				0;
	padding:			0;
	display:			inline;
	list-style-type:	none;
}

#navcontainer {
	float: right;
}

#navlist {
	margin:		0 10px 0 0;
	padding:	0 0 10px 10px;
	background:	#565656;
}

#navlist a:link, #navlist a:visited {
	font-weight:		bold;
	text-decoration:	none;
	color:				white;
	border-left:		1px solid white;
	padding:			0.1em 1em;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	background-color: #eeeeee;
	color: black;
}

#navlist a:hover {
	color: black;
}
