@charset "utf-8";
/* CSS Document */

h1 {
font-size:25px;
width:100%;
height:35px;
background-image:url(images/h1.jpg);
color:#FFFFFF;
margin:0px;
padding:0px;
padding-left:5px;
}

input {
/* Input background color, if you want.... */
}

body {
font-family:"Times New Roman", Times, serif;
margin:0px;
padding:0px;
}

.wrapper {
width:900px;
}

.header {
background-image:url(images/header.jpg);
height:90px;
width:900px;
}

.banner {
width:900px;
height:213px;
}

.menu {
margin:0px;
padding:0px;
}

.menu ul {
float:left;
list-style-type:none;
margin:0px;
padding:0px;
}

.menu li {
float:left;
list-style-type:none;
margin:0px;
padding:0px;

}

.menu li a {
font-family:Verdana, Arial, Helvetica, sans-serif;
background-image:url(images/button.jpg);
background-repeat:no-repeat;
list-style-type:none;
color:#FFFFFF;
font-weight:bold;
width:180px;
height:42px;
margin:0px;
padding:0px;
padding-top:10px;
float:left;
text-align:center;
text-decoration:none;
font-size:12px;
text-transform:uppercase;
}

.menu li a:hover {
background-image:url(images/button-over.jpg);
}

#current a{
background-image:url(images/button-current.jpg);

}

.content-top {
margin-top:1px;
background-image:url(images/content-top.jpg);
width:900px;
height:31px;
clear:both;
}

.left-wrapper {
background-image:url(images/left-bg.jpg);
width:214px;
float:left;
color:#FFFFFF;
}

.left-wrapper ul li {
padding:0px 5px;
}

.left-wrapper a {
color:#FFFFFF;
text-decoration:none;
}

.left-wrapper-bottom {
width:214px;
}

.content {
float:left;
width:580px; /* 586 px */
padding-top:15px;
padding-left:50px;
padding-right:50px;
font-size:20px;
}



.footer {
margin-top:10px;
padding-top:3px;
clear:both;
background-image:url(images/footer-bg.jpg);
text-align:center;
height:31px;
color:#FFFFFF;
}