html{
overflow-y: scroll;
}

a:link, a:visited  { text-decoration: none; color: #3737B3; }
a:hover, a:active { text-decoration: underline; color: #3737B3; }

img{
border: none;
}
body{
background-image: url('images/bg.jpg'); 
background-repeat: repeat-x; 
width: 99%;
}
.container{
margin: auto;
height: 100%; 
width: 955px; 
min-height: 700px; 
background-color: #2e4b78;
}
.banner{
background-image: url('images/banner1.jpg'); 
background-repeat: no-repeat; 
width: 100%; 
height: 366px;
}
.left_nav{
float: left;
background-image: url('images/nav-bg.jpg'); 
background-repeat: repeat-x; 
width: 182px; 
height: 500px; 
text-align: center; 
background-color: #2e4b78;
}
.left_nav ul {
margin: auto; 
padding: 0; 
list-style-type: none;
width: 182px;
height: 500px;
overflow: hidden;
}
.left_nav li {
padding: 10px;
}
.content{
font-family: arial, helvetica, sans serif; 
font-size: .7em; 
margin-left: 182px; 
padding: 5px 10px;
background-color: #fff;
}
.footer{clear: both; 
background-color: #2e4b78; 
width: 955px; 
height: 15px;
}

.webok_footer a{
font-family: arial, helvetica, sans serif;
float: right;
font-size: .7em;
color: #fff;
padding: 0px 5px 0px 0px;
}

.webok_footer a:hover{
color: #fff;
}

/* NAV BUTTON STANDARD */
#nav_home a{background: url('images/home-btn-shadow.png') top left no-repeat; margin: auto; width: 103px; height: 56px; display: block; text-indent: -500px; overflow: hidden;}
#nav_why a{background: url('images/why-btn-shadow.png') top left no-repeat; margin: auto; width: 105px; height: 52px; display: block; text-indent: -500px; overflow: hidden;}
#nav_the-attempt a{background: url('images/the-attempt-btn-shadow.png') top left no-repeat; margin: auto; width: 163px; height: 50px; display: block; text-indent: -500px; overflow: hidden;}
#nav_cf a{background: url('images/cf-btn-shadow.png') top left no-repeat; margin: auto; width: 171px; height: 42px; display: block; text-indent: -500px; overflow: hidden;}
#nav_venue a{background: url('images/venue-btn-shadow.png') top left no-repeat; margin: auto; width: 111px; height: 54px; display: block; text-indent: -500px; overflow: hidden;}
#nav_supporters a{background: url('images/supporters-btn-shadow.png') top left no-repeat; margin: auto; width: 160px; height: 38px; display: block; text-indent: -500px; overflow: hidden;}
#nav_gallery a{background: url('images/gallery-btn-shadow.PNG') top left no-repeat; margin: auto; width: 160px; height: 49px; display: block; text-indent: -500px; overflow: hidden;}

/* NAV BUTTON SELECTED */
#body_home #nav_home a{background: url('images/home-btn.png') top left no-repeat;}
#body_why #nav_why a{background: url('images/why-btn.png') top left no-repeat;}
#body_the-attempt #nav_the-attempt a{background: url('images/the-attempt-btn.png') top left no-repeat;}
#body_cf #nav_cf a{background: url('images/cf-btn.png') top left no-repeat;}
#body_venue #nav_venue a{background: url('images/venue-btn.png') top left no-repeat;}
#body_supporters #nav_supporters a{background: url('images/supporters-btn.png') top left no-repeat;}
#body_gallery #nav_gallery a{background: url('images/gallery-btn.PNG') top left no-repeat;}