html {
  height: 100%;
  margin-bottom: 1px;
  background: url(../images/bg.png) 0 0 repeat-x #fff;
}

body {
	margin: 0;
	padding: 0;
	line-height: 135%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #333;
	background: url(../images/bg.png) 0 0 repeat-x #fff;
}

#wrapper { position: absolute; width:740px; height:100%; left:50%; margin-left:-370px; vertical-align:top;}
#header { position:relative; float:left; width:740px; height:113px; background:url(../images/header.png) no-repeat; }
#maincontent { position:relative; float:left; width:671px; left:35px; background:url(../images/mainbg.png); background-repeat: repeat-y;  }
#left { position:relative; float:left; width:41px; height:400px; background:url(../images/left.png) no-repeat; }
#main { position: relative; float:left; width:589px; background:#ffffff;  overflow:hidden;}
#topmenu { position: relative; float:left; padding-left:5px; width: 589px; height:25px; overflow:hidden; background:url(../images/menubg.png) repeat-x; }
#content { position: relative; float:left; width: 589px; padding:10px 15px 10px 15px; min-height:400px; height: auto !important; height: 400px; }
#right { position: relative; float:left; height:400px; width:41px; background:url(../images/right.png) no-repeat; }
#footer { position:relative; clear:both; width:740px; height:50px; background:url(../images/footer.png) no-repeat; }
#footer_stat { position:relative; clear:both; width:740px; height:50px; text-align:center; }


p {
  margin-top: 10px;
  margin-bottom: 15px;
}

div, span, td, tr {
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size:12px;
	color: #333;
}

h1, h2, h3, h4, h4 {
	padding-bottom: 5px;
	margin: 15px 0;
}

h1 {
	font-size: 200%;
}

h2 {
	font-size: 180%;
}

h3 { 
   font-size: 150%;
}

h4 {
	font-size:  120%;
}

ul {
	/* list-style: none; */
	padding: 0;
	padding-left: 25px;
}

ul li {
	padding-left: 5px;
	/* background:url(../images/list.png) no-repeat; */
}

hr { 
	color: #ccc; 
	background-color: #ccc; 
	height: 1px;
	background:0;
	border:none;
	border-bottom: 1px solid #E0DFE3;
	}



.contentheading {
	font-size: 160%;
	font-family: Tahoma, Arial Narrow, Arial, sans-serif;
	font-weight: normal;
	color: #996600;
	line-height: 30px; 
	/* padding-left: 22px; 
	background:url(../images/contentheading.png) 0 9px no-repeat; */
}

a:link,
a:visited {
	color: #8C2D0D;
	text-decoration: none;
}

a:hover {
	color: #28231F;
	text-decoration: none;
}

.mainlevel {
	background: url(../images/separator.png) 0 0 no-repeat;
}

a.mainlevel {
	font-size: 90%;
	font-family: Tahoma, Arial, sans-serif;
	/* text-transform: uppercase; */
	font-weight: bold;
	text-align: center;
}

a.mainlevel:link,
a.mainlevel:visited {
	display: block;
	padding: 6px 0px 5px 0px;
	margin-bottom: 5px;
	color: #666;
	text-decoration: none;
	background: url(../images/separator.png) 0 0 no-repeat;
	/* background: see style css */
}

a.mainlevel:hover {
	text-decoration: none;
	color: #996600;
	background: url(../images/separator.png) 0 0 no-repeat;
}

.downloadtitle {
	font-family: Garamond, Tahoma, Arial, sans-serif;
	font-size: 120%;
	text-transform: uppercase;
	font-weight: bold;
	color: #8C2D0D;
}
