body {
	background: url(../images/background.jpg) no-repeat fixed center top;
}
#container {
	margin: 0px auto;
	width: 900px;
}
#content {
	background: url(../images/contentbackground.png) repeat-y;
	padding-right: 75px;
	padding-left: 305px;
	padding-bottom: 35px;
}
#content h1 {
	font: 30px Georgia, "Times New Roman", Times, serif;
	border-bottom-width: thin;
	border-bottom-style: solid;
}
#content h2 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	margin-top: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#content h3 {
	font: italic normal 16px "Helvetica Neue", Arial, "generic sans-serif";
}
#content p {
	font: bold 16px/1.4em "Helvetica Neue", Arial, "generic sans-serif";
	margin-top: 10px;
}
#content ul {
	font-family: "Helvetica Neue", Arial, "generic sans-serif";
	display: block;
	margin-left: 30px;
	font-weight: bold;
}
#content li {
	line-height: 1.3em;
	font-size: 16px;
}

#nav {
	background: url(../images/navbackground.png) no-repeat;
	float: left;
	height: 362px;
	width: 280px;
	margin-left: -305px;
	margin-right: 25px;
	margin-bottom: 10px;
}
#tips {
	background: url(../images/postitnote.png) no-repeat;
	height: 544px;
	width: 420px;
	padding: 10px 25px 25px;
	margin: 25px auto 0px;
}
#tips ul {
	display: block;
	margin-left: 25px;
	list-style: url(../images/checkmark.png);
}
#tips li {
	color: #000000;
	font: 24px/normal "Reenie Beanie", "Helvetica Neue", Arial, "generic sans-serif";
}
#content ol {
	margin-top: 15px;
	margin-left: 30px;
	margin-bottom: 30px;
}
#content ol li {
	font: 18px "Helvetica Neue", Arial, "generic sans-serif";
}
#address {
	color: #FFFFFF;
	background: #54ABBC;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	padding: 25px;
	text-align: center;
	border: medium dashed #428791;
}

#tips h1 {
	font: 36px Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
}


.clear {
	clear: both;
}

#nav ul {
	margin: 75px 0px 0px 100px;
	list-style: none;
}
#nav li {
	line-height: 50px;
}
#nav li a:link {
	font: 30px "Reenie Beanie", "Helvetica Neue", "Arial", "generic sans-serif";
	text-decoration: none;
	color: #000000;
}
#nav li a:hover {
	font: 30px "Reenie Beanie", "Helvetica Neue", "Arial", "generic sans-serif";
	text-decoration: underline;
	color: #000000;
}
#nav li a:visited {
	font: 30px "Reenie Beanie", "Helvetica Neue", "Arial", "generic sans-serif";
	text-decoration: none;
	color: #666666;
}


#footer {
	background: url(../images/footerbackground.png) no-repeat;
	height: 156px;
	padding: 30px 85px;
}
#footer p {
	font: 16px "Helvetica Neue", Arial, "generic sans-serif";
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#nsi {
	margin: 0px auto 25px;
	width: 800px;
	text-align: center;
}
#nsi a {
	font: 14px "Helvetica Neue", Arial, "generic sans-serif";
	color: #FFFFFF;
	text-decoration: underline;
}

