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

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #353535;
}
a {
	color: #ff0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	 
}

#contaner {
	margin: 0 auto;
	width: 620px;
	background: #fff url(../images/article-header.jpg) top center no-repeat;
}

#header {
	padding: 10px 35px 15px 35px;
	color: #ff0000;
}

.small {
	font-size: 10px;	
}

#issue {
	text-align: right;	
	padding-bottom: 7px
}

#title {
	font-size: 14px;	
}

#content {
	padding: 10px 35px 10px 35px;
}

#bottom {
	clear: both;
	padding: 10px 35px 15px 35px;
	background: #fcfdff url(../images/article-footer.jpg) bottom center no-repeat;
}

#author {
	clear: both;
	border-top: 1px solid #b4b4b4;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer {
	border-top: 1px solid #b4b4b4;
	clear: both;
	color: #ff0000;
	padding-top: 10px;
}
