/* LINKS */

a:link {color:#fed247; text-decoration:underline;}
a:visited {color:#fed247; text-decoration:underline;}
a:hover, a:active {color:#fff; text-decoration:none;}

/* P */
p { color:#fff; margin-bottom:1em; font: normal normal 1.4em/1.1em Arial; font-family: 'Roboto', sans-serif;}

/* H1 - H6 */
h1, h2, h3, h4, h5 {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-weight:400;
	font-style:normal;
	text-align:left;
	margin:0;
	line-height:normal;
	}
	
h1 { font-size:3.6em; color:#fff; text-align:center;}
h2 { font-size:3em; color:#fff; text-align:center;}
h3 { font-size:2.4em; color:#000;}
h4 { font-size:1.8em;}
h5 { font-size:1.6em;}


/* BODY */
body {
	
	font: normal normal 10px/14px Arial;
	color: #fff;
	background:url(/media/bgmain.png);
	font-family: 'Roboto', sans-serif;
}




img {display: block; min-width: 100%; max-width: 100%; height: auto;
    width: auto\9; /* IE8 only */
}
 
.font-roboto {font-family: 'PT Sans', sans-serif;} /* 400 */

.clear {clear:both; line-height:0px; height:0px; overflow:hidden; font-size:0px;}