body,html{
margin:0 auto;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:90%;
background-color:#ccc;
color:#000;
}
body{
width:800px;
background:url(images/bgbody.jpg) repeat-y left top;
}
#main{
border:0;
margin:0 200px 0 215px;
background:url(images/main.jpg) no-repeat left top;
width:365px;
min-height:418px;
}
a{
      color:#000;
      text-decoration:underline;
      }
a:hover{
          text-decoration:none;
            }
#main2{
      padding-left:15px;
      padding-top: 20px;
      width:355px;
      }
#left{
border:0;
float:left;
width:210px;
min-height:418px;
background:url(images/left.jpg) no-repeat left top;
}
#right{
border:0;
float:right;
width:195px;
min-height:418px;
background:url(images/right.jpg) no-repeat left top;
}
.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}
#menup{
      padding-top: 30px;
      }
#menup ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#menup ul li {
margin: 4px;
padding: 0px;
}
#menup ul li a {
display: block;
padding: 5px 0px 2px 10px;
color:#000;
width:160px;
}
#footer{
       background:url(images/foot.jpg) no-repeat left top;
      height:168px;
        }
#menu{
padding:0;
margin:0;
height:20px;
text-align:center;
}
#menu ul{
padding:0;
margin:0;
white-space:nowrap;
width:100%;
}
#menu ul li{
display:inline;
}
#menu ul li a
{
color:#000;
padding: 0em 0em;
text-decoration: none;
}
#menu a:hover{
text-decoration:underline;
}	
.pad15{
      padding-left: 15px;
      }
fieldset {
border:1px solid white;
}
label {
margin-right:1em;
padding-top:0.2em;
text-align:right;
font-weight:bold;
color:#000;
}
legend{
padding: 0.2em 0.5em;
border:1px solid white;
color:#666;
text-align:right;
font-weight:bold;
}
input, textarea, select{
border:1px solid white;
color:#666;
background-color:white;
}
.submit{
border:1px solid white;
color:white;
font-weight:bold;
background-color:#666;
}

