@charset "UTF-8";
#wrapper {
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	width: 740px;
	border: 1px solid #FFFFFF;
	height: 630px;
	margin-top: 70px;
	padding: 0px;
}
.intro {
	color: #FF0000;
}
#nav {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 60px;
	text-align: center;
	background-position: center;
	line-height: 30px;
}
#nav ul {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	list-style: none;
}
#nav  li {
	display: inline;
}
#nav  a:link, #nav a:visited {
	padding: 0.4em 1em 1em;
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}
#nav a:hover {
	color:#FF0000;
}
body {
	background-color: #000000;
	background-image: url(images/scroll.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 18px;
}
#images {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 460px;
	width: 738px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	border-top-color: #FFFFFF;
}
#homeimages {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 460px;
	width: 738px;
	background-image: url(images/intro_label.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}
#content {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	height: auto;
	margin: 10px;
	font-size: 16px;
	line-height: 19px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#contentexpand  {
	height: 625px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 16px;
	text-decoration: none;
	line-height: 19px;
	padding-right: 20px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#contentexpand a {
	color: #FFFFFF;
	text-decoration: underline;
}
#contentexpand a:hover {
	color: #FF0000;
	text-decoration: none;
}
#content a {
	color: #FFFFFF;
	text-decoration: underline;
}
#content a:hover {
	color: #FF0000;
	text-decoration: none;
}
#nav a:active {
	color: #FF0000;
	text-decoration: none;
}
#footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999999;
	float: none;
	margin-top: 60px;
	margin-left: auto;
	text-align: center;
}
#footer a {
	color: #999999;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#subnav ul {
	list-style-type: none;
}
#subnav li a {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #FF0000;
	text-decoration: none;
	text-align: right;
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}
#subnav {
	list-style-type: none;
	width: 200px;
	float: right;
	height: 30px;
	padding: 20px;
	margin: 0px;
}
