/*#############################################################
Name: The Hobbit
Date: 2006-10-11
Description: Submission for OWD template contest "Favourite Book".
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #996633;
text-decoration: none;
}

a:hover {
color: #663300;
text-decoration: underline;
}

body {
	background: #4E5D3C url('img/bg.jpg');
	color: #555;
	margin: 0; font-style:normal; font-variant:normal; font-weight:normal; font-size: 14px; font-family: Tahoma;
}


h1 {
font: bold 20px serif;
padding: 0px 0px 10px 0px;
}
h2 {font: normal 17px serif;}
hr {
padding: 0px 0px 0px 0px;
}

ul {margin-left: 50px;}

/* misc */
.clearer {clear: both;}




/* navigation */
.navigation {margin: 0 0px;}

.navigation a {
	color: #333300;
	font: normal 16px Tahoma;

	margin: 0 7px;
	text-decoration: none;
}
.navigation a:hover, .navigation #selected {
	color: #663300;
	font: normal  Tahoma;
	text-decoration: underline;
}

/* content */

/* footer */
.footer {
	background: url('img/bgfooter.gif') no-repeat;
	color: #666;
	font-size: 1.1em;
	line-height: 41px; 
	margin: 0 auto;
	text-align: center;
	width: 732px
}

.footer a {
	color: #666;
	text-decoration: none;
}

.footer a:hover {
	color: #333;
	text-decoration: underline;
}
