/* CSS Document */

#navbar {
	/* box size */
	border-bottom: #0000CC 3px solid;
	height: 1.5em;
	margin: 0 0 10px 0;
	padding: 0.2em 0;
	width: 100%;

	/* background */
	background-color: black;
	background-image: url("images/navbar.jpg");
	
	/* text */
	color: white;
	font-size: small;
}

#navbar #links {
	margin-right: 0.5em;

	/* position */
	float: right;
}

#navbar #links a {
	/* text */
	color: yellow;
	text-decoration: none;
}

#sitename {
	margin-left: 0.5em;

	float: left;
	font-weight: bold;
}
