@charset "utf-8";
/* CSS Document */

body,td,th {
	color: #FFF;
	font-family: 'Cantarell', sans-serif;
	line-height: 28px;
}

h1{font-size:24px; margin:0; padding:0; letter-spacing: 6px;}

.clear{clear:both;}

a:link {
	color: #FFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: underline;
	color: #FFF;
}

#content{margin:12% 10%; width:74%; padding:3%; background-color:#333; opacity: 0.9; filter: alpha(opacity=90);}
.c1{float:left; width:35%;}
.c2{float:left; width:65%; line-height: 24px;}

@media only screen and (max-width: 1100px) {

.c1{float:left; width:100%;}
.c2{float:left; width:100%; margin-top:30px;}
#content{margin:12% 10%; width:72%; padding:5%;}

}