﻿#navigation {
	width: 700px;
	height: 20px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#masthead {
	position: relative;
	width: 700px;
	height: 125px;
	background-image: url('../images/medtrans_banner.jpg');
	margin-top: 20px;
}
#container {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	padding: 10px;
	width: 680px;
	margin-top: 10px;
	color: #6F6F6F;
}
body {
	background-color: #FFFFFF;
}
#navigation ul {
	width: 100%;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#navigation li {
	float: left;
}
#navigation a {
	padding: 2px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-color: #006699;
	text-align: center;
	font-variant: small-caps;
	width: 92px;
	margin-right: 2px;
	margin-left: 2px;
	border-top-style: solid;
	border-top-width: 10px;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
#navigation a:hover {
	background-color: #006699;
	border-bottom-width: 10px;
	border-bottom-color: #006699;
	border-bottom-style: solid;
	text-decoration: none;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #006699;
	color: #E9E9E9;
}
#footer {
	color: #336699;
	font-size: 14px;
	text-align: center;
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #336699;
	margin-top: 15px;
}
