body{
background:#e4e2da;
font-size:16px;
font-family:arial;
margin:0;
}
body a{
color:black;
}
body img{
border:none;
}
#constrain{
width:740px;
margin:0 auto;
}
#header{
background:url(headerbg.png) center repeat-x;
}
#content{
margin-top:10px;
}
#nav{
background:white;
border:solid 1px #c8c6ba;
padding:12px;
margin-bottom:5px;
}
#nav ul{
list-style-type:none;
margin:0;
}
#nav li{
float:left;
padding:0px 20px;
}
#nav li a{
color:black;
font-family:georgia;
font-weight:bold;
text-decoration:none;
}
#nav li a:hover{
border-bottom:1px dashed black;
}
#col1{
width:364px;
float:left;
}
#col2{
float:right;
width:364px;
}
#box{
background:white;
border:solid 1px #c8c6ba;
}
#box2{
background:white;
border:solid 1px #c8c6ba;
}
h1{
font-size:22px;
font-family:georgia;
margin:2px;
border-bottom:1px dashed #c8c6ba;
}
h2{
margin:4px 0;
font-size:20px;
color:#422603;
margin-left:20px;
}
h3{
margin:4px 0;
font-size:18px;
margin-left:20px;
}
p {
padding:10px;
margin:0;
overflow:hidden;
}
p img{
width:342px;
height:256px;
}
#th {
width:300px;
margin-left:20px;
}
#th img {
width:150px;
height:150px;
text-align:center;
}
fieldset {
	width:400px;
        border:none; }
fieldset label {

        display:none;
}
fieldset input {
        width:300px;
        height:30px;
        font-size:19px;
}
fieldset textarea {
	margin:3px;
	height:135px;
        width:300px;
        font-family:tahoma, helvetica;
        font-size:11px;
}