@font-face {
    font-family: quicksand;
    src: url('http://fonts.googleapis.com/css?family=Quicksand');
    /*font-weight:400;*/
    font-style: 
}h1{
    /*color: rgb(118,250,209);*/
    color: orange;
    /*text-shadow: 2px 2px 2px rgb(83, 107, 135);*/
    /*text-shadow: 1px 1px 1px navy;*/
    /*color: #66EDB0;*/
    /*color: #6C727A;*/
    font-weight: normal;
    font-size: 3em;
    font-family: 'century gothic';
    /*font-family: quicksand, sans-serif;*/
    /*padding-left: 222px;*/
    padding-top: 10px;
    /*font-family: 'Yanone Kaffeesatz', sans-serif;*/
    /*src: url('myfont.woff') format('woff');  /* Firefox 3.6+, IE9, Chrome 6+, Safari 5.1+*/*/
}
#logo{
    float: left;
    height: 80px;
    width: 240px;
    
    margin: 15px 0px 0 600px;
    /*border: 2px solid rgb(118,250,209);*/
    background-color: rgb(97,110,125);
    background-image: url(../images/gloriette01.png);
    background-size:240px 80px;
    /*-moz-transform:rotate(90deg);*/
}
#body{
    /*size: auto;*/
}
#wrapper{
    position: relative;
    /*background-color: #646669;*/
    /*background-color: #ABADB0;*/
    /*background-image: url('../images/BlueCurtains.jpg');*/
    color: rgb(118,250,209); 
    overflow: hidden;
    min-width: 1024px;
    /*background-color: rgb(83, 107, 135);*/
    background-color: rgb(97,110,125);
    /*font-family: calibri;*/
    /*margin-right: 10px;*/
    /*height: 100%;*/
    font-family:batang;
    
}
#content{
    overflow: hidden;
    height: 700px;
}
#top{
    background-color: white;
    overflow: hidden;
    height: 40px;
}


#header{
    height: 100px;
    text-align: center;
    /*font-size: 250%;*/
    /*background-image: url('../images/BlueCurtains.jpg');*/
}

#navigator{
    background-color: #646669;
    padding: 2px;
    
    
    display: block;
    /*position: absolute;*/
    /*width: inherit;*/
}
#navigator ul{margin-left: 140px;}
#navigator a{
    /*float:left;*/
    width:6em;
}

#navigator li {
    
    display:inline;
}

ul{list-style-type:none;}
#left a:hover{
    /*text-shadow: 1px 1px 1px navy;*/
    color: orange;
    }
#right a:hover{
    /*text-shadow: 1px 1px 1px navy;*/
    color: orange;
    }

#leftcont {
    float: left;
    position: absolute;
    overflow-x: visible;
    overflow-y: visible;
    height: 463px;
    width: 93px;
    /*border-bottom: 2px solid rgb(118,250,209);*/
    /*background-color: #47607D;*/
    background-color: rgb(97,110,125);
}
#rightcont {
    float: right;
    height: 461px;
    width: 86px;
    background-color: rgb(97,110,125);
    /*background-color: #47607D;*/
    /*border-top: 2px solid rgb(118,250,209);*/
    /*border-top: 2px solid rgb(97,110,125);*/
}
#left {
    overflow-x: visible;
    position: absolute;
    float: left;
    border-left: 2px solid rgb(118,250,209);
    border-right: 2px solid rgb(118,250,209);
    border-bottom: 2px solid rgb(118,250,209);
    width: 160px;
    height: 608px;
    transform:rotate(15deg);
-ms-transform:rotate(15deg); /* IE 9 */
-moz-transform:rotate(15deg); /* Firefox */
-webkit-transform:rotate(15deg); /* Safari and Chrome */
-o-transform:rotate(15deg); /* Opera */
    -moz-transform:rotate(15deg);
    /*background-color: rgb(83, 107, 135);*/
    background-color: #47607D;
    margin-top: -156px;
    margin-left: 10px;
}
#left ul{
    -moz-transform:rotate(-15deg);
    transform:rotate(-15deg);
-ms-transform:rotate(-15deg); /* IE 9 */
-moz-transform:rotate(-15deg); /* Firefox */
-webkit-transform:rotate(-15deg); /* Safari and Chrome */
-o-transform:rotate(-15deg); /* Opera */
    padding-top: 160px;
    display: none;
}
#left a{
    /*text-shadow: 1px 1px 1px navy;*/
    color:rgb(118,250,209);
    text-decoration: none;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    padding-bottom: 4px;
    font-size: 120%;
    
}
#left li{
    margin-bottom: 35px;
}
#center{
    height: 461px;
    /*width: 1231px;*/
    text-align: center;
    color: black;
    background: center url('../images/vss_uc.jpg') no-repeat;
    /*background-color: rgb(188,200,214);*/
    /*background-color: rgb(196,206,218);*/
    /*size: 80%;*/
    margin: 0px 73px 0px 91px;
    border: 2px solid rgb(118,250,209);
    /*border-top: 2px solid rgb(118,250,209);*/
    /*border-left: 2px solid rgb(118,250,209);*/
    /*border-right: 2px solid rgb(118,250,209);*/
}


#right{
    float: right;
    width: 150px;
    height: 635px;
    border-left: 2px solid rgb(118,250,209);
    border-right: 2px solid rgb(118,250,209);
    border-top: 2px solid rgb(118,250,209);
    -moz-transform:rotate(15deg);
    transform:rotate(15deg);
-ms-transform:rotate(15deg); /* IE 9 */
-moz-transform:rotate(15deg); /* Firefox */
-webkit-transform:rotate(15deg); /* Safari and Chrome */
-o-transform:rotate(15deg); /* Opera */
    /*background-color: rgb(83, 107, 135);*/
    background-color: #47607D;
    margin-top: 8px;
    margin-right: 20px;
}
#right a{
    /*text-shadow: 1px 1px 1px navy;*/
    color:rgb(118,250,209);
    text-decoration: none;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    padding-bottom: 4px;
    font-size: 120%;
}
#right ul{
    -moz-transform:rotate(-15deg);
    transform:rotate(-15deg);
-ms-transform:rotate(-15deg); /* IE 9 */
-moz-transform:rotate(-15deg); /* Firefox */
-webkit-transform:rotate(-15deg); /* Safari and Chrome */
-o-transform:rotate(-15deg); /* Opera */
    padding-top: 110px;
    margin-left: -31px;
    display: none;
}
#right li{
    margin-bottom: 35px;
}

#topline{
    float: left;
    margin-left: 50px;
    height: 180px;
    width: 4px;
    background-color: orange;
    /*box-shadow: 1px 1px 1px navy;*/
    /*border-left: 1px solid #F7D881;*/
    position: relative;
    z-index: 1;
}
#bottomline{
    float: right;
    height: 180px;
    width: 4px;
    background-color: orange;
    /*box-shadow: 1px 1px 1px navy;*/
    margin-right: 50px;
    margin-top: -69px;
    position: relative;
    z-index: 1;
}
#footer{
    height: 100px;
    margin-bottom: 0px;
    /*background-color: rgb(83, 107, 135);*/
    background-color: rgb(97,110,125);
    clear: both;
    /*display: none;*/
    
}
#home{
    margin-left: 40px;
}
#opera{
    margin-left: 24px;
}
#theater{
    margin-left: 8px;
}
#hotels{
    margin-left: -8px;
}
#academic{
    margin-left: -24px;
}
#community{
    margin-left: -40px;
}

#team{
    margin-left: 24px;
}
#inter{
    margin-left: 8px;
}
#vss{
    margin-left: -8px;
}
#chorus{
    margin-left: -24px;
}
#jazz{
    margin-left: -40px;
    /*text-align: center;*/
}
#contact{
    margin-left: -56px;
}