/* CSS Document */

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 line-height: 15px;
 background-image:url(pics/background.jpg);
 image-repeat: no-repeat;
 background-position: center;
}
#wrapper { 
 margin: 0 auto;
 width: 800px;
 background-color:#FFFFFF;
 }
 #logo{
 float: left;
 width: 250px;
 height: 150px;
 background:#ccc;
 margin: 0 0 10px 0;
 }
 #header{
 float: right;
 width: 500px;
 height: 50px;
 background: #fff;
 padding-right: 10px;
 padding-bottom: 10px;
 padding-top: 90px;
 text-align: right;
 margin: 0 0 10px 0;
 }
 #nav_one{
 float:left;
 width:160px;
 height: 220px;
 padding:40px;
 padding-top: 35px;
 background-image:url(pics/nav_background02.jpg);
 background-repeat: no-repeat;
 border-top: 1px solid #ccc;
 border-right: 1px solid #ccc;
 font-size: 14px;
 line-height: 20px;
 }
 #nav_two{
 float:left;
 width:160px;
 height: 220px;
 padding:40px;
 padding-top: 50px;
 background-image:url(pics/nav_background.jpg);
 background-repeat: no-repeat;
 border-right: 1px solid #ccc;
 font-size: 12px;
 line-height: 16px;
 margin: 0 0 10px 0;
 }
 #image_area{
 float:left;
 width:550px;
 height:220px;
 padding-top: 3px;
 border-top: 1px solid #ccc;
 margin: 0 0 10px 0;
 }
 #content{
 float: right;
 width: 529px;
 height:290px;
 padding: 10px;
 background: #fff;
 }
 #footer{
 float:left;
 clear:both;
 width: 770px;
 height: 20px;
 padding: 10px;
 border: 1px solid #ccc;
 background: #eee;
 color:#666;
 font-size: 11px;
 line-height: 18px;
 }
  #footer_two{
 float:left;
 clear:both;
 width: 800px;
 height: 25px;
 padding: 10px;
 background: #fff;
 font-size: 10px;
 line-height: 14px;
 color:#ccc;
 }
#hr {
height: 0;
border-width: 1px 0 0 0;
border-style: solid;
border-color: #fff;
}
 .formfield {
 font-size : 11px;
 font-family: "Verdana", Helvetica, sans-serif;
 padding: 5px;
 color : #666;
 border:1px solid #ccc;
}
 form {
 border: 1px solid #ccc;
 padding: 10px;
 width: 100%;
 background: #eee;
 }
a:focus { -moz-outline-style: none; }/*this avoids having image replacement sections display a dotted outline*/

