/*----------------------------------------------------------------------
  Cascading Style Sheets, level 2 revision 1
  http://www.w3.org/TR/CSS21/
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
  Generalt
----------------------------------------------------------------------*/
body {
	background-image: url(gfx/wood.jpg);
	background-repeat: repeat;
}

a {
	color: rgb(0,0,0);
}



/*----------------------------------------------------------------------
  Container
----------------------------------------------------------------------*/
#container {
	width: 1070px;
}



/*----------------------------------------------------------------------
  Content
----------------------------------------------------------------------*/
#content {
	float: left;
	width: 800px;
}

#content p,
#content h1,
#content h2,
#content h3,
table tr td {
	background-color: #a39667;
}

#content h1 {
	text-align: center;
}

img {
	border: 0px;
}

ul li {
	display: inline;
}



/*----------------------------------------------------------------------
  Sidebar
----------------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 270px;
}


#sidebar p {
	background-image: url(gfx/menu.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 160px;
	padding-top: 10px;
	margin: -10px 0px 0px 50px;
}


#sidebar p a,
#content a.shop {
	margin: auto auto auto 36px;
	color: rgb(0,0,0);
	text-decoration: none;
	font-weight: 900;
	font-size: 1.25em;
}

#sidebar img {
	margin-bottom: 10px;
}



/*----------------------------------------------------------------------
  Footer
----------------------------------------------------------------------*/
#footer {
	clear: both;
}























.guestbook {
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}


.guestbook p {
	margin: 0px;
}


.guestbook p.number {
	color: rgb(200,200,200);
	float: right;
	font-size: 30pt;
	line-height: 1;
}


.guestbook p.datebox {
	margin-bottom: 10px;
}


.guestbook.alt {
}





.alert {
	background-color: rgb(255,241,153);
	border-bottom: 2px solid rgb(255,217,64);
	border-top: 2px solid rgb(255,217,64);
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}


.alert a {
	color: rgb(0,0,0);
	font-weight: 900;
	text-decoration: none;
}


.alert a:hover {
	border-bottom: 0px;
	color: rgb(0,0,0);
	font-weight: 900;
	text-decoration: underline;
}


.alert.ok {
	background-color: rgb(184,255,153);
	border-bottom: 2px solid rgb(133,255,64);
	border-top: 2px solid rgb(133,255,64);
}


.alert.error {
	background-color: rgb(255,190,153);
	border-bottom: 2px solid rgb(255,121,64);
	border-top: 2px solid rgb(255,121,64);
}





form .text {
	margin-bottom: 5px;
	vertical-align: middle;
	background-color: #a39667;
	border: 2px solid #a39667;
}


form .textarea {
	height: 150px;
	margin-top: 0px;
	width: 300px;
	background-color: #a39667;
	border: 2px solid #a39667;
}


form .hidden {
	visibility: hidden;
}


form .submit {
	margin-bottom: 15px;
	background-color: #a39667;
	border: 2px solid #a39667;
}
