#container {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 14px;
}

a {
  text-decoration: none;
  font-weight: bold;
}

a:link, a:visited, a:hover {
  color: #339966;
}

a:hover {
  text-decoration: underline;
}

#sidebar {
	background-image: url(images/namesmall.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 235px;
	height: 400px;
}
#sidebarcontent {
	float: right;
	clear: left;
	padding-top: 120px;
	padding-right: 10px;
}
#maincontainer {
	min-height: 500px;
	width: 600px;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #000000;
	float: left;
}

#menu {
	float: left;
	width: 590px;
	background-color: #000000;
	margin-left: 5px;
}

#content {
	float: left;
	width: 585px;
	margin-left: 5px;
	margin-top: 5px;
}

#content h3 {
	color: #339966;
	font-size: 16px;
}

#footer {
	float: left;
	width: 225px;
	clear: left;
	margin-top: 0px;
	padding-right: 10px;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #000000;
}


#menulinks li {
	display: inline;
	list-style-type: none;
	padding-right: 30px;
}
