body{
	font-family: Verdana, sans-serif;
	background-image: url(../html/images/bg-site.jpg);
	margin: 0px;
	padding: 0px;

}

#masthead{
	width: 100%;
	height: 150px;
}

#navhead{
	width: 800px;
	height: 26px;
}

#head{
	margin: 0;
	width: 800px;
	height: 85px;
	padding: 0px;
}

#wrapper {
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

#leftcolumn { 
   background-image: url(../html/images/bg-site.jpg)
   margin: 0px 5px 5px 0px;
	height: 1200px;
	width: 190px;
	float: left;
	background-image: url(../html/images/bg-site.jpg);
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#leftmiddle {
 	background-image: url(../html/images/bg-site.jpg)
 	margin: 0px 5px 5px 0px;
	height: 100%;
	width: 415px;
	float: left;
	background-image: url(../html/images/bg-site.jpg);
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#rightmiddle {
 	background-image: url(../html/images/bg-site.jpg)
 	margin: 0px 5px 5px 0px;
	height: 1200px;
	width: 170px;
	float: left;
	background-image: url(../html/images/bg-site.jpg);
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 5px;
}

#rightcolumn {
	height: auto;
	width: 120px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	position: fest;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

#footer {
	width: 100%;
	clear: both;
	color: #333;
	padding: 5px;
	height: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../html/images/bg-site.jpg);
}

/*navmenu*/

.indentmenu{
font: bold 13px Arial;
width: 800px; 
}

.indentmenu ul{
margin: 0;
padding:0;
float: left;
width: 800px; /
border: 1px solid #564c66; 
border-width: 1px 0;
background: black url(../html/images/indentbg.png) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; 
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom: 4px; /*shift text down 1px for selected and active item*/
background: black url(../html/images/indentbg2.png) center center repeat-x;
}

/**************  styles *****************/

.leftcolumn {
	clear: both;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
}

.leftcolumn  p{
	padding: 0px 0px 5px 0px;
}

.leftmiddle {
	clear: both;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
}

.leftmiddle  p{
	padding: 0px 0px 5px 0px;
}

.rightmiddle {
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 11px;
}

.rightmiddle  p{
	padding: 0px 0px 5px 0px;
}

.Stil1 {
	font-size: 12px;
	font-weight: bold;
	color: #692222;
}

.Stil {
	font-size: 12px;
	font-weight: bold;
	color: #692222;
}
.Stil3 {
	font-size: 12px;
	font-weight: bold;
	color: #692222;
}
.Stil5 {
	color: #692222;
	font-weight: bold;
}
.Stil8 {color: #FFFFFF}
.Stil9 {font-weight: bold; font-size: 12px;}
.Stil10 {
	color: #999999;
	font-weight: bold;
}

/**************  styles Link *****************/

a:link {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #692222;
}
a:visited {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #692222;
}

