/* Basics CSS*/

body {
 margin: 40px 0;
 color: #333;
 background:#671917;
 padding:0;
 font: 0.86em/1.6 Arial, Helvetica, sans-serif;
 }

a:link {
color: #E1D8CE;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #F0ECE8;
}
a:hover {
text-decoration: none;
color: #fff;
}
a:active {
text-decoration: none;
color: #775D42;
}

h1 {
 font-size: 1.3em;
}

h2 {
 font-size: 1.3em;
}

#outer {
 width: 815px;
 margin: 0 auto;
 background: #fff url(images/bg3.gif) repeat-y;
 }

#hdr {
 padding-top: 157px;
 background: #fff url(images/header.jpg) no-repeat;
 }

#hdr h1 {
 color: #fff;
 background:#FFAF5E;
 font-size: 1.5em;
 font-weight: bold;
 text-align: center;
 margin: 0;
 padding: 0.2em;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#nav {
 float:left;
 width:170px;
 padding: 0.5em;
 text-align: center;
 background: url(images/div2.jpg) no-repeat bottom center;
 padding-bottom: 30px;
 padding-top: 20px;
 margin-bottom: 20px;
}
#nav ul {
 background: url(images/div2.jpg) no-repeat top center;
 margin: 0;
 padding: 30px 0 0 0;
 list-style: none;
}
#nav li {
	margin: 0;
}
#nav h2 {

}

#cont {
 float: right;
 width:600px;
 padding: 1em;
 line-height: 1.2em;
 }
 
#cont h2 {
 color: rgb(153, 102, 51);
}

#cont a:link {
color: #64221F;
text-decoration: none;
}

#cont a:visited {
color: #AC7058;
text-decoration: none;
}

#ftr {
 clear: both;
 color: #fff;
 background:#FFAF5E;
 font-size: 1.0em;
 text-align: center;
 vertical-align:middle;
 border-top: 1px solid #000;
 margin: 1em 0 0 0;
 padding-top:0.3em;
 }
 
#leftImg
{
float:left;
width: 150px;
height: 110px;
padding: 0 5px 5px 0;
}

#rightImg
{
float:right;
width: 150px;
height: 110px;
padding: 0 0 2em 1em;
}

#leftFloat
{
float: left;
width: 180px;
margin: 0.5em 0.5em 0.5em 0.5em;
line-height: 1.2em
}

#leftFloatimg
{
float: left;
width: 300px;
margin: 0.5em 0.5em 0.5em 0.5em;
border-style:double;
}

#leftFloatcap
{
float:left;
width: 350px;
font-size:0.8em;
}

#rightFloat
{
float: right;
width: 150px;
margin: 1em 1em 1em 1em;
}

#rightFloatimg
{
float: right;
width: 350px;
margin: 0.5em 0.5em 0.5em 0.5em;
border-style:double;
}

#rightFloatcap
{
float:right;
width: 350px;
font-size:0.8em;
}

#imgbig
{
border-style:groove;
border-bottom-color:#000000;
width:400px;
margin-left:auto;
margin-right:auto;
}

#imgcap
{
margin-left:auto;
margin-right:auto;
width:450px;
font-size:0.8em;
}

#smallfont
{
font-size:0.8em;
}
