﻿  /* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
	margin-left: .2em;
}
#top_nav {
	margin-top: .2em;
	background-image: url('images/Topnav.jpg');
	background-repeat: no-repeat;
	margin-bottom: 0;
	margin-left: .2em;
	padding-top: .2em;
	padding-right: .2em;
	padding-bottom: .2em;
}
#left_col {
	width: 130px;
	float: left;
	margin-top: .5em;
	background-image: url('images/Sidenav.jpg');
	margin-right: .5em;
	margin-left: .2em;
}

img
{  border-style: none;
}