/* Made by Jack Qiao @ www.pureweb.ca
(feel free to erase that)
*/

/* The Esentials
+++++++++++++++++++++++++++++++++++*/

* {
margin: 0 0 0 0;
padding: 0 0 0 0;
}

body {
background: #6B3D21 url("images/bel.jpg") repeat-y;
margin-top:0;
margin-bottom:40px;
color: #DCBDAB;
font: normal 11px/25px georgia, times, serif;
background-repeat: repeat-y;
}

h1 {
font: normal 40px/20px georgia, times, serif;
color: #BB6D3D;
letter-spacing: 17px;
display: block;
width: 565px;
height: 40px;
margin: 25px 0 17px 112px;
cursor: default;
}

* html h1 {
position: relative;
top: 10px;
padding-top: 10px;
}

h2 {
	font: normal 24px 'ms serif', 'new york', serif;
	color: #A16745;
	margin: 0 3px 0 245px;
	letter-spacing: -0.7px;
	line-height: 30px;
}

* html h2 {
}

* h3 {
	font: normal 12px/18px georgia, times, serif;
	color: #271104;
	width: 350px;
	margin: 20px 0 20px 322px;}


img {
border: none;
}

#top {
	width: 608px;
	height: 39px;
	position: absolute;
	top: 4px;
	left: 95px;
	background: #6B3D21 url("images/top.jpg") no-repeat;
}

#bottom {
	background: #6B3D21 url("images/bottom.jpg") no-repeat;
	width: 608px;
	height: 39px;
	margin-left: 94px;
	margin-top: 75px;
}

#middle {
	background: #6B3D21 url("images/back.jpg") repeat-y;
	background-repeat: repeat-y;
	position: absolute;
	top: 39px;
	left: 1px;
}

#below {
	background: #6B3D21 url("images/bel.jpg") repeat-y;
	background-repeat: repeat-y;
}

a {
color: #DCBDAB;
text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:hover {
color: #fff;
}


/* Basic Structure
+++++++++++++++++++++++++++++++++++*/

.bodytext {
	width: 355px;
	margin: 0 0 0 292px;
	line-height: inherit;
	padding-top: 0px;
}

.quote {
background: #824E2F url("images/q1.gif") no-repeat;
background-position: 3% 10%;
font: normal 12px/18px georgia, times, serif;
color: #271104;
width: 350px;
margin: 20px 0 20px 292px;
}

.quote span {
display: block;
border: 1px solid #522B13;
border-width: 0 0;
width: 250px;
height: 100%;
background: transparent url("images/q2.gif") no-repeat;
padding: 30px 50px;
background-position: 90% 85%;
}

.antologier {
	position: relative;
	left: 285px;
	color: #DCBDAB;
	font: normal 11px/25px georgia, times, serif;
	border: 0;
}


.pictures {
	font: normal 10px/14px georgia, times, serif;
	color: #DCBDAB;
	list-style: none;
	position: absolute;
	top: 245px;
	left: 113px;
}

.pictures a {
display: block;
}

.pictures a:hover {
border: 3px solid #6B3D21;
}


.bok {
border-left: 5px solid #6B3D21;
border-bottom: 5px solid #6B3D21;
}

#footer {
margin: 40px 0 0 500px;
height: 50px;
}

/* Navigation
+++++++++++++++++++++++++++++++++++*/

#nav {
	position: absolute;
	top: 81px;
	left: 114px;
	list-style: none;
	height: 156px;
	width: 130px;
}

#nav a {
font: normal 11px/30px arial, tahoma, verdana, sans-serif;
color: #DCBDAB;
text-decoration: none;
display: block;
width: 130px;
height: 25px;
background-color: #824E2F;
margin-top: 1px;
padding-left: 10px;
}

* html #nav a {
width: 130px;
}

#nav a:hover {
background-color: #A16745;
border: 1px solid #6B3D21;
}

#current a{
background-color: #945e3e;
}
