
html, body{ 
 margin:0; 
 padding:0; 
 font-family: sans-serif;
 } 
#pagewidth{ 
 width:950px; 
} 

#header{
 position:relative; 
 height:257px;  
 width:100%;
 background-image: url('head.jpg');
 color: #ffffff;
} 
#headert1{
 position:absolute; 
 top:215px;
 left: 193;
 font-size: 13;
font-weight: bold;
} 
#headert1 a{
font-weight: none;
text-decoration: underline;
color: white;
}
#issn{
 position:absolute; 
 top:156px;
 left: 790;
 font-size: 11;
 font-weight: bold;
} 

#leftcol{
 width:200px; 
 float:left; 
 position:relative; 
 background-color:#729E9F; 
 
 text-align: center;
 }
 #leftcol ul{
 list-style-type: none;
  line-height: 200%;
 }
 #leftcol a{
text-decoration: none;
font-size: 14;
font-weight: bold;
color: #4f393b;
}
#footer{
position:relative;
 height:191px; 
 background-image: url('foot.jpg'); 
 clear:both;
} 

#foot{
 position:absolute; 
 top:48px;
 left: 44;
 color: #ffffff;
 font-size: 12;
 font-weight: bold;
} 
#maincol {  
 float: right; 
 display:inline; 
 position: relative; 
 width:750; 
 font-size: 12;
 
 }
 #maincol2 {  
margin: 50 75 50 75;
 font-size: 12;
 }
 #maincol2 a {
 line-height: 80%;
 font-size: 12;
 font-weight: normal;
text-decoration: underline;
color: #4f393b;
 }
 
#maincol h1,h2{
font-size: 14;
font-weight: bold;
color: #4f393b;
}
#maincol h3{
font-size: 13;
font-weight: normal;
color: #4f393b;
}
