html {
    overflow-x: hidden;
    overflow-y: scroll;
}

html, body {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif; 
    color: #666666; 
    font-style: normal; 
    font-weight: normal; 
    line-height: 1.7;
    text-align: center;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    border: none;
}

p {
    margin-top: 0px;
    margin-bottom: 10px;
}

img {
    border-width: 0px;
}

#wrapper {
    width: 100%;
}

#header {
    width: 100%;
    height: 60px;
    text-align: left;
	background: url(../images/header_bg.gif);
}

#nav {
    position: absolute;
    left: 0px;
    top: 60px;
    width: 200px;
    height: 510px;
	background-color: #FFFFFF;
    opacity: 0.90;
    filter: alpha(opacity=90);
}

.nav_button {
    float: right;
    margin-bottom: 15px;
}

.imgover {
    cursor: pointer;
}

#main {
    width: 100%;
    height: 510px;
    text-align: left;
    overflow: hidden;
}

#image_gallery {
    position: absolute;
}

.image_caption {
    height: 30px;
    color: #BBBBBB;
    background-color: #101010;
}

.image_caption_inner {
    padding: 4px 10px 0px 10px;
}

#footer {
    width: 100%;
    height: 60px;
	background: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
}

.text {
    width: 520px;
    margin-left: 210px;
}
