body {
  margin: 0px;
  padding: 0px;
  background: white url('../images/background.jpg') no-repeat center top;
  width: 100%;
  font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
}

#main {
  margin-left: auto;
  margin-right: auto;
  width: 1024px;
}

#menu {
  margin-top: 240px;
  width: 282px;
  float: left;
}

#menu ul {
  list-style: none;
	margin-left: 0px;
	padding: 0px;
}

#menu li {
  margin-bottom: 10px;
	margin-left: 40px;
}

#menu li.active a {
  color: white;
}

#menu a {
  text-decoration: none;
  color: #29a1ff;
  font-size: 1.7em;
  text-shadow: 0.1em 0.1em #000;
}

#top {
  width: 702px;
  height: 200px;
  padding: 20px;
  float: right;
}

#side {
  width: 128px;
  float: right;
}

#content {
  float: left;
  width: 574px;
  padding: 20px;
  font-size: 1.0em;
	color: white;
}

#content a {
	color: black;
	text-decoration: underline;
}

.subject {
  color: black;
	font-weight: bold;
}

.powered {
  color: white;
	line-height: 38px;
	margin-left: 40px;
	margin-top: 50px;
}

.powered img {
	vertical-align: middle;
}

