html, body {
	background-image: url('images/shadow.png');
	background-position: 0px 50px;
	background-repeat: repeat-x;
}

.extra {
	display: none;
}

#bd {
	border: 1px solid #d3d3d3;
}

#hd {
	height: 50px;
	font-size: 14px;
	margin-bottom: 50px;
	overflow: hidden;
}

#hd ul {
	height: 100%;
}

#hd ul li {
	display: inline-block;
	height: 100%;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	padding-left: 10px;
	padding-right: 15px;
}

#hd ul li + li {
	border-left: 0px !important;
}

#hd ul li a {
	display: inline-block;
	padding-top: 12px;
	color: #cc0000;
}

#hd ul li a.aux {
	color: #666666;
}

#hd ul li h1 {
	display: inline-block;
	padding-top: 12px;
	color: #999999;
}

#hd ul li em {
	color: #666666;
}

#hd ul li img {
	vertical-align: middle;
}

#bd {
	font-family: Georgia, Times, serif;
}

.caption {
	font-family: Tahoma, Verdana, sans-serif;
	color: #666666;
}

h2 {
	display: block;
	font-size: 32px;
	font-weight: 900;
	background-color: #f4f4f4;
	border-bottom: 1px solid #d3d3d3;
	padding: 5px 5px 5px 15px;
}

h3 {
	display: block;
	font-size: 24px;
	background-color: #f8f8f8;
	border-bottom: 1px solid #d3d3d3;
	padding: 5px 5px 5px 15px;
}

#article {
	width: 100%;
	margin: 15px auto;
}

#article > p {
	font-size: 18px;
	line-height: 1.5em;
	margin: 15px;
}

#article > img {
	margin: 10px 25px 15px 25px;
}

#article > p > img {
	margin: 15px 25px;
}

.image_screen_right {
	float: right;
}

.image_screen_left {
	float: left;
}

#article > p > .image_screen_left {
	margin-left: 0px !important;
}

#article > p > .image_screen_right {
	margin-right: 0px !important;
}
