* {
  margin: 0;
  padding: 0;
}
html {height: 100%}
* html body {height: 100%}
body {
  font: 13px/15px Arial, Tahoma, Verdana, sans-serif;
  width: 100%;
  min-height: 100%;
  position: relative;
}
a {
  color: #225A83;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p {
  margin: 0;
  padding: 8px 0;
}
h2 {
  font-size: 18px;
  line-height: 20px;
  font-weight: normal;
}
h2.pagetitle {
  text-align: center;
  margin: 0 0 15px;
}
h3 {margin: 0 0 10px;}

#wrapper {
  width: 775px;
  margin: 0 auto 0 0;
  padding: 10px 0;
}


/* Content
-----------------------------------------------------------------------------*/
#content {
  width: 560px;
  float: right;
  border: 1px solid #005D9A;
  padding: 15px;
  position: relative;
  min-height: 400px;
  _height: 400px;
}
#tl {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 9px;
  height: 10px;
  background: url(i/tl.gif) no-repeat;
}
#tr {
  position: absolute;
  top: -1px;
  right: -1px;
  width: 9px;
  height: 9px;
  background: url(i/tr.gif) no-repeat;
}
#bl {
  position: absolute;
  bottom: -1px;
  _bottom: -7px;
  left: -1px;
  width: 9px;
  height: 10px;
  background: url(i/bl.gif) no-repeat;
}
#br {
  position: absolute;
  bottom: -1px;
  _bottom: -7px;
  right: -1px;
  width: 9px;
  height: 10px;
  background: url(i/br.gif) no-repeat;
}
.post {
  margin: 0 0 25px;
}
.alt {
  line-height: 13px;
}
.commentlist {
  margin: 20px 0 20px 25px;
}
.commentlist li {
  padding: 5px;
}
.commentlist li.alt {
  background: #f4f4f4;
}


/* Left
-----------------------------------------------------------------------------*/
#left {
  width: 173px;
  float: right;
  padding: 0 0 0 10px;
  background: url(i/line.gif) 27px 92px no-repeat;
}
#logo {
  display: block;
  width: 154px;
  height: 84px;
  background: url(i/logo.gif) no-repeat;
}
#menu {
  margin: 5px 0 0;
  padding: 13px 0;
  text-align: center;
  list-style: none;
  font: bold 15px/16px "Times new roman";
  background: url(i/line.gif) bottom no-repeat
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
  position: absolute;
  bottom: 8px;
  left: 12px;
  font-size: 11px;
  line-height: 13px;
  color: #808080;
}


.clear {
  clear: both;
}

/* this is the style sheet for the ajaxContact Form */
.contactform {
	position: static;
	overflow: hidden;
}

#contactform textarea {
    width: 24em;
}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

#autoriz,
#search {
  margin: 20px 28px;
}
#autoriz input,
#search input {
  border: 1px solid #6D6D6D;
  padding: 4px 0;
  width: 192px;
  margin: 0 0 10px;
  font: 12px arial;
}
#autoriz input.go,
#search input.go {
  width: 80px;
  padding: 3px 0;
  /padding: 2px 0;
  background: #727171;
  color: #FFF;
}