#logo {
	background: url(../images/logo.jpg);
	float: left;
	height: 150px;
	margin: 0px;
	position: relative;
	width: 300px;
}

#links {
	color: #666666;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	left: 320px;
	position: absolute;
	top: 118px;
}

#links a:active {color: #333333; text-decoration: none;}
#links a:hover {color: #333333; text-decoration: none;}
#links a:link {color: #333333; text-decoration: none;}
#links a:visited {color: #333333; text-decoration: none;}