@charset "utf-8";

*{
  padding: 0;
  margin: 0;
  font: 9pt "Times New Roman", Arial;
}

html {
  display: table;
  width: 100%;
  height: 100%;
}

body {
  display: table-cell;
  vertical-align: middle;
  background-color: #FFFFFF;
  scrollbar-arrow-color: #000000;
  scrollbar-bace-color: #FFFFFF;
  scrollbar-face-color: #FFFFFF;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-3d-light-color: #FFFFFF;
  scrollbar-shadow-color: #FFFFFF;
  scrollbar-track-color: #FFFFFF;
  scrollbar-darkshadow-color: #FFFFFF;
  color: #000000;
  font: 9pt "Times New Roman", Arial;
  text-align: center;
}

#full {
  margin: 0 auto;
  width: 828px;
  height: 648px;
}

#miniwnd{
  margin: 0 auto;
}

/* for IE6 */
* html body {
  text-align: center;
  height: 100%;
}

* html #full {
  display: inline;
  vertical-align: middle;
  zoom: 1;
}

* html #miniwnd{
  display: inline;
  vertical-align: middle;
  zoom: 1;
}

* html #dummy {
  width: 0;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}

/* for IE7 */
*:first-child+html body {
  text-align: center;
  height: 100%;
}

*:first-child+html #full {
  display: inline;
  vertical-align: middle;
  zoom: 1;
}


*:first-child+html #miniwnd {
  display: inline;
  vertical-align: middle;
  zoom: 1;
}

*:first-child+html #dummy {
  width: 0;
  height: 100%;
  vertical-align: middle;
  display: inline-block;
}




p{
  margin: 15px 0;
}

img
{
  border: none;
}

a{
}

a:link, a:visited, a:active{
  color: #339966;
  text-decoration: none;
}

a:hover, a:focus{
  color: #CC9933;
  text-decoration: underline;
}



#page{
  position: relative;
  width: 828px;
  height: 598px;
  text-align: left;
  overflow: auto;
}

#img_news1{
  position: absolute;
  left: 75px;
  bottom: 27px;
}

#img_news2{
  position: absolute;
  right: 50px;
  bottom: 38px;
}

#news{
  margin: 112px 242px 0 220px;
}

#news h1{
  text-align: center;
}


#img_intro{
  position: absolute;
  left: 30px;
  bottom: 40px;
}

#intro{
  margin: 120px 30px 0 383px;
  padding: 0 0 0 30px;
}

#intro h1{
  margin-bottom: 30px;
}

#gallery{
  margin: 38px 134px 0 134px;
}

#gallery h1{
  text-align: center;
  margin-bottom: 30px;
}

#gallery p{
  margin-bottom: 50px;
}

#gallery p img{
  width: 75px;
  height: 75px;
}

#img_link{
  position: absolute;
  right: 35px;
  bottom: 15px;
}

#link{
  margin: 104px 367px 0 105px;
}

#link h1{
  margin-bottom: 30px;
}

#miniwnd .border{
  border: solid 1px #000000;
}

#footer{
  padding-top: 5px;
  width: 828px;
  height: 50px;
  overflow: hidden;
}

#copyright{
  font-size: 7pt;
}

#copyright a{
  color: #000000;
}

.alignleft{
  text-align: left;
}

.alignright{
  text-align: right;
}

.clearboth{
  clear: both;
}

/* End Various Tags & Classes*/

