body {
  margin:0px;
  padding:50px 0px;
  background:#fff url('../img/sitebg.jpg') repeat-x top;
  font-family:arial,verdana,sans-serif;
  font-size:11px;
}

a {
  color:#dd2219;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

img {
  border:0px;
}

embed,object {
  display:inline;
  border:0px;
  margin:0px;
  padding:0px;
}

.clear {
  clear:both;
}

.count {
  border:0px;
  width:65px;
  background:#ebebeb;
}

.error {
  text-align:center;
  color:#dd2219;
  font-weight:bold;
  display:block;
}

form {
  padding:0px;
  margin:0px;
}

input, textarea {
  border:1px solid #000;
  font-family:arial,verdana,sans-serif;
  font-size:11px;
}

select {
  font-family:arial,verdana,sans-serif;
  font-size:11px;
}

.warning {
  font-size:12px;
  font-weight:bold;
  color:#dd2219;
}

hr {
  color: #f00;
  background-color: #f00;
  height: 5px;
}

input {
  width:250px;
}

textarea {
  width:420px;
  height:116px;
}

.button {
  width:auto;
}

#page {
  width:739px;
  background:#fff;
  margin-left:auto;
  margin-right:auto;
  border-left:8px solid #000;
  border-right:8px solid #000;
}

#menu {
  width:739px;
  margin:0px;
  padding:0px;
  padding-bottom:10px;
  height:110px;
  vertical-align:top;  
}

#menu img {
  float:left;
}

#introimg {
  padding:20px;
  text-align:center;
  color:#dd2219;
  font-face:verdana;
  font-weight:bold;
  font-size:14px;
}

#introimg img {
  display:block;
  padding:30px;
  text-align:center;
}

/*
  box s textem
*/
.box {
  float:left;
  padding-left:8px;
  padding-bottom:8px;
}

.box h1 {
  background:url('../img/tab.gif') no-repeat left;
  width:100%;
  height:18px;
  margin:0px;
  padding:0px;
  padding-top:12px;
  border-bottom:7px solid #dd2219;
  color:#fff;
  font-size:13px; 
}

.box .text {
  padding:10px;
  background:#ebebeb;
  border-bottom:1px solid #dd2219;
  border-top:0px none;
  text-align:justify;
}

.box .text .conimg {
  float:left;
  width:139px;
  height:185px;
}

.box .text .context {
  float:left;
  width:304px;
  height:185px;
  padding:0px 5px;
}

.box .text .congallery {
  float:left;
  width:250px;
  height:185px;
}

.box .text .congallery img {
  float:left;
  display:inline;
  border:0px;
  margin:0px 0px 5px 5px;
  padding:0px;
}

.box .center {
  text-align:center;
}

.box .left {
  text-align:left;
}

.box .gallery {
  text-align:center;
  height:120px;
  overflow:hidden;
}

.box .gallery img {
  height:90px;
  overflow:hidden;
}

.box .gallery a {
  color:#000;
}

.box .gallery a:hover {
  color:#dd2218;
  text-decoration:none;
}

.box .photo {
  display:table;
  _position:relative;
  overflow:hidden;  
  float:left;
  width:135px;
  height:135px;
  margin-right:2px;
  margin-bottom:2px;
  border:2px solid #000;
  background:#dd2218;
  text-align:center;
}

.box .photo .vimage {
  _position:absolute; 
  _top:50%;
  _left:50%;
  display:table-cell;
  vertical-align: middle;
}

.box .photo .vimage img {
  _position:relative;
  _top:-50%;
  _left:-50%;
}

.box .text .name {
  font-weight:bold;
}

.box .center img {
  margin:5px;
  border:1px solid #000;
}

.box .nav {
  background:#dd2219;
}

.box .nav a {
  color:#fff;
}

.box .nav .prev {
  float:left;
  width:100px;
  padding:0px;
  margin:0px;
  text-align:left;
}

.box .nav .pages {
  float:left;
  width:503px;
  padding:0px;
  margin:0px;
  text-align:center;
}

.box .nav .next {
  float:left;
  width:100px;
  padding:0px;
  margin:0px;
  text-align:right;
}

.box .gbinputs {
  float:left;
  width:275px;
}

.box .gbta {
  float:left;
  width:425px;
}

table td {
  padding:2px;
}

table .header {
  font-weight:bold;
}

#copyright {
  width:723px;
  text-align:center;
  margin:0px 4px;
  padding:4px;
  background:#000;
  color:#aaa;
  font-size:10px;
}

#copyright a {
  color:#aaa;
  text-decoration:none;
}

#copyright a:hover {
  color:#dd2219;
}

