body {
 margin: 0;
 background-color: #2e1601;
}

#page_container {
 margin-left: auto;
 margin-right: auto;
 width: 950px;
 border-left: 4px solid #e6dbcf;
 border-right: 4px solid #e6dbcf;
}

#header {
 padding-bottom: 5px;
 border-bottom: 15px solid #f69b20;
 background-color: #000000;
 overflow: auto;
 width: 100%;
}

#header_logo {
 float: left;
}

#header_images {
 float: right;
}

#page_body {
 background: url(../images/background_black.png);
 background-repeat: no-repeat;
 background-color: #000000;
 min-height: 700px;
 padding: 15px;
 width: 920px;
 overflow: auto;
}

#page_text {
 width: 650px;
 float: left;
 color: #f3dbc9;
}

#page_side {
 float: right;
 background-color: #db9f72;
 width: 225px;
 padding: 5px 0 10px 15px;
}

#footer {
 background-color: #f69b20;
 height: 15px;
}

p, td {
  font-family: Trebuchet MS;
  font-size: 14px;
  line-height: 23px;
}

#page_side p {
  font-family: Trebuchet MS;
  font-size: 13px;
}

.big {
 font-size: 16px;
 font-weight: bold;
}

.small {
 font-size: 12px;
}

#page_side .small {
 font-size: 11px;
 line-height: normal;
}

a:link {
	color: #e5bda0;
}
a:visited {
	color: #e5bda0;
}
a:hover {
	text-decoration: none;
	color: #a67b5a;
}
a:active {
	color: #a67b5a;
	text-decoration: none;
}

#page_side a:link {
	color: #3d1c00;
}
#page_side a:visited {
	color: #3d1c00;
}
#page_side a:hover {
	text-decoration: none;
	color: #785c45;
}
#page_side a:active {
	color: #785c45;
	text-decoration: none;
}
