a:link, a:visited {color: white; text-decoration: underline}
a:hover, a:active {color: #d22020; text-decoration: underline}

body {
	margin: 0px;

	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	color: black;	
	background-color: #801414;
}

#pagewrapper {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#centerwrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	float: left;
	margin: 4px 10px 4px 6px;
}

#header {
	display: block;
	width: 100%;
	height: 104px;
	
	background-image: url('images/header_back.png');
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #801314;
}

#introtext {
	color: white;
	padding-top: 20px;
}


#buttons {
	margin: 20px 0px 20px 80px;
}

#com, #res {
	float: left;
	width: 400px;
	height: 400px;
	margin-bottom: 10px;
}

#com a, #res a {
	display: block;
	height: 400px;
	color: #801414;
}

#com {background-image: url('images/c_plain_red.jpg');}
#com a{background-image: url('images/c_plain_red.jpg');}
#com a:hover{background-image: url('images/c_color_red.jpg');}

#res {background-image: url('images/r_plain_red.jpg');}
#res a{background-image: url('images/r_plain_red.jpg');}
#res a:hover{background-image: url('images/r_color_red.jpg');}