* {
	margin: 0;
	padding: 0;
}

body {
	background: url("images/wood.jpg");
	font: 1em georgia;
}

a { color: #0063DC; }
a:hover { color: #00a61f; }
a img { border: 0; }

#wrapper {
	background: #FFF;
	border: 10px solid #ebdec4;
	border-top: 0;
	width: 80%;
	min-width: 800px;
	margin: 0 auto 40px auto;
	padding: 10px;
}

#nav {
	height: 50px;
	margin: 10px 0;
}

#nav li {
	float: left;
	width: 25%;
	text-align: center;
	list-style-type: none;
}

#nav a {
	border-right: 1px solid #EEE;
	display: block;
	height: 50px;
	text-indent: -9999px;
}

#nav #home { background: url("images/home.png") center 0 no-repeat; }
#nav #media { background: url("images/media.png") center 0 no-repeat; }
#nav #about { background: url("images/about.png") center 0 no-repeat; }
#nav #contact { background: url("images/contact.png") center 0 no-repeat; border: 0; }

#nav a:hover, #nav a:focus {
	background-position: bottom center !important;
	outline: 0;
}

#content {
	padding: 0 20px;
}

#content #image {
	display: block;
	width: 500px;
	float: right;
	margin: 0 0 10px 20px;
	text-align: right;
	text-decoration: none;
}

#content p {
	margin: 20px 0;
	color: #333;
	text-align: justify;
}

#flickr li {
	float: left;
	width: 12.5%;
	height: 90px;
	text-align: center;
	list-style-type: none;
}

#footer {
	text-align: center;
}