html,body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	
	background: url("../images/background.jpg") repeat-y center bottom #090e2e;
	
	font-family: "Helvetica", sans-serif;
	font-size: 12px;
	
	color: #272f41;
}

a {
	color: #7acfe3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

#container {
	width: 645px;
	margin-left: auto;
	margin-right: auto;
}

#nav {
	text-align: center;	
}

#nav ul {
	list-style: none;
	padding: 0;
}

#nav ul li {
	display: inline;
	margin: .40em;
	letter-spacing: .25em;
	text-transform: uppercase;
}

#nav ul li a {
	color: black;
	text-decoration: none;
}

#nav ul li a:hover, #nav ul li.current a {
	border-bottom: thin solid #C91283;	
}

#sticky {
	float: right;
	margin-right: -3em;
	margin-top: -4em;
}

#bgright {
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: 350px;
	text-align: left;
}

#bgright div {
	margin: 1em 0 1em 0;	
}

#findus {
	padding-left: 3px;
	padding-bottom: 4em;
}

#content {
	padding: 5em 5.5em 5em 5.5em;
	
	letter-spacing: .1em;
}


#content img {
	vertical-align: middle;
}

#content h2 {
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: .1em;
	margin-top: 1.5em;
	clear: both;
}

#content p {
	margin-top: 0;
}

#homecontent {
	width: 60%;
float: left;
}

.grid {
	width: 100%;
	text-align: center;
}

.grid td {
	text-align: center;
	padding: 1em;
}