.headmenu

body {background-color:#FFFFFF;
	
	font-family: verdana;
	color: #000000;
	font-size: 16px}


a:link {  color: #77769D; text-decoration: none; font-family: }
a:visited {  color: #77769D; text-decoration: none;  font-family: }
a:hover { text-decoration: underline}
img {border-color: #000000; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}
h1{
	width: 100%;
	background-color: #DEDEDE;
}

h3{
	width: 100%;
	background-color: #DEDEDE;
}

body{
	background-color: #000000;
}

#topline{
	position: absolute;

	top: 0px;
	left: 0px;
	width: 100%;
	height: 102px;
	background-color: #AAAAAA;
}
#content{
	position: absolute;
	top: 200px;
	left: 200px;	
	width: 640px;
	background-color: #FFFFFF;
	padding-left: 10px;
	font-family: arial, sans-serif;
}
#topmenu{
	position: absolute;
	top: 0px;
	left: 200px;
	width: 640px;
	height: 200px;
	background-color: #000000;
}
img#topmenu{
	border-width:0px;

}

