/* CSS Document */

ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10.5px;
	font-weight:bold;
	margin: 0;
	padding-left: 10px;
	padding-bottom: 1em;
	float: left;
	text-align: left;
	width: 170px;
	background: transparent;
	border-right: solid 1px black;
	list-style-type: none;
	line-height: 22px;
}
#tagline {
	width: 750px;
	height: 150px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:normal;
	color:#333333;
	text-align:center;
	margin-left: 15px;
	margin-right:40px;
	margin-top: 5px;
}

/* main content area */

#right {
	padding-left: 15;
	float:left;
	width: 550px;
	}
.text_tagline {
	position:absolute;
	line-height:17px;
	left: 195px;
	top: 131px;
	border-top: thin solid #000000;
	border-bottom: thin solid #000000;
	width: 750px;
	margin-left: 15px;
}
.top_nav {
	position:absolute;
	line-height:15px;
	left: 746px;
	top: 157px;
	width: 216px;
}
