@charset "UTF-8";

/* Default styles */
@import "reset.css";

body {
	background-color: #FCCE1D;
}

#main-content {
	padding:10px 0 25px;
}

/* Featured */

#featured {
	background-color: #F9CE2A;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F9CE2A;
	border-bottom-color: #F9CE2A;
}

#main-content .content #main img {
	padding-top: 10px;
}

