html{
	min-width:1024px;
	margin 0px;
	padding: 0px;
}

body{
	min-width:1024px;
	padding: 20px;
	background-image: url('img/background.png');
	background-repeat: repeat-x repeat-y;
	font-family: Interval, Helvetica, Arial, sans-serif;
}

a{
	color: #2e3e39;
	text-decoration: underline;
}
a:hover{
	color: #2d5140;
}
a:visited{
	color: #3d755d;
}


h1{
	font-weight: bold;
	text-align: center;
	font-size:48px;
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,1)));
}

h2{
	line-height: 0px;
	font-weight: 100;
	font-size: 28px;
	text-align: center;
	color: rgb(80,80,80);
	padding-top: 10px;
	text-shadow: 0px 1px 0px white;
}

p{
	margin-left: 30px;
	font-size:18px;
	margin-right:10px;
}


.teaser-image{
	float:left;
	margin: inherit;
	box-shadow: none;
	border-radius: none;
	padding-left:21px;
}

#header-blank{
	min-width:984px;
	min-height: 5px;
}


#content-wrapper{
	min-width: 984px;
	max-width: 984px;
	width: 984px;
	margin: 0px auto;
	padding-bottom:50px;
	
	background-color: white;
	background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(rgb(200,200,200)));
	background-image: -moz-linear-gradient(bottom, rgb(200,200,200),white);
	border-radius: 6px;
	
	box-shadow: 0px 0px 10px black;
	overflow: hidden;	
}


#main-content{
	width:734px;
	min-width: 734px;
	max-width: 734px;
}


