html,ul,li {
margin: 0px;
padding: 0px;
}

body{
background-color: #b7bbc2;
background-image: url('bodybg.png');
margin: 0px;
font-family: Verdana;
font-size: 13px;
color: #282828;
overflow: scroll;
}

#wrapper{
width: 1000px;
min-height: 600px;
background-color: transparent;
margin: auto;
}

#header{
width: 1000px;
min-height: 278px;
background-image: url('header.png');
}

#navi{
width: 1000px;
height: 80px;
background-image: url('navi.png');
}

#container{
width: 1000px;
min-height: 300px;
background-image: url('bg.png');
}

#footer{
width: 1000px;
height: 70px;
background-image: url('footer.png');
margin-bottom: 20px;
}

#content{
background-color: transparent;
width: 800px;
min-height: 200px;
margin-left: 100px;
margin-top: -20px;
}

h1{
font-size: 18px;
font-family: Helvetica;
color: #082f53;
}

ul{
width: 835px;
height: 60px;
background-color: transparent;
margin-left: 82px;

}
li{
list-style-type: none;
float: left;
width: 103px;
margin-right: 1px;
}

.first{
margin-left: 2px;
}

li a{
display: block;
background-image: url('navibg.png');
text-align: center;
padding-top: 21px;
padding-bottom: 21px;}

li a:hover{
display: block;
background-image: url('navibg1.png');
text-align: center;
padding-top: 21px;
padding-bottom: 21px;
color: #ffffff;
text-shadow: #173a64 1px 1px 2px;}

a{
text-decoration: none;
color: #173a64;
text-shadow: #ffffff 1px 1px 2px;
}

img{
text-decoration: none;
border: none;
}


blockquote{
background-color: #e1e1e1;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
padding: 10px;
border: 2px solid #245183;
}