#container{
margin: 0px auto 0px auto;
text-align: center;
}

body {
background-image:url(/images/bg2.jpg);
background-position:top left;
background-repeat:repeat-x;
background-color:#333;
margin-top:0;
margin-left:0;
padding-top:0;
padding-left:0;
text-align: center;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
}

#header {
margin: 0px auto 0px auto;
width: 700px;
height: auto;
border-top:#666 4px solid;
border-right:#666 4px solid;
border-left:#666 4px solid;
}

#content{ 
margin: 0px auto 0px auto;
position: relative;
border-right:#666 4px solid;
border-left:#666 4px solid;
text-align: left;
padding-left: 10px;
padding-right: 10px;
padding-top: 15px;
padding-bottom: 15px;
width: 680px;
height: auto;
background-color: #95937c;
color: #ffffff;
}

#picdiv{
padding:0px 0px 25px 15px;
}

#mainpic {
border:#666 4px solid;
}

h3{font-weight: bold;
color: #000000;
font-size: 16px;
font-family:  Arial, Helvetica, sans-serif;
}

h4 {
	text-align:center;
	font-size:12pt;
	color: #f3c550;
}


#nav{
margin: 0px auto 0px auto;
width: 700px;
height: auto;
border-right:#666 4px solid;
border-left:#666 4px solid;
font-size: 12px;
color: #ffffff;
background-color:#a58636;
}

#content a{
text-decoration:none;
color: #f3c550;
/*color: #666666;*/
}

#content a:hover{
text-decoration:none;
color: #666666;
/*color: #666666;*/
}

#content a:visited{
text-decoration:none;
color: #f3c550;
/*color: #666666;*/
}

#content a:visited:hover{
text-decoration:none;
color: #666666;
/*color: #666666;*/
}


#footer{
margin: 0px auto 0px auto;
width: 700px;
height: auto;
font-size: 12px;
color: #404040;
background-color:#666666;
border-right:#666 4px solid;
border-left:#666 4px solid;
}

a {
text-decoration:none;
color: #ffffff;
}

a:hover{
text-decoration:none;
color: #a4a4a4;
}

a:visited{
text-decoration:none;
color: #ffffff;
}

a:visited:hover{
text-decoration:none;
color: #a4a4a4;
}



 .clear {
width: 100%;
clear: both !important;
display: inline-block;
 }
.clear:after {
	content: ".";
 display: block;
 height: 0;
clear: both;
 visibility: hidden;
 }
* html .clear {
  height: 1%;
}
