#header {
height:400px;
width: 726px;
margin: 0;
background-image: url(header.jpg);
background-repeat: no-repeat;
}

.center {
margin: 0 auto;
text-align:center;
}

#content img { 
border-width :5px;
border-color:  #DED3BD;
background-color:  #DED3BD;
margin: 3px;
border-style: solid;
}
#content img:hover { 
margin: 3px;
border-width :5px;
background-color: #c2ac8d;
border-color: #c2ac8d;
border-style: solid;
}

#container {
position: relative;
margin-left : auto;
margin-right : auto;
width: 726px;
border-width: 0;
height: auto;
background-image: url(horizontal.jpg);
background-repeat: repeat-y;
}



#content { 
border-width : 0;
width: 600px;
padding : 0px;
margin: 10px auto;
position : relative;
height : auto;
text-align : left;
border-style : solid;
border-color: #9d8768;
color: #000000;
}

#navi { 
width:700px;
margin:0 auto;
text-align:center;
}

#navi A:link, #navi A:visited  {
width: 100px;
height:29px;
margin:0;
float:left;
display:inline;
background-image: url(link.jpg);
background-repeat: no-repeat;}

#navi A:hover, #navi A:active  {
width: 100px;
height:29px;
margin:0;
float:left;
display:inline;
background-image: url(hover.jpg);
background-repeat: no-repeat;}

#navi A:link, #navi A:visited  {
color : #9d8768;
text-decoration : none;
font-weight: normal;
display: block;
padding: 8px 0;
width: 100px;
height:29px;
}
#navi A:hover, #navi A:active  {
color : #D6CFBC;
text-decoration : none;
display: block;
font-weight: normal;
padding: 8px 0;
width: 100px;
height:29px;
}

.img  {
padding : 2px;
border: 0;
}

A:link  {
color: #271801;
text-decoration : none;
cursor :  crosshair;
font-weight : bold; 
}

A:visited  {
color: #271801;
text-decoration : none;
cursor :  crosshair;
font-weight : bold; 
}

A:hover  {
color : #3a4352;
text-decoration : none;
cursor :  crosshair;
font-weight : bold; 
}

A:active  {
color : #3a4352;
text-decoration : none;
cursor :  crosshair;
font-weight : bold; 
}

body , tr , td   {
margin : 0;
color : #000000;
font-size: 14px;
font-family: georgia, times new roman, serif;
background-color: #D6CFBC;
line-height : 130%;
background-image: url(vertical.jpg);
background-repeat: repeat-x;
}





input , textarea, select  {
color : #e3dad1;
background : #9d8768;
padding: 5px;
font-size : 13px;
font-weight : normal;
text-decoration : none;
font-family:georgia, serif;
text-align : left;
border-width : 0px;
border-style : solid;
border-color : #9d8768;
}


h1 {
font-size : 30px;
font-family: georgia, serif;
padding-top : 10px;
padding-bottom : 5px;
padding-left : 10px;
padding-right : 10px;
font-weight: normal;
margin-top : 14px;
text-transform: lowercase;
margin-bottom : 5px;
margin-left : 0px;
margin-right : 0px;
color: #51331B;
border-top-width : 0px;
line-height : 10px;
border-bottom-width : 0px;
border-left-width : 0px;
border-right-width : 0px;
border-style : solid;
border-color : #000000;

background-image: url(h1.jpg);
background-repeat: no-repeat;
}

fieldset {
border: 4px solid #DED3BD;
margin: 15px 0 0 0;
padding:10px; }
