html	{
  background: url('/styles/gfx/bg.jpg') fixed #270202;
  overflow-y: scroll;
}

body	{
  background: url('/styles/gfx/top.jpg') top center no-repeat;
  margin: 0;
  font-family: verdana, arial, sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #102;
}

p	{
  margin: 0 0 15px;
}

img	{
  border: none;
}

pre	{
	font-size: 12px;
	background: #ddd;
	padding: 10px;
	display: block;
}

code	{
	font-size: 12px;
	background: #ddd;
	padding: 10px;
	display: block;
	white-space: pre-wrap;
}


#topPart	{
  position: relative;
  width: 960px;
  height: 220px;
  margin: 0 auto;
  padding: 0;
}

#topMenu	{  
  position: absolute;
  left: 9px;
  top : 161px;
}

#topMenu ul	{
  list-style: none;
  padding: 0;
  margin: 0;
}

#topMenu li	{
  background: url('/styles/gfx/menu.jpg');
  float: left;
  margin: 0;
}

#topMenu li a	{
  display: block;
  height: 40px;
  text-decoration: none;
}


#mainPart	{
  position: relative;
  width: 940px;
  margin: 0 auto 50px auto;
  right: 2px;
}

#mainPart a	{
  color: #0057be;
	background: #ddd;
	text-decoration: none;
	padding: 0 2px;
}

#mainPart a:hover	{
  color: #fff;
	background: #0057be;
}

.properSheet	{
	position: relative;
  margin-top: 29px;
  background: url('/styles/gfx/page_bg.jpg');
  width: 600px;
  float: right;
  padding: 10px;
	border-radius: 7px;
	border-top-right-radius: 0px;
	-moz-border-radius: 7px;
	-moz-border-radius-topright: 0px;
	-webkit-border-radius: 7px;
	-webkit-border-top-right-radius: 0px;
}

#rightColumn	{
  float: right;
  width: 318px;
}

.connectorSheet	{
  background: url('/styles/gfx/page_connector.png');
  width: 98px;
  height: 79px;
  float: left;
}

.rightSheet	{
  background: url('/styles/gfx/page_bg.jpg');
  width: 200px;
  float: left;
  padding: 5px;
  padding-bottom: 5px;
	border-radius: 7px;
	border-top-left-radius: 0px;
	-moz-border-radius: 7px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-radius: 7px;
	-webkit-border-top-left-radius: 0px;
}

.rightSheet .head	{
  font-family: Trebuchet MS, sans-serif; 
  font-size: 18px; 
  font-weight: bold; 
  margin-bottom: 5px;
  background: #9c4a00;
  color: #e2f1e4;
  padding: 5px;
}


h1	{
  font-family: "Helvetica CE", helvetica, arial, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  color: #e2f1e4;
  background: #9c4a00;
  padding: 5px;
  margin: 0;
  margin-bottom: 25px;
  clear: both;
}


h2	{
  font-family: Trebuchet MS, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  color: #e2f1e4;
  background: #9c4a00;
  padding: 5px;
  margin: 0;
  margin-top: 50px;
  margin-bottom: 25px;
}


h3	{
  font-family: Trebuchet MS, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  margin: 10px 0;
}

#mainPart h2 a	{
	color: #e2f1e4;
	background: none;
	padding: 0 7px;
}


#mainPart .title	{
  font-family: "Helvetica CE", helvetica, arial, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  color: #e2f1e4;
  background: #672600;
}

#mainPart .title a	{
  display: block;
  text-decoration: none;
  color: #e2f1e4;
  background: #672600;
  padding: 5px;
}

#mainPart .title a:hover	{
	background: #0057be;
}


#mainPart .pageTitle	{
  font-family: "Helvetica CE", helvetica, arial, sans-serif;
  font-size: 44px;
  line-height: 48px;
  font-weight: bold;
  color: #e2f1e4;
  background: #672600;
  padding: 7px;
}

#mainPart .sectionBox	{
	overflow: auto;
	margin-bottom: 32px;
	}

.huge	{
	font-size: 32px;
	font-weight: bold;
	line-height: 36px;
	}

.big	{
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	}
.large	{
	font-size: 24px;
	line-height: 28px;
	}


.small	{
  font-size: 10px;
  line-height: 12px;
}

.tiny	{
  font-size: 9px;
  line-height: 10px;
}

.commentsBar	{
  font-family: Trebuchet MS, sans-serif;
  font-size: 18px;
  line-height: 18px;
  color: #e2f1e4;
  background: #672600;
  padding: 5px;
  margin-top: 30px;
  clear: both;
}

.commentRow	{
  clear: both;
  overflow: auto;
  margin-bottom: 15px;
}

.commentGuy	{
  float:left;
  background: #ddd;
  padding: 10px;
  width: 80px;
}

.commentBox	{
  float:left;
  background: #ddd;
  padding: 10px;
  padding-left: none;
  width: 480px;
}

.rightThumb	{
	float: right;
	margin-left: 10px;
}

.leftThumb	{
	float: left;
	margin-right: 10px;
}

.floatRight	{
	display: block;
	float: right;
	margin-left: 10px;
}

.floatLeft	{
	display: block;
	float: left;
	margin-right: 10px;
}


#rightColumn	{
  text-align: justify;
}

#rightColumn .popPost	{
  background: #e2f1e4;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold;
  margin: 5px 0;
  text-align: left;
  }

#rightColumn .popPost a	{
  display: block;
  text-decoration: none;
  padding: 5px;
  }
  
#sharePanel	{
	position: absolute;
	display: block;
	left: 620px;
	top: 60px;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
  background: url('/styles/gfx/page_bg.jpg');
  border: #270202 solid 1px;
  border-left: none;
	}

#sharePanel .head	{
  font-family: Trebuchet MS, sans-serif; 
  font-size: 14px; 
  font-weight: bold; 
  margin: 5px;
  margin-left: 0;
  background: #9c4a00;
  color: #e2f1e4;
  padding: 5px;
}
	
#sharePanel a, #sharePanel a:hover	{
	background:none;
	}
	
#sharePanel p	{
	margin: 5px;
	}
