@charset "UTF-8";
@import url("navigation.css");
@import url("links.css");

#wrapper {
	width:50em;
	padding: 0em;
	margin: 0 auto;
}

#banner {
	width:50em;
}

#leftcol1 {
	float:left;
	width:180px;
	border-right:solid
	#000;
	border-right-width:thin;
}

#affiliates {
	float:left;
	width:180px;
	border-right:solid #000;
	border-right-width:thin;
	clear:both;
	height:30em;
}

#affiliates p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	line-height:20px;
	text-align:center;
}

#maincopy {
	padding-left:5px;
	padding-top:10px;
	float:right;
	width:600px;
}

#maincopy p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	line-height:20px;
}

.ul li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	line-height:20px;
}

#clearme {
	clear:both;
}

#footer {
	border-top-style:solid;
	border-top-color:#000;
	border-width:thin;
	width:auto;
}

#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	padding-left:7em;
}