/* Basic selectors -------------------------------------------------------------------------------------- */

html { background: #ffec7b url(../images/teaserBg.gif) repeat-x; padding: 0;}

body { padding: 0; margin: 0;}

a { cursor: pointer; }

h1, h2, h3 {
	margin: 0 0 1em;
}

ul { margin: 0; }

	ul li {
		list-style-type: none;
		margin: 0;
	}



/* Basic styles ----------------------------------------------------------------------------------------- */




/* Forms ------------------------------------------------------------------------------------------------ */







/* LAYOUT ---------------------------------------------------------------------------------------------- */


#teaserWrapper {
	margin: 	0 auto;
	text-align: center;
	width: 		950px;
}

p {
	font-size: 16px;
	font-weight: bold;
	color: #0256bd;
	margin-bottom:30px;
}

img {
	margin-top: 5px;
}
	












