	.clear {clear:both; line-height: 1px; font-size: 1px;}
	
	body {
		margin:0;
		padding:0;
		background: #FFF;
		font-family: Arial, sans-serif;
		font-size: 12px;
		text-align: center;
		}
		
	h1 {
		color: #000;
		font-size: 20px;
		font-family: Arial;
	}
	
	h2 {
		color: #e41937;
		font-size: 13px;
		font-family: Arial;
		text-transform: uppercase;
		font-weight: lighter;
	}
	
	a {
		color: #e41937;
		text-decoration: underline;
	}
	
	a:hover {
		text-decoration: none;
	}
	
	hr {
		color: #e41937;
		border-top: 1px solid #f18b99;
width: 100%;
height: 2px;
margin: 5px;
padding: 0px;
display: block;
font-size: 1px;
	}
	
	*html hr, *+html hr {
	margin: -10px 0 -10px 0;
	
	}
	
	#banner {
		margin:0 auto;
		width: 100%;
		background: #e41937 url(../images/top_banner.jpg) center center no-repeat;
		height: 120px;
		display: block;
	}
	
	#container {
		margin: 0 auto;
		width: 980px;
		text-align: left;
	}

	#nav {
		margin:7px 0 0 0;
		background: #a8a9ad url(../images/top_grey-right.jpg) center right no-repeat;
		height: 40px;
		display: block;
		padding:0;
	}
	
	.nav_grey-left {
		width:176px;
		height: 40px;
		display: block;
		float: left;
		background: url(../images/top_grey-left.jpg) center left no-repeat;
		margin: 0;
		padding: 0;
	}
	
	#nav p {
		padding: 0;
		margin: 0;
		line-height: 1px;
		font-size: 1px;
	}
	
	a.button {
		text-decoration: none;
		margin: 0 20px 0 0;
		float: left;
		padding: 0;
		line-height: 2px;
		font-size: 2px;
	}
	
	#content {
		margin: 20px 0 20px 0;
		display: block;
		background: #FFF;
		padding: 0 20px 20px 20px;
	
	}
	
	#subcontent {
		width: 580px;
		float: left;
		margin: 0 0px 0 0px;
		background: #FFF;
		padding: 10px;
	}
	
	.sidebanner {
		width: 170px;
		height: 450px;
		display: block;
		float: left;
	}
	
	#footer {
		display: block;
		height: 33px;
		background: #e41937;
		text-align: center;
		color: #FFF;
		padding: 7px 0 0 0;
		font-size: 11px;
	}
	
	#footer a {
		color: #FFF;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
	
	#nav_red {
		height: 14px;
		padding: 2px 0 1px 0;
		background: #FFF;
		border:2px solid #f28b9c;
		border-left: 0;
		border-right: 0;
		display: block;
		margin:0 190px 30px 190px;
		line-height: 16px;
	}
	
	.col {
		float: left;
		width: 45%;
	}