body {
background-image: url(../media/backgroundwithtop3.jpg);
margin: 0;
padding: 0;
width: 1140px;
height: 574px;
font-family: Arial, Helvetica, sans-serif;
overflow: auto;
}


/*  Overall Design of The Site */
#main-container {
background-image: url(../media/back4.png);
background-position:center;
background-repeat: repeat;
width: 1140px;
height: 793px;
left: 0%;
margin-left: 10%;
margin-right: 10%;
top: 0%;
margin-top: 17px;
} 

/* Top Nav */

.global-navigation {
position: absolute ;
top: 135px ; 
left: 350px ;
height: 100px ;
width: 750px ;
	}

.navigation-link, .navigation-link-over {
position: relative ;
float: left ; 
top: 0px ;
width: 210px ;
margin-left: 3% ;
padding:  .3em;
border: none;
text-align: center ;
font-size:  13px ;
color: #aaaaaa ;
font-variant:small-caps;
		}

.navigation-link-over {
cursor:  pointer ;
background-image: url(../media/navback.png);
		}

#nav-menu-1 {
			margin-left: 16px ;
		}




/*  scroll box */
#description-container {
position: absolute;
top: 227px;
left: 710px;
width: 440px;
height: 180px;
overflow-y: scroll;
font-size: 10pt;
color: #c3c3c3;
font-variant:small-caps;
line-height:1.1;
padding-left: 10px; 
padding-right:10px;
scrollbar-face-color: #ABACB0; 
scrollbar-highlight-color: #323232; 
scrollbar-3dlight-color: #323232; 
scrollbar-darkshadow-color: #5e5e5e; 
scrollbar-shadow-color: #323232; 
scrollbar-arrow-color: #5e5e5e; 
scrollbar-track-color: #5e5e5e; 

}


#description-container a:link {
color: #af2e30;
text-decoration: none;
border-bottom: 1px dotted;
}

#description-container a:hover {
color: #af2e30;
text-decoration: none;
border-bottom: 1px dotted;
color: #af2e30;
background: #4d0d0e;
}

/* Links to Other Projects */
#other-projects {
position:  relative ;
margin-bottom: 0px ;
margin-top: 0px ;
padding:  4px ;
border: none;
font-size:  20px ;
text-align: center ;
font-variant:small-caps;
top: 215px;
left: 90px;
width: 650px;
	}

.other-project, .other-project-over {
position: relative ;
float: left ;
width: 35% ;
height: 40px ;
margin: 4px ;
margin-top: 10px;
padding-left: 10px ;
padding-top: 7px ;
background-repeat: no-repeat;
border-radius: 5px;
color: #bcb5a2;
font-size: 12px ;
text-align: center ;
background-image: url('../media/parch.png');
}

.other-project-over {
background-image: url('../media/parch2.png');
color:  rgb(80%, 80%, 70%) ;
		}