@charset "utf-8";
/* CSS Document */

h2{color:#ff8f00;}
h3{color:#17a2d5;}

/* FOOTER */
.curvy{width:auto; height:auto; margin-left:20px;
	padding:15px; text-align:center; 
	background:#2e2e2e; border:1px solid #3399ff;
	-moz-border-radius-topleft:13px;
	-moz-border-radius-topright:13px;
	-webkit-border-top-left-radius:13px;
	-webkit-border-top-right-radius:13px;
	border-radius:13px; 
}
.divider{background:url(images/divider.png); width:1000px; height:30px; margin:10px auto;}
.footlinks{float:left; margin:0px 0px; padding:0px; text-align:left; font-family: 'Questrial', sans-serif; font-size:12px; line-height:18px; color:#999;}
.footlinks a{color:#17a2d5;}
.footlinks a:hover{color: #ff8f00;}
.copy{font-size:11px; color:#999; text-align:center; padding:0px 20px 20px 0px;}
