@charset "utf-8";
/* CSS Document */

body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

a {
	outline:none;
}

#mainContain {
	width:1000px;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;

}

#lefties {
	width:590px;
	float:left;
	padding-left:40px;
	padding-right:20px;
	padding-top:30px;
}

#righties {
	width:330px;
	float:right;
	padding-left:10px;
	padding-right:10px;
	padding-top:40px;
	font-size:small;
}

.redMan {
	font-family:impact;
	font-size:32px;
	color:#F00;
	text-align:center;
	padding-bottom:20px;
}
#theList {
	text-align: left;
	position: relative;
	left: 200px;
}
#footer {
	text-align: center;
	clear: both;
	padding-top: 40px;

}

#header {
	width:770px;
	height:134px;
	border:1px solid black;
}

#listy {
	font-size:18px;
	text-align:center;
	font-weight:bolder;
	padding-bottom:20px;
}

.greyed {
	color:#666;
	font-size:small;
}
#arrow {
	background-image: url(arrow.gif);
	height: 15px;
	width: 40px;
	position: absolute;
	z-index: 2;
	left: 714px;
	top: 741px;
}
#arrow2 {
	background-image: url(arrow2.gif);
	position: absolute;
	z-index: 2;
	height: 15px;
	width: 40px;
	left: 897px;
	top: 741px;
}

.fields {
	background-color:#ffff99;
}

strong {
	font-size:18px;
	text-align:center;
}
