@charset "UTF-8";
/* CSS Document */


body {
	background:  #EFF0F0;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #9b9c9e;
	font-family: Politica, Arial, Helvetica, sans-serif;
	 text-shadow:0 2px 0 #fff;
}


a img {
	border: 0;
}
a {
	text-decoration:none;
	color:#9B9C9E;
}
a:hover {
	color:#666666
}
#container {
	width: 900px;
	height:auto;
	background: none;
	margin: 0 auto;
	border: none;
	text-align: left;
}


.head {
	float:left; 
	margin:auto; 
	margin-bottom: 20px;
	margin-top:10px;
	background:transparent;
	width:900px;
	}


#mainContent {
	margin:auto;
	margin-top:0px;
	width: 900px;
	margin-bottom:20px;
	float:left;
}
#mainContent img {
	margin-top:20px;
}
#undermain {
	float:left;
	height:auto;
	width:900px;
}
#undermain h1 {font-size:30px}
#undermain img {
	margin-bottom:10px;
}
#undermain a:hover {
	opacity: 0.7;
}

#undermain p {font-family: Politica, Arial, Helvetica, sans-serif;}

 #footer {
	margin:auto; 
	background:transparent;
	font-size:large;
	font-style:normal;
	color:#9B9C9E;
	width:900px;
	margin-top:20px;
	margin-bottom:20px;
}

#footer a:hover {color:#000}

#formspring {float:left; background-color:#eff0f0; margin-bottom:20px}
#formspring img {margin-left:10px;}
#formspring a:hover {opacity:0.7}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

@font-face {
   font-family: Politica;
   src: url('Politica.ttf') format("truetype");
 }

