/* copyright sixnines 2005 */
html {
		 margin:0 auto 0 auto;
		
		 }
body{
		 background: #8f6b47;
		 font-family: Times,TimesNR, serif;
		 color: #333;
		 font-size: 14px;
		 letter-spacing: 0.1em;
		 text-align: center;
		 }
ul
{
list-style:none;
}
h1
{
font: 40px Times,TimesNR, serif;
font-weight: bold;
letter-spacing: 0.4em;
padding-top:10px;
}

h2
{
font-size: 22px;
margin-bottom: 0.1em;
} 
#wrapper
{
background: #c96;
border: 1px solid #ffefdf;
width: 780px;
height: auto;
text-align: center;
margin: 0 auto 0 auto;
}
#intro
{
margin: 10% auto auto auto;

background: #c96;
border: 1px solid #ffefdf;
width: 700px;
height: auto;
text-align: center;
}
		 
#navlist
{
font-size:14px;
font-weight: bold;
margin: 0;
padding: 10px 0 20px 10px;
border-top: 1px solid #ffefdf;
border-bottom: 1px solid #ffefdf;
background: #8f6b47;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 14px;
/*font-weight: bold;    */
margin: 0 10px 4px 10px;
text-decoration: none;
color: #333;
}

#navlist a:link#current, #navlist a:visited#current
{
padding-bottom: 2px;
background: transparent;
color: #fff;
}

#navlist a:hover
{
padding-bottom: 2px;
border-bottom: 2px solid #ffefdf;
}


#main
{
margin: 0 50px 0 50px;
width: 678px;
text-align: left;
}
#main img
{
margin: 10px 10px 10px 0;

background-color: #8f6b47;
border: 1px solid #ffefdf;
padding: 2px;
}
/* class items */
.imHold
{
text-align: center;
clear: both;
}
.floatleft
{
float: left;
clear: left;
}
#footer
{
margin-top: 35px;
clear: both;
width: 778px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}
a:link, a:visited
{
color: #000;
text-decoration: none;
}
a:hover
{
text-decoration: underline;
}


/* layout for the form */
#cform li
{
padding-bottom: 10px;
font-weight: bold;
text-align:left;
}
