@charset "UTF-8";
/* CSS Document */

body {
background-color:#2A623B;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#57300E;
}

#container {
width:900px;
background-image:url(images/bg.jpg);
background-repeat:repeat-y;
}


#header {
width:900px;
height:189px;
border-bottom:
}

#nav {
width:220px;
float:left;
background-color:#EBDCA9;
}

#content {
width:680px;
width:660px !important;
float:right;
padding:0 10 0 0;
color:#57300E;
}

#footer {
width:900px;
height:12px;
clear:both;
background-color:#EBDCA9;
}

#topRound {
background-image:url(images/topRound.jpg);
background-repeat:no-repeat;
width:900px;
height:37px;
}

#bottomRound {
background-image:url(images/bottomRound.jpg);
background-repeat:no-repeat;
width:900px;
height:34px;
clear:both;
}

form {
  margin: 0;
  padding: 0;
  font-size: 100%;;
  width: 680px;
}

form fieldset {
  clear: both;
  font-size: 100%;
  border-color: #000000;
  border-width: 1px 0 0 0;
  border-style: solid none none none;
  padding: 10px;
  margin: 0 0 0 0;
}

form fieldset legend {
  font-size: 150%;
  font-weight: normal;
  color: #57300E;
  margin: 0 0 0 0;
  padding: 0 5px;
}

label,input {
	display: block;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 225px;
	padding-right: 20px;
}
br {
	clear: left;
}

#copyright {
width:900px;
height: 20px;
background-color:#EBDCA9;
clear:both;
padding-top:0px;
}

#copyrightL {
width:450px !important;
width:450px;
height: 20px;
float:left;
text-align:left;
font-size:10px;
background-color:#EBDCA9;
}

#copyrightR {
width:450px !important;
width:450px;
height: 20px;
float:right;
text-align:right;
font-size:10px;
background-color:#EBDCA9;
}