* {
	margin: 0;
	padding: 0;
}
html[xmlns="http://www.w3.org/1999/xhtml"] {
	height: 100.05%;
}

h\tml:f\irst-child>body {
	height: 101%;
}
body {
  background-image: url(../images/bodybg.jpg);
  background-repeat: repeat-x;
}
* html body { text-align: center;	}
#header {
  position: absolute;
	left: 50%;
	top:0;
	width: 1024px;
  height:131px;
  margin-left: -512px;
  text-align: left;
}
#content-wrap {
  margin: 0 auto;
  margin-top:141px;
  width: 940px;
  text-align: left;
  background: url(../images/maincolumnbg.gif) repeat-y;
}
#content-left {
  width: 715px;
  height: auto;
  overflow: hidden;
}
#content-right {
  float:right;
  width: 155px;
  padding:10px 20px;
  background-image: url(../images/mainright-corner.gif);
  background-position: top;
  background-repeat: no-repeat;
}
#header h1 {
  display: none;
}
#banner {
  height:168px;
}
#wrapper {
  padding:10px;
  margin:20px 10px 20px 0px;
  border:1px solid #eee;
}
#content {
}
#font-resize,#backlink {
  width:auto;
  margin-bottom:10px;
}
#font-resize {
  float:left;
}
#backlink {
  float:right;
  text-align: right;
}
#logo {
  position: absolute;
  left:50px;
  top:26px;
}
#contact {
  position: absolute;
  left:780px;
  top:25px;
}
#navicontainer {
  position: absolute;
  left:190px;
  top:107px;
}
#navi ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}
#navi li { 
  display: inline;
  padding-left: 6px;
  padding-right: 6px;
}
#footer {
  padding:25px 25px;
  height:10px;
  text-align: center;
}
#footer a, #footer a:link  {
  color:#cc042d;
  font-size: 10px;
}
.clearer {
	clear: both;
}

