@charset "utf-8";

/* STRUCTURE */

html {
	height:101%;
	overflow: -moz-scrollbars-vertical;
	background:#eaeceb;
	background-image:url('../img/teaser_bg.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	background-attachment: scroll;
	}

body {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-align:left;
}

#wrapper {
	width:860px;
	float:left;
	margin-left:100px;
}

#header {
	width:auto;
	float:left;
	clear:both;
	margin-top:20px;
	margin-bottom:20px;
}

.title {
	width:auto;
	float:left;
	clear:left;
	margin-bottom:20px;
}

.striped {
	width:auto;
	float:left;
	padding-left:2px;
	padding-right:2px;
	margin-bottom:2px;
	clear:left;
}

#links,#banners {
	width:auto;
	float:left;
	clear:left;
	margin-bottom:35px;
}

.link,.banner {
	width:auto;
	float:left;
	clear:left;
}

.banner {
	margin-bottom:5px;
}

#biglinks {
	width:auto;
	float:left;
	clear:left;
	margin-top:10px;
	margin-bottom:35px;
}

/* TYPOGRAPHY */

a,a:visited {
	color:#000;
}

a:hover {
	color:#4fa485;
}

h1 {
	color:#4fa485;
	font-size:60px;
	font-weight:lighter;
}

h2 {
	font-size:36px;
	font-weight:lighter;
}

h3 {
	font-size:24px;
	font-weight:lighter;
}

h4 {
	font-size:18px;
}

/* DESIGN */

.striped {
	background:#000;
	color:#FFF;
}

#banners img {
	border:0;
}
	

