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

@import "styles.css";

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

a:hover {
	color: #ff3333;
}

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

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

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