/*#############################################################
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: #36C;}
a:hover {color: #06F;}
body {
	background: #4E5D3C url(bg.jpg);
	color: #444;
	font: normal 80% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
/*
h1 {font: normal 1.6em serif;}
h2 {
	font: bold 1em Verdana,serif;
	margin: 3px 0 1px;
}
*/
ul {margin-left: 1.8em;}

/* misc */
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	background: url(bgcontainer.jpg) repeat-y center top;
	margin: 0 auto;
	width: 980px;
	height: 100%;
}
.header {
	background: #56644A url(banner.jpg) no-repeat;
	color: #FFC;
	height: 103px;
	margin-right: 0px;
}

/* navigation */
.menubar {
	background: #334127 url(menubar.png) repeat-x;
	height: 36px;
   	margin-top: 0px;
	margin-right: 24px;
	margin-bottom: 0px;
	margin-left: 23px;
}

/* content */
.content {
	height: 100%;
	font-size: 100%;
 	margin-top: 10px;
	margin-left: 50px;
	margin-right: 50px;	
	margin-bottom: 0px;
}
