/* CSS Document */

@import url("content_style.css");
@import url("form-style.css");

* {margin: 0px; padding: 0px;}

body {
text-align: center;
width: 800px;
margin: 0px auto;
padding: 0px;
font-family: verdana, helveta, sans-serif;
color: #91735e;
background: #FDFCFB;
}

a {
text-decoration: none;
color:#91735e;
}

a:hover {
text-decoration: none;
color: #000;
color: #7B6B5A;
}

p {
font-size: 11px;
margin-left: 8px;
padding: 5px;
line-height:15px;
}

h1 {font-size: 12px;}

h2 {
font-size: 11px;
color: #7B6B5A;
}

#container {
float: left;
border: 1px solid #DED3CB; /*#91735e;   /*#91735e*/
background-color: #FFF;
width: 800px;
height:auto;		/*test*/
margin: 1em auto;
margin-top: 5%;	
text-align: left;
padding: 0px;
}

#header {
float: left;
margin-top: 5px;
margin-bottom: 0px;
padding: 0px;	
width: 100%;
height: 25px;
}

#header .title {
margin: 0;
padding: 0;
width: 100%;
height: 25px;
font-size: 11px;
text-align: left;
}

#middle {   
clear: both; 
float: left;
/*position: relative;*/ /*- makes space between disappear*/
clear:both;
width: 100%;
height: auto; 
margin-top: 80px;
margin-bottom: 100px;
padding: 0px;
text-align: left;
}

#footer {
clear: both;
float: left;
width: 100%;
text-align: right;
height: auto; 	 	 	
padding: 0 0 5px 0;
background: #fff;
font-size:12px;
}

/*-----------------navigation-------------------*/

#middle .navigation {
position:relative;
width: 100%;
padding: 0px;
margin:0px;
height: 13px;
background: #fff;
text-align: right;
}

#middle .navigation ul li {
margin: 0;
padding-right:15px;
font-size: 11px; 
font-weight: normal;
letter-spacing:.1em;
list-style-type: none;
display: inline;

}

#middle .navigation ul li a {
text-decoration: none;
color: #91735e;
}

#middle .navigation ul li a:hover {
text-decoration: none;
color: #BBA697;
}

#middle .currentpage a:visited{color: #AD4141;}

#middle .clear {clear:both;}

/*------------------------FOOTER-------------------------------*/

#bottom li {
display: none;
list-style-type: none;
margin: 5px 0 0 0;
font-size: 9px;
}

#bottom a {
text-decoration: none;
color: #959595;
}

#bottom a:hover {
text-decoration: underline;
color: #959595;
}

.footer {
margin: 0;
padding: 0 0 5px 0;
width: 100%;
height: 16px;
background: #fff;
text-align: right;
font-size: 12px;
width:260px;
height:15px;
align:bottom;
}