body {
	font-family: Arial, helvetica, sans-serif;
}

img {
	border: none;
}

#content {
	width: 940px;
}

#nav {
	/*width: 950px;*/
	height: 41px;
	line-height: 41px;
	vertical-align: middle;
	/*background-image: url('navbar-top-bg.png');*/
	background-repeat: no-repeat;
	/*background-color: red;*/
}

#bottom-nav {
	width: 950px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	background-image: url('navbar-footer.png');
	background-repeat: no-repeat;
}

#bottom-nav li {
	margin-left: 8px;
}

#bottom-nav a:link,
#bottom-nav a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: white;
}

#bottom-nav a:hover {
	color: #66CCFF;
}

#footer,
#footer p {
	margin: 0px;
	padding: 0px;
}

#footer p {
	margin-left: 12px;
	color: #666666;
	font-size: 10px;
}

.nav ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.nav li {
	display: inline;
	margin: 0px;
	padding: 0px;

}

#address {
	float: right;
	width: 250px;
	font-size: 16px;
	line-height: 18px;
	text-align: right;
}

#address p {
	margin: 0px;
	margin-bottom: 6px;
}

#text {
	margin-left: 4px;
	margin-top: 12px;
	margin-bottom: 12px;
}

#text h2 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	margin-top: 12px;
}

#text p {
	margin: 0px;
	margin-bottom: 12px;
	line-height: 16px;
	font-size: 12px;
}
