* {
	margin: 0;
	padding: 0;
}

body {
background: #000000;
background: #FFFFFF url(../images/css/background.png) repeat-x;
/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
font-family: Georgia;
font-size: 14px;
line-height: 17px;
color: #333;
}

h1{
padding: 10px;
color :#692d27;
}

h2{
 padding: 10px;
color :#692d27;
}


a {
text-decoration: none;
color: #362e19;
}
a:hover {
text-decoration: underline;
color: #4a3c19;
}

#wrap {
margin: 20px auto;
width: 900px;
}

#padded {
padding: 10px;
}

#header {
background: #666666 url(../images/css/header.png) no-repeat;
height: 208px;
}
#header h1 { 
font-size: 38px;
letter-spacing: -1px;
padding: 70px 0 0 40px;

}
#header h1 a { 

text-decoration: none;
font-weight: 100;
letter-spacing: -2px;
}
#header h1 a:hover {

}
#header h2 {
font-size: 19px;
color: #EFECE0;
padding: 20px 0 0 40px;
letter-spacing: -1px;
font-weight: 100;
}

#menu {
height: 43px;
line-height: 40px;
background: #666666 url(../images/css/menubar.png) no-repeat;
}

#menu ul {
list-style-type: none;
padding-left: 5px;
}

#menu ul li {
display: block;
float: left;
}
#menu ul li a {
padding: 0 20px 0 0;
text-decoration: none;
font-weight: 100;
font-size: 18px;
color: #aaa;
}
#menu ul li a:hover {
color: #FFFFFF;
text-decoration: none;
}

#menu img {
  padding: 5px;

border-style: none;


}

.image {

border-style: solid;
border-color :#692d27;

}

img {
border-style: none;
}

#content {
background: #666666 url(../images/css/boarder.png) repeat-y;
padding: 15px;
}

#bottom {
background: #d4ccae url(../images/css/footer.png) no-repeat;
padding: 22px 0;
}

#footer {
text-align: center;
font-size: 11px;
}


form fieldset {  
  border-color: #000;
  border-width: 2px;
  border-style: solid;
  padding: 10px;       
  margin: 0;
}

form fieldset legend {
	color :#692d27;
	font-size:24px; 
}

form fieldset ul {

padding-left: 15px;
}

form fieldset a:hover {
text-decoration: none;
}

ul {

padding-left: 15px;
}


