*{
	margin:0;
	padding:0;
	}

html{
	font-family:Times, serif;
	color:#3d3c3f;
	}

body{
	font-size:100.01%;
	font-size: 12px;
	background-image: none;
	overflow-x:hidden;
	background-image: url(../assets/layout/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	
img{
	border:0px;
}

h1{
	font-size: 48px;
	font-weight: bold;
	color: #2bb8d8;
}

h1#subhead{
	font-size: 30px;
}

h3{
	margin-top: 20px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #2bb8d8;
}

ul{
	margin-top: 5px;
	margin-bottom: 4px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #e3f7ff;
}

li{
	padding: 5px;
	padding-left: 0px;
	margin-left: 25px;
	list-style-type: disc;
}


a:active, a:focus {outline: none;}

a:link 	{ color:#707173; background-color:transparent; text-decoration:none; font-weight:bold; }
a:visited 	{ color:#707173; background-color:transparent; text-decoration:none; font-weight:bold; }
a:hover 	{ color:#2bb8d8; background-color:transparent; text-decoration:none; font-weight:bold; }
a:active 	{ color:#2bb8d8; background-color:transparent; text-decoration:none; font-weight:bold; }
a:focus 	{ color:#2bb8d8; background-color:transparent; text-decoration:none; font-weight:bold; }

#container_main{
	height: 1355px;
	margin-top: 20px;
	background-image: url(../assets/layout/bg_newspaper.png);
}

#container_content{
	margin-top: 100px;
}

#subhead{
	font-size: 20px;
	color: #2bb8d8;
}

#branding img{
	position: relative;
	width: 393px;
	height: 55px;
	left: 50%;
	margin-top: 40px;
	margin-left: -196px;
}

#subinfo{
	margin-top: 40px;
	margin-bottom: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
}

#container_main_content p{
	line-height: 24px;
}

#main_content{
	margin-bottom: 20px;
}

#mood{
	margin-bottom: 10px;
}

#main_content h2{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #ee9f41;
}

#main_content p{
	text-align: justify;
}

#sidebar h2{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #ee9f41;
}

#sidebar p{
	text-align: justify;
}

#ad{
	margin-top: 20px;
	width: 790px;
	height: 231px;
	background-image: url(../assets/layout/bg_climate.jpg);
	background-repeat: no-repeat;
}

#ad h2{
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;
}

#ad p{
	color: #000000;
	text-align: justify;
}

#container_footer #subinfo{
	margin-top: 20px;
	margin-bottom: 20px;
}

#imprint{
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
}

.float_right{
	float: right;
}

.margin-top{
	margin-top: 10px;
}

.margin_left_none{
	margin-left: 0px;
}

.margin_right_none{
	margin-right: 0px;
}

.text_bold{
	font-weight: bold;
}