* {
	margin: 0;
	padding: 0;
}
body {
	background: #A17461 url("bg.jpg") repeat-x;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #B1C0C7;
}
#reconstruction {
  margin: 150px 0;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
}
h1, h2, h3 {
	color: #FFFFFF;
}
h1 {
	font-size: 2.1em;
}
h2 {
	margin-top: 1em;
	font-size: 1.4em;
}
h3 {
	margin-top: 2em;
  font-size: 1.3em;
}
a {
	color: #ffffff;
}
a:hover {
	text-decoration: none;
}
#top {
  padding-top: 12px;
	width: 852px;
	height: 82px;
	margin: 0 auto;
  text-align: center;
	background: url("bg_header.jpg");
}
#top img, #header a img {
  width: 466px;
  height: 60px;
  border: 6px solid #394378;
  border: 4px solid #000000;
}
#header {
  text-align: center;
}
#page {
	width: 852px;
	margin: 0 auto;
	background: url("bg_page.jpg");
}
#pagebg {
	background: url("bg_pagebg.jpg") no-repeat left bottom;
}
/* Content */
#content {
	float: left;
	width: 474px;
  /*min-height: 600px;*/
	padding: 26px 20px 20px 46px;
	background: url("bg_content.jpg") no-repeat;
}
#bg_pic {
  margin: 0 auto;
  width: 466px;
  height: 250px;
  background-color: #f0f0ff;
  background-repeat: no-repeat;
  border: 4px solid #000000;
}
#water_sign {
  height: 100%;
  width: 100%;
  background-image: url("gt_logo.gif");
  background-repeat: no-repeat;
  background-position: -13% 8%;
}
.post {
}
#content .title {
	padding-top: 10px;
  text-align: center;
}
#content .title em {
  color: #eeeeee;
	font-size: 0.70em;
}
#content .title a {
	text-decoration: none;
}
#content .title a:hover {
	text-decoration: underline;
}
#content .nav {
	margin: 10px 0 0 0;
	padding-bottom: 10px;
	border-bottom: 1px dashed #748AAF;
  text-align: center;
	color: #cc0033;
}
#content .nav a {
	text-decoration: none;
	color: #ffff55;
  font-size: 0.9em;
  font-weight: bold;
}
#content .nav a:hover {
	text-decoration: underline;
  color: #80eeff;
}
#content .entry {
  margin: 20px 0 0 0;
  border-bottom: 1px dashed #748AAF;
}
#content .date {
  padding-top: 1px;
  width: 69px;
  color: #FFFFFF;
  font-size: 11px;
	font-weight: bold;
  text-align: center;
  vertical-align: top;
	background: #CCE698 url("calendar.gif") no-repeat;
}
#content .day {
  color: #BF3600;
  font-size: 30px;
}
#content .year {
  color: #BF3600;
}
#content .description {
  width: 381px;
  height: 64px;
  font-size: 13px;
  font-style: normal;
  text-align: justify;
  text-indent: 0;
  line-height: 1.5em;
  vertical-align: top;
  overflow: auto;
}
.inside_p {
  color: #ffffff;
  font-size: .85em;
  font-weight: bold;
}
#content p {
  text-align: justify;
  line-height: 1.8em;
}
#content ul {
  margin-left: 40px;
  line-height: 1.8em;
  list-style: disc;
}
#form {
  margin: 20px;
  padding: 20px;
  border: 3px double #ffffff;
}
#form p {
  margin-top: 10px;
  padding-bottom: 5px;
  /*color: #ffffff;*/
  font-weight: bold;
  text-align: center;
  border-bottom: 1px dashed #748AAF;
}
#form p img {
  width: 12px;
}
.inp {
  padding-left: 5px;
  width: 350px;
  color: #ffff80;
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background-color: #A17461;
  border: 1px solid #ffffff;
}
.ta {
  height: 100px;
}
.sel {
  padding-left: 0;
  width: 120px;
  border: 2px solid #ffffff;
}
.btn, .btnh, .selb, .selbh {
  width: 150px;
  height: 30px;
  color: #ffff80;
  font-family: Georgia, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background-color: #A17461;
  border-color: #ffffff;
}
.selb, .selbh {
  width: 100px;
  height: 22px;
}
.btnh, .btn:hover., .selbh {
  background-color: #cc9977;
}
.good {
  color: #00ff00;
  font-weight: bold;
}
.bad {
  color: #ff0000;
  font-weight: bold;
}
.description {
  display: inline;
  color: #ffffff;
  font-size: 11px;
  font-weight: normal;
  font-style: italic;
}
.space {
  margin-top:  100px;
}
h3 a {
  color: #ffffaa;
}
.tdspan {
  color: #aaffaa;
  font-weight: bold;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 240px;
  /*min-height: 600px;*/
	padding: 26px 46px 20px 26px;
	background: url("bg_sidebar.jpg") no-repeat;
}
#sidebar ul {
  margin-top: 1em;
	padding: 0;
  line-height: 160%;
  list-style: none;
}
#sidebar li {
	margin-bottom: 3em;
	padding: 0;
}
#sidebar li ul li {
	margin: 0;
	padding: 5px 10px;
	border-bottom: 1px dotted #748AAF;
}
#sidebar h2 {
	margin: 0;
	padding-bottom: .5em;
	border-bottom: 1px solid #748AAF;
	text-align: center;
}
#sidebar a {
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}
#sidebar p {
  margin-top: 30px;
  text-align: center;
}
#sidebar p a img {
  border: 4px solid #663333;
}

/* Footer */
#footer {
	width: 852px;
	margin: 0 auto;
	padding: 30px 0;
	background: url("bg_footer.jpg") no-repeat;
	text-align: center;
}
#footer p {
	margin: 0;
	font-size: .8em;
	color: #CFA39D;
}
#footer a {
	color: #CFA39D;
}
