@charset "UTF-8";
/* CSS Document */

* {
/* all styles padding and margin = 0*/
padding:0;
margin:0;
}

#clearfloat{
	height: 100px;
	clear:both;
	float:none;
	/*background-color: #0033FF;*/
	background-image: url(img/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

body {
	background-color: #3D021F;
	background-image: url(img/backpixel.gif);
	background-position: top center;
}



a:link { color:#AD6638; text-decoration:none }
a:visited { color:#AD6638; text-decoration:none }
a:hover { color:#D49244; text-decoration:underline }

img {
	border: 0px;
}

strong {
	color: #006600;
}


/******* POSITION + SIZE ********/

#container {
	width: 902px;
	margin: auto;
	/*background-color: #33CC00;*/
	background-image: url(img/glowpattern.gif);
	background-repeat: repeat-y;
	/*border: 1px solid #ffffff;*/
	/*margin-bottom: 16px;*/
}

#glowleft {
	float: left;
}

#glowright {
	float:left;
}

#back {
	width: 652px;
	/*margin: auto;*/
	background-image: url(img/backpattern.gif);
	background-repeat: repeat-y;
	background-color: #35021B;
	float:left;
}



#banner {
	width: 652px;
	height: 262px;
	background-image: url(img/top.jpg);
	background-repeat: no-repeat;
}

#menu { 
	float: left;
	width: 218px;
	height: 600px;
	background-image: url(img/menu_back.gif);
	background-repeat: no-repeat;
	 }

#content {
	float: left;
	width: 380px;
	margin-left: 25px;
	margin-top: 25px;
	/*margin-bottom: 25px;*/
}

#stamp {
	float: left;
	margin-top: 65px;
	margin-left: 15px;
	border: 0px;
}

#book {
	width: 218px;
	text-align: center;
	}
	
#book img {
	margin: auto;
	border: 0px;
	}

#lanbar {
	float:right;
	margin-top: 10px;
	margin-right: 10px;
}

#lanbar img{
	margin-right: 5px;
}

.kamer {
	height: 100px;
	float:none;
	clear:both;
	background-color: #D8D1B1;
	margin-bottom: 15px;
}

/******* PARAGRAPH STYLES ********/

h1,h3,h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #D49244;
	font-weight: normal;
	font-style: italic;
	line-height: 24px;
	letter-spacing: 1px;
	margin-top: 5px;
	}
	
	
h2, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #ab6060;
	font-weight: normal;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin-bottom: 15px;
}

h1 {
	margin-bottom: 1em;
}	

h2 {
	/*padding-top: 5px;*/
	margin-top: 20px;
	margin-bottom: 0px;
	
}

.hr {
	margin-top:18px;
	margin-bottom:18px;
	height: 20px;
	background-image: url(img/hr_ornament.gif);
	background-repeat: no-repeat;
	background-position: center;
}

p, li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px; /* = 0.95em; */
	line-height: 20px;/*1.2em;*/
	color:#805b6d;
	font-weight: normal;
	letter-spacing: 1px;
	/*word-spacing: 1px;*/	
}

ul { margin-left: 14px;}
ol { margin-left: 20px;}

/********************* overrides ***************************/





/********************* input ***************************/

input, select {
	background-color: #ffffff;
	border:1px solid #a5acb2;
	padding: 2px;
/*	margin: 6px;
	margin-bottom: 0px;*/
}

input[type=submit] {
	margin-top: 8px;
	background-color: #165080;
	color: #FFFFFF;
}

input[type=text] {
	width: 20px;
}

select {
	padding: 1px;
}

option {
	border-bottom: dashed;
	border-bottom-color:#a5acb2;
	border-bottom-width: 1px;
	margin-left: 2px;
	padding-right:10px;
}