body {
    background: url('bgd_plain.jpg') repeat-x;
    background-attachment: fixed;
    overflow-x: hidden;
    min-width: 1080px;
   
}

a img {
    border: none;
}

#line {
    background: url('line.png') no-repeat;
    position: absolute;
    top: 0px;
    z-index: 4;
    width: 100%;
    height: 200px;
    margin: -40px 0 0 0;
}

#container {
    width: 1090px;
    margin: 0 auto;
}

#header {
    background: url('banner.png') no-repeat;
    width: 770px;
    height: 100px;
    margin-top: 12px;
    margin: 0 auto;
}

#header img {
    float: right;
}

#left {
    width: 220px;
    height: 600px;
    float: left;
    margin: 10px 0 0 5px;
    z-index: 5;
}

#logo {
    background: url('logo.png') no-repeat;
    width: 104px;
    height: 720px;
	margin-top: -80px;
    display: inline;
    float: left;
}

/*#videotitle {*/
/*    background: url('video_panel_header.png') no-repeat top center;*/
/*    height: 42px;*/
/*    clear: both;*/
/*}*/

#content {
    float: left;
    width: 450px;
    margin: 8px 0 0 50px;

}

#tour {
    /*background: url('tour2.png') no-repeat;*/
    width: 515px;
    height: 410px;
    float: left;
}

.tourtitle {
	margin-left: 30px;
}

#nav {
    display: block;
    position: relative;
    width: 515px;
    height: 100px;
    z-index: 5;
}

#vidcont {
    width: 230px;
}

#videos {
    background: url('video_panel.png') no-repeat;
    width: 282px;
    height: 645px;
    list-style: none;
    margin: 0px 0 0 10px;
    padding-top: 60px;
}

#videos ul {
    width: 220px;
}

#videos li {
    width: 185px;
    margin: 0 0 -12px 10px;
}

#nav li {
    list-style: none;
    margin: 0 0 0px 2px;
}

#social {
    width: 515px;
    height: 50px;
    position: relative;
    top: 175px;
    left: 70px;
    z-index: 1;
}

#sociallist li {
    height: 100px;
    display: inline;
    list-style-type: none;
}

#julian {
    float: left;
    display: inline;
    width: 258px;
    height: 750px;
    background: url('julian.png') no-repeat;
}