@charset "utf-8";
/* CSS Document */
/*------------------------------------------------------main body----------------------------------------------*/
#body{
	background:url(../images/body.jpg);	
	color: #E2E2E2;
}

#wrapper {
	width: 960px;	
	margin:auto;

	height:815px;
}
#head {
	width: 960px;
	float:left;	
}
#logo {
	width:600px;
	margin-left: 205px;	
}
#navlist {
	float:left;
	width: 675px;
	
	padding-left: 285px;
	font-size: 25px;
	margin-bottom:10px;

}
#navlist li {
	display:inline;
	
}
#navlist a {
	color: #E2E2E2;
text-decoration: none;

}
#navlist a:hover {
	color: #ed1c24;
}	

#contents {
	width: 215px;	
	float:left;
		height: 645px;
}

#contentlist {
	font-size: 20px;
	line-height: 25px;
	padding-left:10px;
	overflow:auto;
}
#contentlist li a {
	color: #E2E2E2;
	text-decoration:none;	
}
#contentlist li a:hover {
	color: #ed1c24;	
}
.h2 {
	font-size: 25px;
	padding-left: 15px;
	padding-bottom:15px;	
}
#issue {
	padding: 10px;

	text-align: center;
}


#cover {
	width: 490px;
	float:left;	
}

#advertisers {
	width: 255px;
	float:right;
	overflow:auto;
	height: 645px;
}
#adlist {
	font-size: 20px;
	line-height: 25px;
	padding-left:10px;

}
#adlist li a {
	color: #E2E2E2;
	text-decoration:none;	
}
#adlist li a:hover {
	color: #ed1c24;	
}
a:visited {
	color:#E2E2E2; 	
}
a {
	color:#E2E2E2;	
}
#archives {
	height: 500px;
	width: 960px;
	margin:auto;
	line-height: 45px;
	font-size: 25px;
	overflow: auto;
	text-align: center;
	font-variant:small-caps;
}
#archives a {
	text-decoration:none;	
}
#archives a:hover {
		color: #ed1c24;
		text-decoration:none;
}
#contact {
	height: 700px;
	width: 960px;
	margin:auto;
	line-height: 35px;
	font-size: 25px;
	font-variant:small-caps;
	overflow: auto;
	text-align: center;

}
#contact a {
	text-decoration:none;	
}
#contact a:hover {
		color: #ed1c24;
		text-decoration:none;
}