@charset "utf-8";
/* CSS Document */

	body {
		margin: 0;
		padding: 0;
		font-family: 'Helvetica Neue', Helvetica, Arial, Sans-serif;
		font-size: 12px;
		color: #fff;
		}
		
	a, a:visited {
		color: #ff0033;
		}
		
	a:hover, a:visited:hover {
		color: #ff3366;
		}
		
	#wrapper {
		margin: 0;
		width: 960px;
		}
		
	#top {
		min-height: 149px;
		.height: 149px;		 
		background: url(images/top.jpg);
		}
		
		#logo {
			margin: 30px 0 0 60px;
			}
		
	#main {
		background: url(images/main.jpg);
		height: 399px;
		}
		
		#main h1 {
			position: absolute;
			z-index: -10;
			}
		
	#bottom {
		background: url(images/body_bg.png) repeat-y;
		height: 314px;
		}
		
	#footer {
		height: 49px;
		background: url(images/bottom.png) no-repeat bottom;
		margin-bottom: 50px;
		margin-left: -40px;
		margin-right: -221px;
		}
		
	#content {
		position: absolute;
		width: 579px;
		top: 460px;
		line-height: 22px;
		padding-left: 100px;
		}
		
	#info {
		background: url(images/body_bg.png) repeat-y;
		padding-left: 100px;
		margin-left: -100px;
		}
		
		#info h3 {
			margin: 0;
			}
		
	div.location {
		float: left;
		width: 250px;
		height: 150px;
		}
		
	br.clear {
		clear: both;
		}