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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	list-style: none;
	color: #333;
}
a:link {
	color: #3d3d68;
	text-decoration: none;
	font-style: italic;
}
a:visited {
	text-decoration: none;
	color: #3d3d68;
	font-style: italic;
}
a:hover {
	text-decoration: underline;
	color: #3d3d68;
	font-style: italic;
}
a:active {
	text-decoration: none;
	color: #3d3d68;
	font-style: italic;
}
#hs_header {
	background-image: url(images/hobbysoldat_banner03.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 181px;
	width: 702px;
	left: 50%;
	margin-left: -515px;
	z-index: 20;
}
#hs_bird {
	background-image: url(images/twitterbird.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 128px;
	width: 128px;
	left: 50%;
	margin-left: 300px;
	z-index: 20;
	top: 29px;
}
#hs_box {
	width: 1000px;
	margin-left: -500px;
	position: relative;
	left: 50%;
	top: 125px;
	z-index: 10;
}
#hs_box_head {
	background-image: url(images/box01.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 1000px;
	position: relative;
	z-index: 10;
}
#hs_box_middle {
	background-image: url(images/box02.png);
	background-repeat: repeat-y;
	width: 1000px;
	position: static;
	z-index: 10;
	float: left
}
#hs_content {
	float: left;
	width: 940px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
#hs_box_bottom {
	z-index: 10;
	background-image: url(images/box03.png);
	background-repeat: no-repeat;
	height: 19px;
	width: 1000px;
	clear: both;
}
ul#twitter_update_list{
	list-style-type: none;
	margin-left: 0;
	padding-left:0;
}
ul#twitter_update_list li{
	background-color: #f9fcff;
	border: #ebebeb solid 1px;
	padding: 3px;
	margin-bottom: 15px;
}
