/* BODY */
		body {
			background-color: #431210;
			background-image: url('images/kachel.gif'); 
			
		}

/* CONTAINER */

		#container {
			border-left: 1px solid #993300;
			border-right: 1px solid #993300;
			border-top: 1px solid #993300;
			width: 850px;
			margin: 0 auto;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 11px;
			line-height: 1.6em;
			color: #666;
			background-color: #5f0101;
		}
		
		
		h1 {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			color: #000000;
			background-image: url('images/h1_bg.jpg');
			background-color: #FF9900;
			border: 1px solid #993300;
			font-size: 14px;
			line-height: 18px;
			padding-left: 5px;
			text-transform: uppercase;
			margin: 10px auto;
}
		
		h2 {
			color: #666666;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}
		h3 {
			background-color: #e0e0e0;
			border: 1px solid #ccc;
			font-size: 10px;
			line-height: 18px;
			padding-left: 5px;
			text-transform: uppercase;
			margin: 10px auto;
		}
		h4 {
			margin: 5px auto;
			background-color: #cccccc;
			border: 1px solid  #999999;
			font-size: 10px;
			margin-top: 10px;
			padding-left: 5px;
			text-transform: uppercase;
			
		}
		
		a {
			color:#CC6714;
			text-decoration: none;
			font-weight:bold; 
			
		}

		a:hover {
			color:#CC6714;
			text-decoration:underline;
		}

		
		top {
			/*float:right;*/
			margin-top: -45px;
			font-size: 9px;
		}
		
		input {
			background-color: #FFF;
			color: #999999;
			border: 1px solid #CCC;
			font-size: 11px;
			padding: 3px;
		}
		
		.button {
			padding: 2px;
		}
		#error {
			color: #FF0000;
			font-weight: bold;
		}
		#success {
			color: #6633FF;
			font-weight: bold;
		}
/* HEADER ELEMENTS */
		preload {
			height: 0;
			width: 0;
			background-image: url('images/header.jpg');	
			background-position:  -1000px;
		}
		#wrap {
			background: #FFFFCC;
			margin: 0 auto;
			text-align: left;
			width: 850px;
		}
		#header {
			height: 130px;
		}
		#pic {
			background: url('images/header.jpg') no-repeat;
			border-bottom: 1px solid #993300;
			/*border: 1px solid #993300;*/
			height: 130px;
			width: 850px; margin-left:auto; margin-right:auto; margin-top:0; margin-bottom:10px;
		}

/* NAVIGATION ELEMENTS */
		#navigation {
			height:400px;
			float: left;
			width: 120px;
			
		}
		
		 #navigation ul {	 
			margin-left: 10px;		
			padding-left: 0;
			list-style-type: none;
			width: 120px;
		}

		#navigation a {
		line-height: 17px;
			background-color: #5f0101;
			display: block;
			width: 120px;
			border-bottom: 1px solid #CCC;
		}

		#navigation a:link, #navlist a:visited {
			color:#CC6714;
			text-decoration: none;
		}
		
		#navigation a:hover {
			background: #000000 url(images/arrow.gif) 96% 50% no-repeat;
			background-color: #000000;
			color:#CC6714;
		}
		#navigation_box  {
		
		margin-top: 7px;
		/*background: #fff;*/
		color: #888;
		text-decoration: none;		
		}
		#news_box {
			display: block;
			width: 110px;
			border: 1px solid #CCC;
			background-color: #431210;
			color: #CCCCCC;
			padding: 3px;
			
		
		}
		#navbutton a, #navbutton a:hover{
		
			border-bottom:  none;
			background: none;
			
			text-decoration: none;
		}
/* NEWS BOX BELOW NAV */

		#navigation p {
			margin-top: 18px;
			width: 109px;
			padding: 5px;
			background-color: #E5E5E5;
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
			border-left:  1px dotted #CCC;
			border-right:  1px dotted #CCC;
		}
		
/* CONTENT ELEMENTS */

		#content {
			
			/* position:relative;top: -280px; */
			min-height: 650px;
			
			color: #CCCCCC;
			clear: right;
			margin-top: 5px;
			margin-left: 140px;
			margin-right: 5px;

		}
		
		#content p {
			padding-bottom: 0px;
			border-bottom: 1px solid #DDDDDD; /* A faint grey line below the text */
    	}
		
		#content contentable {
			background-color:#FF6633;
		}
		

/* FOOTER ELEMENTS */

		#footer {
		clear: both;
				
			margin-top: 10px;
			
			background-color: #993300;
			border-bottom: 1px solid #993300;
			
			padding: 0px 0px 0px 5px;
		}
		
		#footer p {
			margin-bottom: 0px;
			color: #EEEEEE;
			
		}
		
		#footer p a {
			color: #EEEEEE;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FF0000;
			background-color: #616161;
		}
		