﻿/* CSS layout */
#masthead {
}

#top_nav {
	padding-bottom: 10px;
	padding-top: 5px;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	width: 200px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: small;
}
#page_content {
	margin-left: 200px;
	padding-left: 10px;
}

#footer {
}
body {
	background-image: url('TT images/towfade.jpg');
	background-repeat: repeat-y;
}
#masthead img {
	border-style: solid;
	border-width: medium;
}
#left_col li {
	list-style-type: circle;
	padding-bottom: 5px;
}
#top_nav a {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #0033CC;
	border-style: outset;
	border-width: thin;
	margin: 2px;
	padding: 3px;
	font-weight: bold;
	letter-spacing: .02em;
	font-family: Arial, Helvetica, sans-serif;
}
