@charset "UTF-8";
/* CSS Document */

body {
	color: #333;
	margin-top:20px;
}

#content {
	width: 904px;
	margin:0 auto;
}

#right {
	width: 200px;
	height: 453px;
	float: right;
	margin:0px;
}

#header {
	width: 904px;
	height: 142px;
}

#issue {
	width: 704px;
	height: 453px;
	vertical-align:top;
}

#footer {
	width: 904px;
	height: 100px;
}

