body {
  background-color: white;
  color: black;
  font-family: Verdana;
  font-size: 11px;
  line-height: 15px;
  margin: 0 0 50px 0;
}

h3 {
  font-size: 13px;
}

img {
  border: 0;
}

a {
	color: #FF3300;
	text-decoration: none;
}

a:link {
	color: #FF3300;
	text-decoration: none;
}

a:visited {
	color: #FF3300;
	text-decoration: none;
}

a:hover {
	color: #FF3300;
	text-decoration: underline;
}

.cat {
  text-transform: uppercase;
}

container {
  width: 950px;
}

#menu a {
	color: black;
	text-decoration: none;
}

#menu a:hover {
	color: #FF3300;
}

#menu {
  background-color: white;
  border-left: solid 1px #C0C0C0;
  float: left;
  left: 45px;
  padding: 0 0 20px 20px;
  position: relative;
  top: 50px;
  width: 200px;
}

#logo {
  float: left;
  height: 550px;
  position: relative;
  top: 20px;
  width: 150px;
}

#content {
  background-color: white;
  border-right: solid 1px #C0C0C0;
  float: left;
  min-height: 500px;
  padding: 0 20px 20px 50px;
  position: relative;
  top: 50px;
  width: 520px;
}