/*
	tswnavbar.css	1.0.4
	Please use the CSS Menu Button Wizard at
		http://www.thesitewizard.com/wizards/css-menu-buttons.shtml
	to generate your own customized menu buttons.
*/
#tswcssbuttons {
	width: 160px ;
	text-align: center ;
}
#tswcssbuttons ul {
	margin: 4px ;
	padding: 4px ;
	list-style: none ;
}
#tswcssbuttons li {
	margin: 4px ;
	padding: 4px ;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#tswcssbuttons li a {
	color: #000 ;
	background-color: #3366FF ;
	border: 1px outset #000 ;
	width: 160px ;
	text-decoration: none ;
	display: block ;
}
#tswcssbuttons li a:hover {
	color: #fff ;
	background-color: #1b3385 ;
}

#content {
  margin-left:  20% ;
}

#navbar {
  float: left ;
  width: 20% ;
}

#header {
	text-align: left ;
}

#footer {
	clear: both ;
}





