@charset "utf-8";
/* CSS Document */

#container {
	margin: auto;
	width: 700px;
}
#container_covers {
	margin: auto;
	width: 810px;
}
#menu {

}
#flash {
	float: left;
	width: 494px;
	height: 263px;

}
#issue {
	float: right;
	width: 206px;
	height: 263px;
	background-color: #DCE1E5;
	background-image: url(images/slide_side.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.issue_content {
	padding-left: 20px;
}

#content {


}




#slide_holder {
	height: 300px;
	width: 700px;
}

#holder {
	width: 700px;
	background-color: #FFF;
}

#slide_holder_flip {
	width: 700px;
}
#line {
	background-image: url(images/line.jpg);
	background-repeat: repeat-x;
	height: 2px;
}
#scroll {
	height: 20px;
	text-align: center;
	padding-top: 8px;
}
#footer {
	font-size: 12px;
	margin-top: 50px;
	color: #999;
}




#header {
	height: 78px;
}
#logo {
	float: left;
	height: 78px;
	width: 143px;
}

.title {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #11BBDF;
}

.center {
	text-align: center;
}




#space {
	margin-top: 5px;
	margin-bottom: 10px;
}

