/**
 * Various CSS styles relating to page structure and layout - that is, display.
 */
h1 { margin: 0; padding: 0; }

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

img {
  border: 0;
}

body {
	text-align: center;
	background: gray url(images/background.gif);
}

#page {
	position: relative;
	display: block;
	width: 800px;
	text-align: left;
	margin: 0 auto;
	background: white 189px 0 repeat-y;
}

table.page {
	width: 800px;
}
td.left {
	width: 189px;
	border-right: 1px solid black;
}
/* Middle & Right = 610px */
td.middle {
	width: 469px;
	border-right: 1px solid black;
}
td.right {
	width: 140px;
}

#header {
	background: black url(images/header/index.jpg) no-repeat;
	width: 800px;
	height: 202px;
}

#header h1 {
	display: none;
}
#header h2 {
	display: none;
}

#sidebar {
	color: #5C5C5C;
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: .8em;
	line-height: 1.3em;
	text-align: center;
	padding: 10px;
	padding-top: 80px;
}
#sidebar .banner {
	border-left: 1px solid #777;
	border-right: 1px solid #777;
}
#sidebar .banner .button {
	margin: 0;
	padding: 0;
	padding-bottom: 1em;
}
#sidebar .banner p.last {
	padding-bottom: 0;
}
#sidebar .banner img {
	display: block;
	border-top: 1px solid #777;
	border-bottom: 1px solid #777;
	/*border: 1px solid #777;*/
}
#sidebar .banner .joined .top {
	border-bottom: 0;
}
#sidebar .banner .joined .middle {
	border-top: 0;
	border-bottom: 0;
}
#sidebar .banner .joined .bottom {
	border-top: 0;
}

#footer {
	font-family: "Arial", "Helvetica", sans-serif;
	background-position: top center;
	padding: 10px;
	padding-top: 25px;
	border-top: 1px solid black;
	text-align: center;
}
#footer p {
	color: #5C5C5C;
	font-size: small;
}
#footer h6 {
	color: black;
}