body {
	background: #000000 url("../images/body_tile.png") repeat top center;
	color: #ffffff;
	font-family: Courier New, Courier, Monospace;
}

div.container {
	background: url("../images/semi_trans.png");
	margin: 40px auto 0 auto;
	padding: 40px 0;
}

div.firstcolumn {
	
}

	div.firstcolumn p {
		font-size: 12px;
		line-height: 17px;
		text-align: left;
		//text-align: justify;
		margin: 0 0 10px 0;
	}
	
	div.firstcolumn h2.pinklinks {
		color: #b20838;
		font-size: 14px;
		margin: 0;
	}
	
	div.firstcolumn ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		font-size: 12px;
	}
	
		div.firstcolumn ul li {
			margin: 0;
			padding: 0;
			width: 50%;
			float: left;
			list-style-type: none;
		}
		
			div.firstcolumn ul li a:link,
			div.firstcolumn ul li a:visited {
				text-decoration: none;
				color: #ffffff;
			}
			
			div.firstcolumn ul li a:hover,
			div.firstcolumn ul li a:active {
				text-decoration: none;
				color: #b20838;
			}

div.secondcolumn {
	
}

	div.secondcolumn h1 {
		display: block;
		height: 53px;
		width: 390px;
		background: url("../images/logo.png") no-repeat 0 0;
		text-indent: -9999px;
		margin: 170px 0 0 0;
		padding: 0;
	}
	
	div.secondcolumn h3.address {
		display: block;
		height: 25px;
		width: 392px;
		background: url("../images/address.png") no-repeat 0 0;
		text-indent: -9999px;
		margin: 30px 0 0 0;
		padding: 0;		
	}
	
		div.secondcolumn h3.address a {
			display: block;
			height: 25px;
			width: 392px;
			border: 0;
		}