
	html, body
	{
		margin:0;
		padding:0;
	}
	
	html
	{
		background-image:url(/modules/mod_sites/images/bg.jpg);
		background-position:top right;
		font-family: Arial, Verdana, "Lucida Grande", "Times new roman";
		font-size:12px;
		height:100%;
	}
			
	div
	{
		line-height:20px;
	}
	
	#container
	{
		position:relative;
		left:50%; 
		margin-left:-515px;
		padding:0 10px 0 10px;
		width:1030px;
		background-image:url(/modules/mod_sites/images/hw_repeater.jpg);
		background-position:top center;
		background-repeat:repeat-y;
	}
	
	#teaser
	{
		width:400px;
		position:relative;
		left:170px;
		top:-70px;
		text-align:center;
	}
	
	#top
	{
		clear:both;
		position:relative;
		top:0;
		width:1030px;
		height:275px;
		background-image:url(/modules/mod_sites/images/hw_top.jpg);
		background-repeat:no-repeat;
		background-position:top center;
	}
	
  #navigation
	{
		position:absolute;
		left:50%; 
		margin-left:-325px;
		width:650px;
		top:132px;
	}	
  
  .top_navi .navigation_items ul{
    list-style: none;
    margin-right: 15px;
    text-align: left;
    float: right;
    xheight: 100%;
    background-color: #493734;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  
  .top_navi .navigation_items ul li a{
  display:block;
    font-family:"Times New Roman", Arial, Verdana, Tahoma;
		font-size:20px;
		color:#FFF;
		text-decoration:none;
		padding:5px 8px 6px 5px;
  }
  
  .top_navi .navigation_items ul li{
    list-style: none;
    margin-right: 25px;
    float: left;
    position: relative;
 
    z-index: 10;
  }
    
  .top_navi .navigation_items ul li ul{
    position: absolute;
    top:23px;
    xbackground-color: #493734;
    background-color: #b19a6c;
    padding: 0px;
   /* margin-left: -5px;*/
    margin-right: 25px;
    margin-top: 0px;
    display: none;
    z-index: 100;
  }  
    
  
	.top_navi .navigation_items ul li ul a{
   		font-size:16px;
     	display:block;
   		font-family:"Times New Roman", Arial, Verdana, Tahoma;
		color:#FFF;
		text-decoration:none;
		padding:5px 8px 6px 5px;
  }
	h1
	{
		font-family:"Times New Roman", Arial, Verdana, Tahoma;
		font-size:20px;
		color:#443937;
		margin:0;
		padding:0;
		text-decoration:none;
	}
	
	#content
	{
		clear:both;
		position:relative;
		background-image:url(/modules/mod_sites/images/hw_body.jpg);
		background-repeat:no-repeat;
		background-position:top center;
	}
	
	.innerspace
	{
		padding:0 190px 0 190px;
	}
	
	.footspace
	{
		padding:80px 190px 0 190px;
	}
	
	#footer
	{
		clear:both;
		width:1030px;
		height:149px;
		background-image:url(/modules/mod_sites/images/hw_bottom.jpg);
		background-repeat:repeat-y;
		background-position:top center;
	}
