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

html {
	background: url(../images/bg.jpg);
	background-repeat: repeat;	
}

body {
	
	font-size:12px;
	font-family:Museo500Regular, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
	color: #7a7a7a;
	
}

a {
	text-decoration:none;
	color: #a10101;
}

h1 {
	font-size: 52px;
	color:#333;
	font-family:MuseoSlab500Regular, Tahoma, Geneva, sans-serif;
	font-weight:normal;
	margin-bottom:15px;
}

h2 {
	font-size:26px;
	color:#4b4b4b;
	font-weight:normal;
	margin-bottom:7px;
}


h3 {
	font-size:17px;
	color:#333;
	font-weight:normal;
	margin-bottom:7px;
}

/* A font by Jos Buivenga (exljbris) -> http://www.exljbris.nl */

@font-face {
	font-family: 'MuseoSlab500Regular';
	src: url('museo_slab_500-webfont.eot');
	src: local('☺'), url('museo_slab_500-webfont.woff') format('woff'), url('museo_slab_500-webfont.ttf') format('truetype'), url('museo_slab_500-webfont.svg#webfontA9MmIN5G') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Museo500Regular';
	src: url('museo500-regular-webfont.eot');
	src: local('☺'), url('museo500-regular-webfont.woff') format('woff'), url('museo500-regular-webfont.ttf') format('truetype'), url('museo500-regular-webfont.svg#webfontqY6rf8u6') format('svg');
	font-weight: normal;
	font-style: normal;
}

td {
	vertical-align:top;
}

#header {
	padding-left:10px;
	line-height:1.8em;
	font-size:13px;
}

#container {
	padding-left:90px;
	padding-top:40px;
}

#footer {
	background-color:#a10101;
	font-family:Museo500Regular, Arial, Helvetica, sans-serif;
	color:#FFF;
	margin-top:50px;
	margin-left:10px;
	text-align:left;
	vertical-align:bottom;
	font-size:11px;
	text-indent:3px;
}

strong {
	color:#a10101;
	font-weight:normal;
}

#intro {
	background-color:white;
	text-align:left;
	vertical-align:bottom;
	text-indent:3px;
}
