@charset "UTF-8";
/* Orange */

@import "styles.css";

body {
	background: #f37321 url(../images/orange_bkg.jpg) repeat-x;
	margin: 0;
}

a:hover {
	color: #ffcc33;
}

#teamContainer {
	position: relative;
	width: 800px;
	height: 260px;
	background: url(../images/teamBanner_orange.jpg) no-repeat;
}

#teamText a:hover, #teamLinks a:hover {
	color: #ff6633;
}


.projectThumb a:hover {
	border: 10px solid #f47320;
}