*{
	margin:0;
	padding:0;
}
body{
	background-image:url("../images/bg_grad.jpg");
	background-attachment: fixed;
	width:100%;
}
h1{
	font-size:x-large;
}
ul{
	margin: 10px 0 0 1em; 
	padding: 0; 
}
img{
	border:none;
}
/*

*/
#outerframe{
	position:relative;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	width:760px;
	border:1px solid #cccccc;
	background-color:#ffffff;
}
#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	z-index: 100;
}
#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	z-index: 100;
}
#bl {
	position:absolute;
	bottom: -2px;
	left: -1px;
	z-index: 100;
}
#br {
	position:absolute;
	bottom:-2px;
	right:-1px;
	z-index:100;
}
/*

*/
#header{
	border-bottom:1px solid #cccccc;
	height:85px;
}
#headerLogo{
	float:left;
}
#headerLogo img{
    margin:10px 10px 5px 10px;
}
#headerTitle{
	padding:15px 20px 0px 5px;
}
#headerISSN{
	float:right;
	margin:20px 15px 0px 0px;
	font-size:small;
}
/*

*/
#footer{
	clear:both;
	border-top:1px solid #cccccc;
	font-size:x-small;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}	
/*
*/
.enTitle{
	color:#aaaaaa;
	font-size:small;
}
