body {
	font-family: 'open_sansregular';
	font-size: 12px;
	margin: 0;
	padding: 0;	
	background-color: #eee;
}
html, body { height: 100%; }

#header {
	height: 165px;
	text-align: center;
	background: transparent url('images/bg.gif') repeat bottom center;
}
	#hd-cont {
		width: 960px;
		margin: 0 auto;
		padding: 50px 0 30px;
		text-align: left;
	}

#container {
	text-align: center;
}
body > #container { height: auto; min-height: 100%; }

#navigation {
	width: 960px;
	height: 30px;
	margin: 20px auto 0;
	background-color: #8d003a;
	-webkit-border-radius: 25px;
	   -moz-border-radius: 25px;
			border-radius: 25px;
}
	#navigation ul {	
		list-style: none;
		padding: 5px 0;
		
	}
	
	#navigation ul li {
		display: inline;
		padding: 0 28px;
		color: #fff;
		font-size: 14px;
	}
	
	#navigation ul li a:hover,
	#navigation ul li a:focus,
	#navigation ul li a:active {
		text-decoration: underline;
	}
	#navigation ul li.active {
		font-family: 'open_sansbold';
	}
	#navigation a:link,
	#navigation a:visited {
		color: #fff;
		text-decoration: none;
	}
	#navigation a:hover,
	#navigation a:active,
	#navigation a:focus {
		color: #fff;
		text-decoration: underline;
	}
	

#main {
	padding-bottom: 40px;
	float: left;
	text-align: center;
	width: 100%;
}
#content {
	font-size: 13px;
	width: 960px;
	margin: 50px auto 0;
	text-align: left;
	clear: both;
}
	.img-col {
		width: 190px;
		float: left;
	}
	.txt-col {
		width:	740px;
		padding-left: 30px;
		float: right;
	}
	.small {
		font-size: 10px;
		color: #666;
	}
	

#footer {
	width: 100%;
	height: 200px;
	padding: 0;
	margin-top: -200px;
	position: relative;
	clear: both;
	text-align: center;
	color: #555;
	background: transparent url('images/bg.gif') repeat top center;
	z-index: 10;
}
	#ft-cont {
		margin: 0 auto;
		padding: 20px 0;
		width: 960px;
	}
	#ft-cont a:link,
	#ft-cont a:visited {
		color: #555;
		text-decoration: none;
	}
	#ft-cont a:hover,
	#ft-cont a:active,
	#ft-cont a:focus {
		text-decoration: underline;
	}
	#ft-txt-lt {
		width: 480px;
		float: left;
		text-align: left;
	}
	
	#ft-txt-rg {
		width: 480px;
		float: right;
		text-align: right;
	}

h1 {
	font-family: 'open_sansitalic';
	font-size: 22px;
	color: #8d003a;
	font-weight: normal;
	margin: 0 auto 40px;
	line-height: 22px;
}
p.big {
	margin-bottom: 45px;	
}
.teaser p {
	font-size: 16px;
}
a:link,
a:visited {
	color: #222;
	text-decoration: underline;
}
a:hover,
a:active,
a:focus {
	color: #8d003a;
}

@font-face {
	font-family: 'open_sansregular';
	src: url('fonts/OpenSans-Regular-webfont.eot');
	src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
		 url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
		 url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sansitalic';
	src: url('fonts/OpenSans-Italic-webfont.eot');
	src: url('fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/OpenSans-Italic-webfont.woff') format('woff'),
		 url('fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
		 url('fonts/OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');
	font-weight: normal;
	font-style: normal;

}

@font-face {
	font-family: 'open_sansbold';
	src: url('fonts/OpenSans-Bold-webfont.eot');
	src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
		 url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
		 url('fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
	font-weight: normal;
	font-style: normal;
}