body {
	background-image: url('../images/bg.jpg');
	font-family: 'Palatino Linotype', 'Book Antiqua3', Palatino, serif;
	color: #383838;
	font-size: medium;
	font-size: 90%;
}

img {
	padding: 0;
	margin: 0;
}

a img {
	border: none;
}

#container {
	width: 1000px;
	margin: 0 auto;
	border: 3px solid #F3B241;
	background: #e8e8e9;
	padding: 0px;
}

#topbar {
	height: 100px;
	width: 1000px;
	background: #E8E8E9;	
}

#navigation {
	width: 674px;
	text-align: center;
}

#navigation ul{
	text-decoration: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#navigation ul li {
	float: left;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0;
}

#navigation table {
	padding: 0;
	margin: 0;
}

#navigation img {
	padding: 0;
	margin: 0;
}

#navigation a {
	text-decoration: none;
	color: #383838;
	text-align: left;
	padding: 0;
	margin: 0;
}

#logo {
	width: 320px;
	padding: 0;
	margin: 0;
}

#content {
	height: 500px;
}

#contentcontainer {
	padding: 0;
	margin: 0;
	height: 500px;
	position: relative;
}

#contentbg {
	height: 500px;
}

#textblock {
	position: absolute;
	width: 974px;
	padding: 10px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.8);
	bottom: 0px;
	border-top: 1px solid #F3B241;
	border-bottom: 2px solid #fff;
	font-size: 90%;
}

#verticaltextblock {
	position: absolute;
	width: 330px;
	padding: 0px 10px;
	margin: 0;
	height: 499px;
	background: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.8);
	left: 0;
	top: 0;
	border-right: 2px solid #F3B241;
	border-bottom: 1px solid #fff;
}

#headings 
{
	position:relative;
}

#headings a{
	color: #383838;
	text-decoration: none;
	font-size: 110%;
	margin-left: 20px;
}

#minmaxbutton {
	margin-left: 10px;
	margin-top: 3px;
	width: 15px;
	height: 15px;
	padding: 0px;
}

#textblock ul {
	padding-top: 0;
	margin-top: 0;
	text-align: left;
}

#hiddentext a{
		margin-left:20px;
	padding-left: 0px;
	padding-top: 10px;
	color: #5b5656;
	text-decoration:none;
}

#hiddentext a:hover{
	margin-left:20px;
	padding-left: 0px;
	padding-top: 10px;
	color: #f00;
	text-decoration:none;
}

#bottombar {
	height: 45px;
	width: 1000px;
	background-color: #E8E9EA;
}

#powered{
	color:#5b5656;
	font-size:10px;
}

#powered a{
	color:#5b5656;
	text-decoration:none;
}

#powered a:hover{
	color:#f00; 
}

#rightfootlinks a {
	color: #5b5656;
	text-decoration: none;
	font-size: 75%;
	float: left;
	padding: 10px;
}

#rightfootlinks a:hover {
	color: #f00;
}

#poweredbybar a {
	text-decoration: none;
	color: #5b5656;
}

#poweredbybar a:hover {
	color: red;
}

.hiddenlist ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 90%;
	color: #5b5656;
}

.hiddenlist li {
	padding: 5px 0px;
}

.hiddenlist li a {
	color: #5b5656;
	text-decoration: none;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('../images/bg_button_a.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

.btn {
  font-family: 'Palatino Linotype', 'Book Antiqua3', Palatino, serif;
  color: #383838;
  background-color: #EEE;
  font-weight: bold;
  border: 2px solid #F3B241;
}

.btn:hover {
  font-family: 'Palatino Linotype', 'Book Antiqua3', Palatino, serif;
  color: #F3B241;
  background-color: #333;
  font-weight: bold;
  border: 2px solid #F3B241;
  cursor: pointer; /* cursor: hand; for IE5 */
  }