/*css and design by www.nakala.eu */
/* blue #2dc2d8;
orange: f77824;
*/

/*----------  GENERAL STUFF ------------------- */
body{
	background-color:#fff;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
*{margin: 0;
	padding: 0;
	border: 0;
}
ul{list-style-type:none;
	font-weight:normal;
}
img {border:none;
}

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

a:hover {color:#503210;
	text-decoration:underline;
}

/* --------------------------------- CONTENT ----------------------------------------*/
#contentBox {width:800px;
	padding-top:50px;
	margin:0 auto;
	position:relative;
}

h1 {font-size:12pt;
	color:#a8a8aa;
	margin-bottom:20px;
	text-align:center;
}
p{color:#a8a8aa;margin-bottom:20px;
	text-align:center;
	font-size:10pt;
}
p a{color:#fc9021;margin-bottom:20px;
	text-align:center;
	font-size:10pt;
	text-decoration:underline;
}
p a:hover{color:#fc9021;margin-bottom:20px;
	text-align:center;
	font-size:10pt;
	text-decoration:none;
}


