html {
    font-size: 62.5%;
}
body {
    background: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    margin: 0;
    padding: 0;
    color: #000;
    text-align: center;
}
h1 {
    color: #666;
    font-size: 2.3em;
    margin: 0;
    padding: 25px 0 15px 0;
}
h2 {
    color: #333;
    font-size: 1.5em;
    margin: 6px 0;
}
h3 {
    margin: 14px 0 2px 0;
    font-size: 1.4em;
}
td {
  vertical-align: top;
}
p {
    line-height: 140%;
    margin: 6px 0;
}
a:link {text-decoration: none;}
a:visited {text-decoration: none; color: #777;}
a:active {text-decoration: none;}
a:hover {text-decoration: none; color: #f30;}

img {
    border: 0;
}
/* layout */
#container {
    width: 800px;
    background: #fff url(images/main_bg.jpg) repeat-y 0 0;
    position: relative;
    margin: 0 auto;
    text-align: left;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}
#header {
    height: 103px;
    background: #fff url(images/phalanx.jpg) no-repeat 0 0;
}
#contenthp {
    width: 615px;
    float: right;
    position: relative;
}
#content {
    width: 615px;
    float: right;
    padding: 19px 0;
    background: #fff url(images/title_bg.jpg) no-repeat top right;
}
#inner {
    padding: 10px;
}
#hpinner {
    margin-left: 190px;
    padding: 8px;
}
#lcol {
    position: relative;
    float: left;
    width: 185px;
    padding-top: 19px;
    margin: 0;
    background-color: #777;
}
#footer {
    position: relative;
    padding: 10px 10px 10px 180px;
    text-align: center;
    height: 70px;
    color: #fff;
    background: transparent url(images/footer.png) 0 50px no-repeat;
    border-top: 1px solid #C9CFC1;
    clear: both;
    font-size: .9em;
}
#navcol {
}

/* */
#header h2 {
    font-size: .3em;
    text-indent: -2000px;
    width: 400px;
    margin: 0;
    padding: 0;
    height: 103px;
    color: #CFE6B2;
    border-bottom: none;
}
#header h2 a {
    display: block;
    height: 103px;
    width: 400px;
    text-decoration: none;
}
#footer #copy {
    text-align: right;
    padding: 16px 100px 0 0;
}
#footer ul {
    margin: 0;
    padding: 0;
}
#footer li {
    display: inline;
    list-style: none;
    background: transparent url(images/fline.gif) top right no-repeat;
    margin: 0 0 0 6px;
    padding: 0 6px 0 0;
}
#footer li.last {
    background-image: none;
}
#footer a:link {
    color: #000;
}
#footer a:hover {
    color: #f30;
}
#lcol ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#lcol li a {
    text-decoration: none;
    padding: 5px 10px;
    display: block;
    width: 165px;
    height: 12px;
    border-bottom: 1px solid #fff;
    color: #fff;
}
#lcol li a:hover {
    background-color: #c13;
}
#lcol .active {
    background-color: #c13;
}
#lcol ul ul, #rcol ul ul li {
    margin: 0;
    padding: 0;
}
#lcol ul ul li a {
    padding-left: 20px;
    width: 155px;
    background: #999;
}
#lcol ul ul li a.active {
    background-color: #eee;
    color: #000;
}
.nobox {
    width: 100%;
    overflow: auto;
    padding-bottom: 6px;
}
.nobox img {
    width: 129px;
    float: right;
}
.nobox h3 {
    font-size: 1.5em;
    color: #333;
    padding: 8px 0;
    margin: 0;
    border-top: 1px solid #333;
}
#rnav {
    width: 130px;
    float: right;
    background-color: #fff;
    margin: 0 0 10px 10px;
    padding: 6px;
    border: 1px solid #693;
}
#rnav ul {
    margin: 0;
    padding: 0;
}
#rnav li {
    margin: 4px 0;
    list-style: none;
}
#rnav li a {
    color: #693;
    text-decoration: none;
}
.gallbox {
    width: 180px;
    float: left;
    text-align: center;
    font-size: .9em;
    padding: 10px 0;
}
#headrow {
    position: absolute;
    top: 35px;
    right: 10px;
    width: 555px;
    text-align: right;
    color: #fff;
    font-size: .9em;
    text-align: right;
}
#headrow ul {
    margin: 0;
    padding: 0;
    float: right;
}
#headrow li {
    list-style: none;
    float: left;
    background: #777 url(images/btntopr.jpg) top right no-repeat;
    margin: 0 1px;
    padding: 0;
}
#headrow a {
    text-decoration: none;
    background: transparent url(images/btntopl.jpg) 0 0 no-repeat;
    color: #000;
    padding: 0 8px;
}
#headrow li:hover {
    background: #777 url(images/btntoprh.jpg) top right no-repeat;
}
#headrow a:hover {
    background: transparent url(images/btntoplh.jpg) 0 0 no-repeat;
    color: #fff;
}
.intxtpic {
  width: 141px;
  margin: 0 8px 8px 0;
  float: left;
}

#vistslung {
  position: absolute;
  left: 10px;
  width: 160px;
  top: 20px;
  text-align: center;
  font-size: 10px;
}
#vistslung a {
  color: #fff;
  text-decoration: none;
}

