body {
	font-family: sans-serif;
	background-color: black;
	background-image: url(img/background.png);
	background-repeat: repeat-x;
}

div {
	width: 728px;
	margin-left: auto;
	margin-right: auto;
}

img { border: none }

/* Header */

#header {
	background-image: url(img/rounded.png);
	height: 130px;
}

#header img {
	position: relative;
	background-color: #9DADC6;
	top: 40px;
}

/* Navbar */

#navbar {
	background-color: #C6C6C6;
	text-align: center;
	margin-top: -20px;
	line-height: 47px;
	font-size: 125%;
}

#navbar ul {
	list-style: none;
	width: 80%;
}

#navbar li {
	display: inline;
}

#navbar a {
	display: inline-block;
	color: white;
	text-decoration: none;
	height: 47px;
	margin-left: 20px;
	margin-left: 20px;
}

#navbar a:hover, #navbar .active {
	background-color: #9DADC6;
	color: black;
}

/* Content */
#content {
	background-color: white;
	margin-top: -21px;
}

#content h1 {
	text-align: center;
}

#content img {
	border: solid 2px black;
	margin-right: 4px;
}

.right { float: right }
.left { float: left }

#content a:hover img {
	border: solid 2px blue;
}

#content p {
	margin-left: 4px;
	margin-right: 4px;
	text-align: justify;
}

div .entry {
	height: 250px;
}

/* Footer */
#footer {
	background-image: url(img/rounded.png);
	background-position: bottom;
	height: 71px;
	margin-top: -16px;
}

#footer p {
	background-color: #9DADC6;
	height: 31px;
}

#footer img {
	margin-left: 20px;
	margin-top: 5px;
}

#footer span {
	margin-left: 20px;
}