/* CSS Document */
body {
	margin: 10px 10px 0px 10px;
	padding:0px;
	font:	12px/1.2 Verdana, Arial, Helvetica, sans-serif;
}

h4 {
	font: inherit;
}

h1 {
	margin-top: .5ex;
}

#header {
	height: 80px;
}

#leftheader {
	float: left;
	width: 120px;
	text-align: center;
}

#content {
	border: 1px solid black;
	padding: 10px 10px 10px 10px;
	background:#ddd;
	margin-left: 125px;
}

#menu {
	float: left;
	text-align: center;
	width: 120px;
}

#menu .menuitem {
	border: 1px solid black;
	cursor: default;
	width: 115px; height:16px;	
	margin: 0px 1px 7px 1px; 
	padding-top: 1px; padding-bottom: 1px;
}
#menu .menuitem:hover {
	border: 2px solid darkblue;
	margin-left: 0px; margin-right: 0px;
	padding-top: 0px; padding-bottom: 0px;
}

#menu a {display: block; width: 100%; height: 100%; text-align: center; text-decoration: none; color: black;}

#footer {
	text-align: right;
}

img {
	border-width: 0px;
}
