BODY {
  background-color: black;
  margin: 0;
  padding: 0;
}

BODY, TR, TD, TH, INPUT, SELECT, TEXTAREA {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10px;
}

A {
  text-decoration: none;
  color: #C00;
}
A IMG {
  border: 0;
}

/* MSIE PNGs */
IMG {
	behavior: url(/pngbehavior.htc); 
}

.Writing {
  width: 660px;
  background: url(/gfx/showdown/showdown-back.gif);
  background-position: center top;
  background-repeat: no-repeat;;
  background-color: white;
}
.Logo {
  background: url(/gfx/showdown/top.gif);
  background-position: top center;
  background-repeat: no-repeat;
}

.Main {
  background: url(/gfx/showdown/main-bottom.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
}
.Main .Figures {
  float: left;
  width: 185px;
}
.Main .Content {
  float: right;
  width: 461;
  margin-bottom: 50px;
}
.Main .Content .Top {
  background: url(/gfx/showdown/box-top.gif);
  background-repeat: no-repeat;
  width: 461px;
  height: 18px;
}
.Main .Content .Middle {
  background: url(/gfx/showdown/box-back.gif);
  background-repeat: repeat-y;
  padding: 5 18 5 12;
}
.Main .Content .Bottom {
  background: url(/gfx/showdown/box-bottom.gif);
  background-repeat: no-repeat;
  width: 461px;
  height: 18px;
}

.Menu {
  height: 25px;
}
.Menu A {
  float: left;
  margin-right: 10px;
}

.cn .Menu {
  display: none;
}

.Footer {
  bottom: 0;
  width: 660px;
  height: 143px;
  background: url(/gfx/showdown/footer.gif);
}

.Footer .FooterMenu {
	width: 461px;
	margin-right: 10px;
	color: #C00;
	text-align: center;
}

.Footer .TooEasy {
	float: left;
	margin-left: 20px;
}

.MessageError {
  margin: 5px 0 15px 0;
}
.MessageError .Heading {
  font-weight: bold;
  color: #F30;
}
.MessageError .Line {
  padding-top: 3px;
  padding-left: 10px;
  color: #633;
}

/* Homepage */
.Home {

}

.Home .Images {
	float:right;
	padding-left: 5px;
}

.Home .Images .Image{
	margin-bottom: 29px;
}

/* Photo Gallery */

.Crumbs {
  padding-top: 5px;
  padding-left: 3px;
}
.Crumbs A {
  color: #F30;
}
.Crumbs B {
  color: #666;
  font-weight: normal;
}

/* News Article */
.NewsArticle {

}

.NewsArticle .Headline {
	font-weight: bold;
	color: #F30;
}

/* Photo Gallery */

.PhotoGallery {
  width: 430px;
}
.PhotoGallery .Photo {
  text-align: center;
}
.PhotoGallery .Photo .Item {
}

/* Profile List */

.Bio {
	
}

.Bio .Content {
	float:left;
	width: 426px;
}

.Bio .Content .Name {
	font-weight: bold;
}

.Bio .BioListImage {
	float: right;
	margin-left: 5px;
	text-align: center;
}

.BioDisplay {
	
}

.BioDisplay .Content {
	float:left;
	width: 426px;
}

.BioDisplay .Content .Name {
	font-weight: bold;
}

.BioDisplay .BioDisplayImage {
	float: right;
	margin-left: 5px;
}
