body {
  background: url(graphics/bg.gif) repeat-y top center #eaeaea;
  font: 76% Verdana,Tahoma,Arial,sans-serif;
  color: #3a3a3a;
  margin: 0 auto; padding: 0;
}

#body {
  background-color: #FFFFFF;
  color: #303030;
  margin-right: auto;
  margin-left: auto;
  padding: 5px 5px;
  width: 760px;
}

#header {
  background: url(graphics/header.gif) bottom left #fff;
  color: #dddddd;
  height: 117px;
  padding-top: 10px;
  margin-top: 3px;
  margin-bottom: 5px;
}
#header a { color: #FFFFFF; font-weight: bold; background: none; }
#header form { display: inline; margin:0px; padding: 0px; }
#header input { font-size: 10px; text-align: center; margin: 0px; padding: 1px; }

#header_login { margin-right: 10px; float: right; }


/* Left sidebar and menu */
#leftside {
  clear:left; float:left;
  margin:0 0 10px; padding:0;
  width:130px; }
#leftside ul.avmenu {
  list-style:none;
  margin:0 0 18px; padding:0;
  width:130px; }
#leftside ul.avmenu li {
  display:inline; 
  padding:0; 
  width:130px; }
#leftside ul.avmenu li a {
  background:url(graphics/menubg.gif) repeat-x bottom left #f4f4f4;
  border-bottom:1px solid #d8d8d8; border-left:4px solid #ccc;
  border-right:1px solid #d8d8d8; border-top:1px solid #d8d8d8;
  width:128px; float:left;
  font-size:1em; font-weight:700; color:#505050; text-decoration:none;
  margin-bottom:5px; padding:5px 1px 5px 5px; }
#leftside ul.avmenu li a:hover,#leftside ul.avmenu li a.current {
  background:url(graphics/menubg2.gif) repeat-x bottom left #eaeaea;
  border-bottom:1px solid #b0b0b0; border-left:4px solid #505050;
  border-right:1px solid #b0b0b0; border-top:1px solid #b0b0b0; 
  color:#505050;}
#leftside h2 { display: block; margin: 0px; margin-bottom: 5px; font-size: 12px; color: #808080; }


/* Right sidebar */
#rightside { 
  float: right;
  margin: 0 0 10px; padding-left: 5px;
  width: 155px;
  border-left: 1px solid #909090; }
#rightside p { 
  font-size: 10px; margin-top: 10px; padding: 0px; }
#rightside h2 { 
  font-size: 1.5em; font-weight: 400; letter-spacing: -1px; 
  margin: 0 0 6px; }
#rightside h3 { 
    font-size: 1.5em; font-weight: 400; letter-spacing: -1px; 
  margin: 0 0 0px; }
.rightside_img { float: left; width: 26px; height: 21px; margin-bottom: 4px; }
.rightside_file { padding-top: 4px; height: 18px; margin-bottom: 4px; }

.rightside_box { font-size: 12px; text-align: left; background: #EEFFFF; padding: 5px; border-width: thin; border-style: solid; width: 97%; }


/* Main content */
#content {
  line-height: 1.5em;
  margin: 10px 170px 10px 150px;
  padding: 0;
  text-align: left;}
#content h1 { font-size: 14px; font-weight: bold; color: #166090; }
#content h2 { font-size: 12px; font-weight: bold; color: #166090; }
#content .news { display: block; margin-bottom: 5px; padding-bottom: 15px; }
#content .news_header { display: block; float: left; font-size: 14px; font-weight: bold; height: 15px; color: #166090; }
#content .news_date { display: block; float: right; font-size: 10px; height: 10px; padding-bottom: 5px; color: #909090; }
#content #gbForm { padding: 5px; padding-top: 0px; }
#content label.gbook { display: block; }
#content label { display: inline; }
#content input.gbook { width: 135px; }
#content form.gbook { border: 1px solid #909090; display: block; padding: 10px; }
#content form.gbook img { margin-bottom: -5px; }
#content textarea { font-family: Verdana,Tahoma,Arial,sans-serif; font-size: 12px; width: 430px; height: 100px; }
.gbook { font-size: 12px; }
.gbook h1 { font-size: 14px; font-weight: bold; color: #166090; }
.gbook h2 { font-size: 10px; font-weight: normal; color: #707070; margin: 0px; margin-top: 5px; margin-bottom: 3px; }
.gbook_comment { margin-left: 20px; padding-left: 5px; border-left: 1px dotted #909090; margin-bottom: 25px; }
.gbook_comment h1 { font-size: 12px; font-weight: bold; color: #166090; }
.gbook_comment h2 { font-size: 10px; font-weight: normal; color: #707070; margin-top: 5px; margin-bottom: 3px; }
.gbook_comment h3 { font-size: 12px; font-weight: normal; color: #166090; margin-top: 5px; margin-bottom: 3px; }


#content .errorBox { font-size: 12px; text-align: left; background: #fff7d7; padding: 5px; border-width: thin; border-color: #FF0000; border-style: solid; width: 97%; }

/* Footer */
#footer {
  background: #fff; border-top: 2px solid #dadada;
  clear: both;
  color: #666; font-size: 0.9em;
  margin: 0 auto; padding: 8px 0;
  text-align: center;
  width: 760px;}
#footer p { padding: 0; }
#footer a {
  background: inherit;
  color: #666; font-weight: 400; text-decoration: none; }
#footer a:hover { text-decoration: underline; }


/* Links and paragraphs */
a { background: inherit; color: #166090; text-decoration: none; font-weight: 700; }
a:hover { background: inherit; color: #286ea0; text-decoration: underline; }
a img { border: none; }
p { margin: 0px; margin-top: 10px; margin-bottom: 10px; }


/* Additional classes */
.center { text-align: center; }
