/* CSS Document */

html, body { 
  	height: 100%;  
	margin: 0px;
	background: #fff url(images/background.png) repeat-y left;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color:#695622;
}

#header{
	background: url(images/logo.png) no-repeat top left;
	width: 360px;
	height: 135px;
	position: relative;
	top: 0px;
	left: 0px;
}



#maincontainer{
	position:relative;
	float: left;
	padding-top: 10px;
	width: 80%;
	height: 100%;
}


#fixeddiv{
	border-top: 1px dashed #544423;
	border-bottom: 1px dashed #544423;
	width: 156px;
	text-align: right;
	position: absolute;
	padding: 0px;
	line-height: 28px;
	font-size: 13px;
	display: block;
	letter-spacing: 2px;
	top: 145px;
	left: 0px;
}


#navigation{
	border-top: 1px dashed #544423;
	border-bottom: 1px dashed #544423;
	float: left;
	width: 156px;
	text-align: right;
	position: relative;
	padding: 0px;
	line-height: 28px;
	font-size: 13px;
	display: block;
	letter-spacing: 2px;
}



#text_main{
	position: relative;
	float: right;
	width: 80%;
}

.new{
	color: red;
	font-weight: bold;
}

#text{
	position: relative;
	float:left;
	width:100%;
}

#text_index{
	position: absolute;
	top: 214px;
	width:100%;
}

a, a:link, a:visited,  a:active {
	color:#544423;
	font-weight: none;
	cursor: hand;
	text-decoration:none;
	border-bottom: none;
}

a:hover, a:hover b, a:hover strong {
	color:#a88946;
	text-decoration: none;
	cursor: hand;
	text-decoration:none;
	border-bottom: 1px dotted #544423;
}

#footer{
    color: #999999;
	font-size: 9px;
	position: relative;
	float:left;
	width: 548px;
	padding-top: 70px;
	height: 70px;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active{
	color: #FFF;
	font-weight: none;
	cursor: hand;
	text-decoration:none;
	border: 0px;
}

#footer a:hover, #footer a:hover b, #footer a:hover strong {
	color: #FFF;
	font-weight: none;
	cursor: hand;
	text-decoration:none;
	border-left: 1px #fff solid;
	border-right: 1px #fff solid;
}



input, textarea, select {
	background: #FFFFFF;
	border-width: 1px; 
	border-style: solid; 
	border-color: #ccc; 
	font: 11px Arial;
	color:#666; 
}

.small{
	font-size: 9px;
}

.smaller{
	font-size: 8px;
}

h1 {
	border-top: #dcaab7 1px dashed;
	border-bottom: #dcaab7 1px dashed;
	border-left: 9px solid #423210;
	font-weight: bold;
	padding-left: 5px;
	display: block;
	text-align: left;
	list-style: none;
	width: 95%;
	height: 17px;
	color: #a18a58;
	font-size: 14px;
	letter-spacing: 10px;
}

h2{
	display: block;
	color:#CCCCCC;
	font-size: 13px;
	font-weight:none;
	font-family: Arial;
	text-transform: uppercase;
	letter-spacing: 7px;
	margin-top: -10px;
	width: 587px;
	height: 17px;
	text-align:right;
	
}	

strong{
	font-weight: bold;
	color: #423210;
}	

.sideborder{
	border-left: 1px solid #CCCCCC;
}

.tableborder{
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}	



.greybold{

	font-weight: bold;
	color:#999999;
}

.bold{
	font-weight: bold;

}


.button{
	background: url(button_bg.png) repeat-x;
	border: 1px solid #CCCCCC;
	text-transform: uppercase;
	color:#999999;
	text-align: center;
	height: 17px;
}

.tabletext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color:#333333;
}

.tableheader{
	background:#695622;
	color: #fff;
}
.even{
	background: #e7e2d7;
}

.odd{
}


