div {
	border: 0;
}
body {
	margin: 0;
	padding: 0;
	font: 0.8em arial, hevetica, sans-serif;
	line-height: 150%;
	text-align: center;
	color: black;
	background-image: url(media/bkg.gif);
}

#container {
	border: 1px solid black;
	width: 761px;
	margin: 10px;
	text-align: left;
	background: url(media/content_background.jpg) white repeat-y;
	background-position: 185px 0;
}

#header {
	background: url(media/header.jpg) white no-repeat;
	height: 127px;
}

#menu {
	float: left;
	padding-top: 10px;
	width: 179px;
	text-align: left;
	font-family: Arial, Times, Verdana, Helvetica, sans-serif;
	background: #fff;
}
#td a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#menu ul{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	font-size: 1.6em;
	font-family: Arial, Times, Verdana, Helvetica, sans-serif;
}

#menu li a{
	width: 151px;
	padding-left: 15px;
	margin-bottom: 0.1em;
	line-height: 2.1em;
	display: block;
	text-decoration: none;
	color: black;
	font-family: Arial, Times, Verdana, Helvetica, sans-serif;
}

#menu li a:hover{
	background: url(media/menu_bullet.gif) white center left no-repeat;
	color: #666;
	font-family: Arial, Times, Verdana, Helvetica, sans-serif;
}

#menu li a.active{
	background: url(media/menu_bullet.gif) white center left no-repeat;
}

#content {
	padding-top: 215px;
	margin-left: 182px;
	width: 575px;
	text-align: left;
	background: url(media/middle.jpg) top left no-repeat;
	background-position: -3px 0;
}

#main {
	margin-left: 30px;
	margin-right: 90px;
}

h1 {
  font-family: "Georgia", Times, serif;
  color: black;
  font-size: 1.8em;
  line-height: 110%;
}
h2 {
	font-family: Arial, Times, Verdana, Helvetica, sans-serif;
  color: #4381be;
  font-size: 1.4em;
  line-height: 110%;
}

#copyright, a {
  font-size: 0.8em;
  color: black;
}