HTML {
    overflow: -moz-scrollbars-vertical;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background: #009999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#header{
	position: absolute;
	top: 0px;
	float: left;
	background:#8F006B;
	width:758px;
	height:134px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #8F006B;
}

#menu{
	position: absolute; top: 134px;
	float: left;
	background:#FF0000;
	width:758px;
	height: 35px;
}

#content{
	position: absolute; top: 169px;
	background: #FFFFFF;
	width:758px;
	float: left;
}

#footer{
	position: static;
	float: left;
	background:#FF0000;
	width:758px;
	height: 35px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #8F006B;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

#navigation li {
	display: inline;
}

#navigation a:link, #navigation a:visited {
	position: relative;
	top: 7px;
	text-decoration: none;
	border-bottom: 0px;
	color: White;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 7px;
	clear: none;
	vertical-align: middle;
	margin-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	
}

#navigation a:hover, #navigation a:active {
	background-color: #523555;
	text-decoration: none;
}
#vertmenu {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 100%;
width: 140px;
padding: 0px;
margin: 0px;
}

#vertmenu h1 {
display: block;
font-size: 90%;
padding: 3px 0 5px 3px;
border-bottom: 1px solid #ffd800;
color: #333333;
margin: 0px;
width:136px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 90%;
display: block;
/*border-bottom: 1px dashed #ffffff;*/
padding: 0px 0px 2px 4px;
text-decoration: none;
color: #000000;
width:134px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #ffffff;
background-color: #000000;
}

img.floatRight { 
    float: right; 
    margin: 15px;
	margin-top:0;
}
