@charset "utf-8";
body {
	color: #555;
	font-family: 'Verdana', 'Sans Serif';
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 2% auto 2% auto;
	width: 75%;
	max-width: 950px;
	margin: 2% auto 2% auto;
	background-image: url(../images/fading_background_21.png);	
	background-repeat: repeat-x; 
}
header {
	font-size: 0.9em;
}
header p {
	margin: 0 2% 2% 2%;
}
article {
	background: #FBFBFB;
	padding: 2%;
	margin-bottom: 3%;
	border: 1px solid #E7E7DE;
	font-size: 0.9em;
	overflow: hidden;
}
article img {
	float: left;
	margin: 0 2% 2% 0;
}
article h2 {
	text-decoration: underline;
	margin-top: 0;
	font-size: 1.4em;
}
article iframe {
	float: left;
	margin-right: 2%;
}
figure {
	margin-left: 0;
}
h1 {
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 24px;
}
a:link {
	color: #0099CC;
	text-decoration: none;
}
a:visited {
	color: #0099CC;
}
a:hover {
	color: #0099ee;
	text-decoration: underline;
}
a:active {
	color: #000;
}
footer {
	font-size: 0.8em;
	text-align: center;
}
