﻿body {
	background-image: url('images/discoverrib.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #020200;
	padding: 0px;
	margin: 0px;
	font-family: Calibri, Arial, Helvetica, Sans;
}
#header {
	height: 162px;
}
#container {
	min-width: 960px;
	max-width: 1200px;
	margin-right: auto;
	margin-left: 20px;

}
#nav {
	float:left;
	width: 200px;
	padding-top: 20px;
	line-height: 160%;

}
a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #dddddd;
	text-decoration: underline;
}

.line  {
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #FFFFFF;
}
li#links {
	list-style-type: none;
	text-align:right;
	margin-bottom:0px;
	margin-left:-5px
}
li#links a:link , li#links a:visited  {
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 5px;
	padding-right: 10px;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;

}
li#links a:hover  {

	color: #FFFFCC;
	background-color: #293241;



}
h1 {
	font-size: 18px; 
	font-style:italic;
	color: #FFFFCC;
}
h2 {
	font-size: 16px;
}
#address {
	text-align: center;
	color: #FFFFCC;
	padding-top:20px;
	padding-bottom:5px;
}

#address  a:link , #address  a:visited  {
	color: #FFFFCC;
	}

#main {

	border-width: 0px 0px 0px 1px;
	padding-right: 45px;
	padding-left: 245px;
	padding-top: 13px;
	font-size: 14px;
	line-height: 180%;
	color: #FFFFFF;
}

