* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Tahoma, Verdana;
	width: 100%;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
	color: #d42a12;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
h1 {
	color: #d42a12;
	font-size:21px;
}

h3 a {
	color: #d42a12;
	font-size:19px;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}
.type_div_img img{
display:block;
margin:0px;
}

.bot-menu{
margin: 0 30px 0 0; 
width: 200px;
}

.bot-menu a{
color:#d42a12;
}

.bot-menu  li{
list-style-type: none;
padding-left: 10px;
padding-top: 10px;
border-bottom: 1px dotted #ccc;
}

.mainpg {
color:#d42a12;
font-weight: bold;
}
.left_menu{
color:#d42a12;
}
/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 158px;
	width: 1004px;
	background:url(../images/top.png) top no-repeat;
	
}

.logoblog {
	height:47px;
	width:340px;
	position:relative;
	top:90px;
	left:10px; 
}

/* Middle
-----------------------------------------------------------------------------*/
.left {
	width:250px;	
}
.menu {
	list-style-type:none;
}
.menu li {
	margin: 5px;
}

.right {
	width:600px;
}
.link-menu {
	color: #d42a12;
	font-size: 18px;
}
#footer {
	width:800px;
	height: 30px;
	margin: 30px auto;
	padding: 15px;
	background-color: #ddd;
}
.bhinfo {
	margin: 5px;
	font-size: 10px;
}
.bhinfo span a {
	color: #666;
}
.shortstory {
	margin-bottom: 40px;
}