/* townstyle.css */

body{
                background-color: RGB(65,57,61);
            }
       
#container {text-align: center;
    font-family: athelas;  
            }
       
div.content {
				position: absolute;
                right: 100px;
	           top: 100px;
            padding: 05px;
				margin: 05px;
				text-align: center;
				width: 400px;
				border: 10px;
    
    
				
				
}



div.image { 
					position: absolute;
                    left: 75px;
	               padding: 5px;
						margin: 5px;
						width: 600px;
						border: 5px;
						
}
           

      
div.gallery {
	position: absolute;
                    left: 75px;
	               padding: 5px;
						margin: 5px;
						width: 600px;
						border: 5px;
}

            
#navcontainer ul
{
padding: .2em 0;
margin: 0;
list-style-type: none;
background-color: RGB(190,30,45);
   color: RGB(190,30,45);
width: 100%;
font: normal 90% arial, helvetica, sans-serif;
text-align: center;
}

li { display: inline; }

li a
{
text-decoration: none;
background-color: rgb(190,30,45);
   color: RGB(215,228,194);
padding: .2em 1em;
border-right: 1px solid #fff;
}

li a:hover
{
background-color: RGB(190,30,45);
color: RGB(190,30,45);
}