?
@font-face {
	font-family: 'PTSerif-Caption';
	src: url('../fonts/PT_Serif-Caption-Web-Regular.eot');
	src: local('?'), url('../fonts/PT_Serif-Caption-Web-Regular.woff') format('woff'), url('../fonts/PT_Serif-Caption-Web-Regular.ttf') format('truetype'), url('../fonts/PT_Serif-Caption-Web-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
    
	background: url(../images/body.jpg) repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 960px;
	margin: 0;
}
img {
	border: 0;
}
.wrapping {
	width: 1080px;
	margin: 0 auto;
}
/* This part defines the header*/

#header {
    
	background: url(../images/header.jpg) repeat-x center top;
	height: 72px;
	padding: 16px 0 0;
	text-align: left;
}
/* Logo Top */
#GTMlogo {
	float: left;
	display: inline-block;
	margin-left: 0px;
}

/** stuff related to the navigation/links/menus it is locked with header div id ON THE INDEX PAGE and CONTACT INFO PAGE **/
#menu_bar {
	float:  left;
    display: inline-table ;
	height: fit-content;
    width:  150px;
    position: fixed;
    top: 100px;
    left: -15px;

}
/*this below controls the spacing between the menu options*/
#menu_bar li {
	float: multicol;
	margin: 20px 0;
    list-style-type:none;
}
#menu_bar li:first-child {
	margin-left: 0;
}
/*this controls one list entry*/
#menu_bar li a {
	color: #FFC72C;
	line-height: 15px;
    font-size: medium;
	padding: 0;
	text-decoration: none;
   
}
#menu_bar li a:hover, #menu_bar li.current a {
	color: #CBC4BC;
}

/** stuff related to the navigation/links/menus it is locked with header div id ON ALL PAGES BUT INDEX AND CONTACT INFO PAGEs**/
#menu_bar1 {
	float:  left;
    display: inline-table ;
	height: fit-content;
    width:  130px;
    position: fixed;
    top: 103px;
    left: -15px;
    padding-right: 5px;
    border-right: 1px solid #022554;

}
/*this below controls the spacing between the menu options*/
#menu_bar1 li {
	float: multicol;
	margin: 20px 0;
    list-style-type:none;
    
}
#menu_bar1 li:first-child {
	margin-left: 0;
}
/*this controls one list entry*/
#menu_bar1 li a {
	color: #002554;
	line-height: 15px;
    font-size: medium;
	padding: 0;
	text-decoration: none;
   
}
#menu_bar1 li a:hover, #menu_bar1 li.current a {
	color: #83786F;
}

/*regular text for the index.html*/
#content {
	margin: 0;
	padding: 25px 0 0;
    background-color:#000000
}
#content h1 {
	color: #DCDC25;
	font: italic 34px Cambria, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 18px;
}
#content p {
    font-family: Cambria;
    color: #e8eff4;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	padding: 0 0 30px;
	text-align: justify;
}

#content p a {
	color: #e8eff4;
}
#content p a:hover {
	color: #0aa3fa;
}
#content p b {
	font-weight: bold;
}
#content .body {
	width: 940px;
	margin: 0 auto;
	padding: 0 10px;
}

/*regular text for ALL BUT index.html and contact.html*/
#content1 {
	margin-left: 180px;
	padding: 45px 0 0;
    background-color: #F4F4F4;
    font: Cambria;
    border-left: 2px solid #DCDC25;
}
#content1 h1 {
	color: #002554;
	font: 28px Cambria;
	font-style: oblique;
	margin-right: 50px;
    margin-left: 50px;
}
#content1 h2 {
	color: #002554;
    font: 24px Cambria;
	line-height: 24px;
	margin-right: 50px;
    margin-left: 50px;
    margin-top: 10px;
	padding: 0 0 30px;
	text-align: justify;
    font-variant: small-caps;
}
#content1 p {
	color: #002554;
    font-family: Cambria; 
	font-size: 22px;
	line-height: 28px;
	margin-right: 50px;
    margin-left: 50px;
    margin-top: 20px;
	padding: 0 0 30px;
	text-align: justify;
}
#content1 p.text {
	color: #002554;
    font-family: Cambria; 
	font-size: 24px;
	line-height: 24px;
	margin-right: 50px;
    margin-left: 50px;
    margin-top: 5px;
	padding: 0;
	text-align: justify;
}

#content1 p.text2 {
	color: #002554;
    font-family: Cambria; 
	font-size: 12px;
	line-height: 12px;
	margin-right: 50px;
    margin-left: 50px;
    margin-top: 0px;
	padding: 0;
	text-align: justify;
}

#content1 p a {
	color: #002554;
    text-decoration: underline;
    text-decoration-color: #FFC72C;
    
}
#content1 p a:hover {
	color: #7A9A01;
}
#content1 p b {
	display: block;
}
#content1 .hang {
	text-indent: -30px;
    padding-left: 30px;
}

#content1 p.caps {
	font-variant: small-caps;
}
#content1 li {
    color: #002554;
	font-size: 16px;
	line-height: 26px;
	margin-right: 250px;
    margin-left: 40px;
    margin-top: 10px;
	text-align: justify;
}


/** a list of metalloprotein classes **/

#list 
/** textholder the whole 'welcome and text below' placeholder as well as the background image**/
#textholder {
	
	font-family: "Calibri", "Times New Roman", Times, serif;
	min-height: 530px;
	margin-top: -56px;

}
/* this thing positions the box containing "Welcome" and "Contact" text*/
#textholder .wrapping {
  
	width: 930px;
	min-height: 300px;
    padding-top:  88px;
    padding-right: 10px;
    padding-bottom: 26px;
    padding-left: -10%;
    
   

}
/** This thing below changes the size of the text under Welcome title!**/
#textholder .info {
	
    height: 354px;
	width: 420px;
	overflow: hidden;
        
    
}
/*This thing below defines the attributes for "Welcome to inorganics" and "Contact Info" text*/
#textholder h1 {
	color: #D2D2D2;
	font-size: 42px;
	font-style: italic;
	line-height: 50px;
	margin-bottom: 30px;
    *margin-left: -150px;
}
/*this thing below defines the attributes of the text below the welcome header h1*/
#textholder p {
	color: #CBC4BC;
	font-size: 25px;
	line-height: 24px;
    
}
#textholder .p1 p {
	color: #CBC4BC;
	font-size: 18px;
	line-height: 0;
    
}
#textholder p a {
	color: #176eb0;
}

/*Footnotes*/
#footnote {
    margin-left: 180px;
	margin-right: 50px;
    font-size: 14px;
    line-height: normal;
    text-align: justify;
    text-indent: -2%;
    padding-left: 2%;
    }


/* Footer */
#footer {
	
    background: url(../images/footer.jpg) repeat-x center top;
	height: 55px;
	padding: 6px 0 0;
	text-align: left;


}
#footer p {
	color: #7890a1;
	font-size: 12px;
    font-weight: bold;
	line-height: 22px;
	margin-left: 49px;
    
	padding: 0;
}
/** Logo footer**/
#logo_Here {
	float: right;
	display: inline-block;
	margin-right: 41px;
    margin-top: 15px;
}
