* {
	margin: 0;
	padding: 0;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
a {

	color: #f60;
}
body {
  margin: 10px auto;
  text-align: center;
}
#container {
  position: relative;
  width: 700px;
  margin: 20px auto;
  text-align: left;
}
#masthead {
	background-image: url(pics/background.jpg);
	position: relative;
	height: 257px;
}
#navTR {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
}
#navTR li {
	list-style-type: none;
}

#navTR a {
	color: #000;
	text-decoration: none;
}
#navTR a:visited {
	color: #000;
}
#navTR a:hover {
	color: #FFF;
}
#properties {
	color: #000;
	position: absolute;
	top: 205px;
	left: 20px;
}
#nav {
	position: absolute;
	top: 235px;
	left: 10px;
}
#navTR, #nav, #properties {
	font-weight: bold
}
#nav, #properties, #navTR {
	font-size: 75%
}
#nav li {
	display: inline;
	list-style-type: none;
	margin: 10px;
}
#nav a {
	color: #FFF;
	text-decoration: none;
}
#nav a:visited {
	color: #FFF;
}
#nav a:hover {
	color: #f60;
}

#colL {
	position: relative;
	top: 10px;
	font-size: 75%;
	color: #36406f;
	width: 400px;
}	  
#colL li {
	margin: 0 0 0 40px;
}
#colR {
	position: absolute;
	top: 267px;
	left: 410px;
	width: 290px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: right;
}	   
#colR li {
	margin: 0 0 0 40px;
	text-align: left;
}
h1 {
	color: #FFF;
	background-color: #000;
	font-size: 100%;
	line-height: 200%;
	margin: 0 0 5px 0;
	text-indent: 20px;
	text-transform: capitalize;
}
h2 {
	color: #000;
	font-size: 100%;
	margin: 0 0 5px 0;
	text-indent: 20px;
}
h3 {
	color: #000;
	font-size: 100%;
	margin: 0 0 5px 0;
}
hr {
	color: #000;
	background-color: #000;
	width: 100%;
	height: 2px;
	border: 0; 
	margin: 5px 0;
}
p {
	margin: 0 0 5px 20px;
}
table {
	margin: 0 0 0 20px;
	font-size: 90%;	
	width: 380px;
}
.b {
	border-bottom: 1px #36406f solid;
	padding: 0 0 5px 0;
}
.bb {
	border-bottom: 2px black solid;
	padding: 0 0 5px 0;
}
#foot {
	clear: both;
	font-size: 50%;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	text-align: left;
}
img {
	margin: 0 0 10px 0;
	border: 1px #36406f solid;
}
