N* {
    margin:0px;
    padding:0px;
    top:0px;
    left:0px;
}
body{
    text-align: center;
    background-color: #ff0000;
}
#central{
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    position: relative;
    width: 777px;
    text-align: left;
    background-color: #d2d2d2;
}
#header{
    background-image: url(images/header.jpg);
    height: 296px;
    width: 777px;
    left: 0px;
    top: 0px;
}
#header a{
    font-size: 28px;
    font-style: normal;
    line-height: normal;
    font-weight: bolder;
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 28px;
    font-family: "Courier New", Courier, mono;
    margin-top: 35px;
}
#navlist{
    margin-left: 0px;
    padding-left: 0px;
    white-space: nowrap;
    position: absolute;
    height: 27px;
    width: 777px;
    top: 295px;
}
#navlist li{
    display: inline;
    list-style-type: none;
}
#navlist a {
    padding: 3px 10px;
    background-image: url(images/button.gif);
    height: 20px;
    width: 91px;
    display: inline;
    position: absolute;
    text-align: center;
    color: #fff;
    text-decoration: none;
}
#navlist a:hover{background-image: url(images/buttonover.gif);}
#n1{left: 0px;}
#n2{left: 111px;}
#n3{left: 222px;}
#n4{left: 333px;}
#n5{left: 444px;}
#n6{left: 540px;}
#n7{left: 666px;}
#triplist
    float: left;
    width: 222px;     MODIFIED
    background-color: #D4D4D4;
    margin-right: 0px;
    margin-top: 24px;
    overflow: hidden;
}
#triplist p{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 540px; --
}
#triplist h1{
    margin: 15px 10px 10px 10px;
    width: 320px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}
#triplist span{
    margin-top: 10px;
    margin-bottom: 4px;
    width: 300px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #649721;
}
#triplist a{
    color: #2d2d2d;
    text-decoration: none;
}
#triplist a:hover{
    color: #red;
    text-decoration: underline;
}
#publist{
    float: left;
    width: 777px;
    background-color: #D4D4D4;
    margin-right: 0px;
    margin-top: 24px;
    overflow: hidden;
}
#publist p{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000000;
    margin-left: 20px;
    margin-bottom: 10px;
    width: 700px;
}
#publist h1{
    margin: 15px 10px 10px 10px;
    width: 700px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}
#publist span{
    margin-top: 10px;
    margin-bottom: 4px;
    width: 650px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #649721;
}
#publist a{
    color: #2d2d2d;
    text-decoration: none;
}
#publist a:hover{
    color: #red;
    text-decoration: underline;
}
#leftside{
    float: left;
}
#leftside h3{
    border-top-width: 3px;
    border-right-width: 3px;
    border-bottom-width: 0px;
    border-left-width: 3px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #00306f;
    border-right-color: #00306f;
    border-bottom-color: #00306f;
    border-left-color: #00306f;
    width:200px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    background-color: #D4D4D4;
    text-align: center;
    display: block;
    margin-left: 35px;	
    margin-top: 35px;	
}
#main{
    margin-top: 70px;
    position: absolute;
    width: 777px;
    background-color: #D4D4D4;
}
#picture1{
    margin-left: 35px;
    height: 155px;
    width: 200px;
    background-image: url(images/collision.jpg);
    border: 3px solid #2D2D2D;
    position: relative;
}
#picture1 a{
    position: absolute;
    top: 0;
    left: 0;
    height: 155px;
    width: 200px;
}
#picture1 a h1{
    display: none;
}
#picture2{	
    margin-left: 35px;
    height: 167px;
    width: 200px;
    background-image: url(images/hike.jpg);
    border: 3px solid #00306f;
    position: relative;
}
#picture2 a{
    position: absolute;
    top: 0;
    left: 0;
    height: 167px;
    width: 200px;
}
#picture2 a h1{
    display: none;
}
#picture3{
    margin-left: 35px;
    height: 147px;
    width: 200px;
    background-image: url(images/gsi.gif);
    border: 3px solid #2D2D2D;
    position: relative;
}
#picture3 a{
    position: absolute;
    top: 0;
    left: 0;
    height: 147px;
    width: 200px;
}
#picture3 a h1{
    display: none;
}
#picture4{	
    margin-left: 35px;
    height: 201px;
    width: 200px;
    background-image: url(images/cern.jpeg);
    border: 3px solid #00306f;
    position: relative;
}
#picture4 a{
    position: absolute;
    top: 0;
    left: 0;
    height: 201px;
    width: 200px;
}
#picture4 a h1{
    display: none;
}
#footer{
    clear: both;
    background-color: #D4D4D4;
    position: relative;
    height: 46px;
    background-image: url(images/footer.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}
#rightside{
    float: right;
    width: 460px;
    background-color: #D4D4D4;
    margin-right: 15px;
    margin-top: 20px;
    overflow: hidden;
}
#rightside p{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    margin-left: 10px;
    margin-bottom: 2px;
    width: 440px;
}
#rightside h1{
    margin: 20px 0px 10px 0px;
    width: 440px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}
#rightside span{
    margin-top: 10px;
    margin-bottom: 4px;
    width: 410px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #649721;
}
#rightside a{
    color: #2d2d2d;
    text-decoration: none;
}
#rightside a:hover{
    color: #red;
    text-decoration: underline;
}
#footer p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    float: right;
    padding-top: 26px;
    margin-right: 10px;
}
#imagepreloader{
    visibility: hidden;
    overflow: hidden;
    height: 0px;
    width: 0px;
}
