@charset "utf-8";
div#content {	
	margin: 4em auto 0;	
}
div#content_inner {
	width: 90%;
	margin: 0 auto;	
}	
div#content_inner_top {
	background-color: #FFF;	
	padding-top: 2em;
	text-align: center;
	box-shadow: 0 2px 10px #650000;	     
	-moz-box-shadow: 0 2px 10px #650000;	
  -webkit-box-shadow: 0 2px 10px #650000;	
}
div#content_inner_top .image {
	margin: 0 auto;	
}
div#content_inner_top p {	
	line-height: 2em;	
}
div#content_inner_bottom {
	margin: 2em 0 0 2em;
	padding-left: 0.5em;
	border-left-style: solid;
	border-width: 0.1em;
	border-color: #650000;	
}
div#content_inner_bottom p {
	font-size: 1em;
	font-style: italic;
	color: #000;	
}
div#content_inner_bottom p#author {
	margin-top: 1em;
	padding-bottom: 2em;	
	font-size: 1em;
	font-style: normal;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 800px) {
	
div#content_inner_bottom {
	border-width: 3px;
}
	
}