* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #aaa;
	font-family: verdana;
	font-size: 13px;
}

a {
	color: black;
}

a:hover {
  color: blue;
	text-decoration: none;
}

table {
	width: 100%;
	margin-bottom: 24px;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
}

td {
	vertical-align: top;
	padding: 2px 8px;
}

td.date {
  width: 85px;
  background-color: #ddd;
  color: #999;
  text-align: center;
  padding: 2px 0;
}

img {
  border: 0;
  margin: 2px 4px 2px 0;
	vertical-align: middle;
}

.clear {
  clear: both;
}

.quiet {
  color: #777;
  font-size: 11px;
}

#header {
	margin: 20px auto 0 auto;
	width: 664px;
}

#header h1 {
  color: white;
  font-family: helvetica neue, verdana;
  font-size: 36px;
  text-shadow: 0 2px 2px #777;
  float: left;
}

#header a {
  color: white;
	text-decoration: none;
}

#header a:hover {
  color: black;
}

#header p {
	color: #eee;
	padding-top: 22px;
  font-weight: normal;
	font-size: 14px;
	float: right;
  text-shadow: 0 2px 2px #777;
}

#header p a {
	color: #eee;
	text-decoration: none;
}

#header p a:hover {
  color: black;
}

#wrap {
	margin: 10px auto 0 auto;
	width: 700px;
	background-color: #eee;
	border: solid 2px #777;
}

#content {
	padding: 22px 20px 4px 20px;
}

#content h3 {
	padding-bottom: 4px;
  font-size: 16px;
  color: #333;
  border-bottom: solid 2px #777;
}

#content p {
	padding-bottom: 16px;
}

#content ul,ol {
	padding-left: 24px;
	padding-bottom: 16px;
}

.avatar {
	text-align: center;
	margin-bottom: 22px;
}

/*.vlist img {
  border: solid 1px #ccc;
}
*/
.vlist td {
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

.bigRight {
  margin-left: 5px;
}

.awards img {
	border: solid 1px #ccc;
}

.awards a img {
  padding: 0;
  margin: 4px 0;
}

.awards a:hover img {
  background-color: transparent;
}

.awards td {
  text-align: center;
	border-right: solid 1px #ccc;
}

.center {
  text-align: center;
}

.thanks {
  border: 0;
  margin-bottom: 0;
}

#for {
  text-align: right;
}

#footer {
	margin: 10px auto 0 auto;
	padding-bottom: 10px;
	width: 660px;
	color: #eee;
  text-shadow: 0 2px 2px #777;
}

#footer a {
	color: #eee;
	text-decoration: none;
}

#footer a:hover {
  color: black;
}

.left {
	float: left;
}

.right {
	float: right;
}