.menulink a:link{
text-decoration:none;
color:#FFFFFF;
}
.menulink a:visited{
text-decoration:none;
color:#FFFFFF;
}
.menulink a:active{
text-decoration:none;
color:#FFFFFF;
}
.menulink a:hover{
text-decoration:none;
color:#FFFFFF;
}

.link a:link{
text-decoration:none;
font-weight:bold;
color:blue;
}
.link a:visited{
text-decoration:none;
font-weight:bold;
color:blue;
}
.link a:active{
text-decoration:none;
font-weight:bold;
color:blue;
}
.link a:hover{
text-decoration:none;
font-weight:bold;
color:blue;
}

#logo {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	height:138px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	background-position:center;
 }

#menu {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	height:28px;
	font-size:17px;
	font-weight:bold;
	word-spacing:30px;
	color:#FFFFFF;
	text-align:center;
	background-image:url(../images/menubar.jpg);
	background-repeat:no-repeat;
	background-position:center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
}

#container {
position:relative;
top:-15px;
height:370px;

}

#content {
 position:relative;
 width:650px;
 margin-left: auto;
 margin-right: auto;
 font:Tahoma;
 font-size:14px;
 text-align: justify;
 background: transparant;
}

#footer {
	position:relative;
	top:-30px;
	height:32px;
	margin-left: 0px;
	margin-right: 0px;
	font-size:11px;
	text-align:center;
	color:#FFFFFF;
	background-color:#41807f;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
}
