.header {
	background-image: url(../header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000066;
	background-color: #BED5F4;
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	padding-left: 5px;
}

.link a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}
.link a:hover{
	font-weight: bold;
}

.main_links{
	position: top:60px; left:5px;
	}