
body {
 margin: 0;
 padding: 0 ;
 font-size: small;
 background: #FFFFFF url("images/template/top_back.jpg") repeat-x top left;
 font-family: Arial, Verdana, sans-serif;
 text-align: center;
 color: #000000;
 min-width: 774px
}

.wrapper {
 width: 90%;
 background: #FFFFFF;
 margin: 0 auto;
 text-align: left;
 color: #000000;
}

#header {
 position: relative;
 width: 100%;
 height: 90px;
 margin: 0;
 padding: 0;
}

h1 {
 float: left;
 text-align: left;
 margin: 0;
 padding: 10px 0 0 30px;
 padding-right: 40px;
 letter-spacing: 3px;
 font-variant: small-caps ;
}


.bottom_spam {
 padding: 20px;
 font-size: 80%;
 text-align: center;
}

#nav_bar {
 width: 100%;
}

#main_nav {
 margin: 0 0 3px 5%;
 padding: 0;
 list-style: none;
 text-align: left;
}

#main_nav li {
 display: inline;
 line-height: 20px;
}

#main_nav li a {
 padding-right: 30px;
 margin-bottom: 1px;
 border-bottom: 3px solid #616262;
 text-decoration: none;
 color: #000000;
}

#main_nav li a:hover {
border-bottom: 3px solid black;
}

#admin_bar {
 margin-top: 5px;
 width: 70%;
}

#sec_nav_shell {
 margin-top: 5px;
 width: 100%;
 background: #545354;
 height: 25px;
}

#sec_nav {
 text-align: left;
 margin: 0;
 padding: 2px 0 0 5%;
 list-style: none;
}


#sec_nav li {
 display: inline;
 margin: 0 .5em 0 -.5em;
 padding: 0 5px 0 15px;
 line-height: 1.5em
}

#sec_nav .no_pipe, #sub_nav .no_pipe {
 border-left: 0;
}

#sec_nav li a {
 color: #FFFFFF;
 text-decoration: none;
 font-size: 90%;
}


#side_bar {
 width: 24%;
 float: right;
}

#sub_nav {;
 margin: 0;
 padding: 0;
 list-style: none;
 text-align: left;
}

#sub_nav li{
 border-top: 1px dotted #000;
 margin: 0;
 padding: 0;
 line-height: 1.5em;
}

#sub_nav li a {
 padding: 1px 0 1px 25px;
 display: block;
 text-decoration: none;
 color: #000000;
}

#sec_nav li a:hover {
 text-decoration: underline;
}


#sub_nav li a:hover {
 background: #686A6A;
 color: white;
}


#body {
 margin-top: 6px;
 width: 100%;
 text-align: left;
}



#content {
 float: left;
 width: 75%;

}

h2 {
 margin: 0;
 padding: 0 0 2em 0;
}

#body img{
	max-width: 695px;
	letter-spacing: expression(((this.width>695)?this.width=695:null)?"normal":"normal");
}

#footer {
padding: 3px 0 3px 0;
border-top: 1px solid black;
border-bottom: 1px solid black;
text-align: center;
color: black;
}


pre {
 font-size: small;
 font-family: Veranda, HELVETICA, Arial, sans-serif;
 padding: 0;
 margin: 0;
}

table {
border: 1px solid #000000;

width: 95%;
border-collapse: collapse;
margin-top: 3px;
}

tr {

text-align: left;
}

th {
text-align: center;
color: white;
height: 30px;
border-top: 1px solid #313131;
background: url('images/background/th.jpg') repeat-x 0 0;
}

td {
padding: 3px;
border: 1px solid #000000;
}

.align_left {
text-align: left;
}

.align_center {
text-align: center;
}

.br {
  line-height: 4px;
}

.spacer {
height: 10px;
}

.heading {
font-weight: bold;
}

p {
margin: 0;
padding: 0;
margin-top: 2px;
margin-bottom: .5em;
}

textarea {
width: 540px;
height: 500px;
}

img {
border: 0;
}

a {
 color: black;
}

a img {
text-decoration: none;
}

a img {
text-decoration: none;
}

.left {
float: left;
}

.right {
float: right;
}

.clear_both {
clear: both;
padding-top: 3px;
}

.outer_box {
 margin: 0 auto;
 text-align: center;
}

.inner_box {
 margin: 0 auto;
 padding: 3px;
 width: 150px;
 border-left: 2px solid #CCC;
 border-top: 2px solid #CCC;
 border-right: 2px solid black;
 border-bottom: 2px solid black;
}

.inner_box_big {
 margin: 0 auto;
 padding: 3px;
 width: 400px;

 border-right: 2px solid black;
 border-bottom: 2px solid black;
}

.table {
 border: 0;
}

.table tr {
 border: 0;
}

.table td {
 border: 0;
}

.alert {
color: red;
}

.form_title {
 font-weight: bold;
 display:block;
}

.small_textarea {
 height: 200px;
 width: 230px;
}

.medium_field {
 width: 200px;
}

.large_field {
 width: 300px;
}

.error_msg {
 border: 1px solid #000000;
 width: 95%;
 margin: 3px 0 15px 0;
 padding: 3px;
 text-align: center;
}

.link_button {
 margin: 0;
 padding: 0;
 background: transparent;
 border: none;
 color: white;
 text-decoration: underline;
 cursor: pointer;
}

form {
margin: 0;
}

pre {
 font-size: medium;
}

hr {
width: 95%;
}

.bold {
   font-weight: bold;
}

.italic {
   font-style: italic;
}

.underline {
   text-decoration: underline;
}

.strikethrough {
   text-decoration: line-through;
}

.overline {
   text-decoration: overline;
}

.codequote table {
    border: 0;
    margin: 15px 3px 15px 0;
}

.codequote td {
    border: 0;
}

.quotecodeheader {
   font-family: Verdana, arial, helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   vertical-align: bottom;
   height: 0;
   
}

.codebody {
   background-color: #FFFFFF;
    font-size: 11.5px;
    color: black;
    border: 1px solid black;
    height: 0;
}

.quotebody {
   background-color: #FFFFFF;
    font-size: 11.5px;
    color: black;
    border: 1px solid black;
    height: 0;
    padding: 3px;
}

.listbullet {
   list-style-type: disc;
   list-style-position: inside;
}

.listdecimal {
   list-style-type: decimal;
   list-style-position: inside;
}

.listlowerroman {
   list-style-type: lower-roman;
   list-style-position: inside;
}

.listupperroman {
   list-style-type: upper-roman;
   list-style-position: inside;
}

.listloweralpha {
   list-style-type: lower-alpha;
   list-style-position: inside;
}

.listupperalpha {
   list-style-type: upper-alpha;
   list-style-position: inside;
}

.smalltext {
 font-size: 85%;
}

.field {
 width: 250px;
}


.align_right {
text-align: right;
}

.no-border {
border: 0;
}

.sec_level {
 font-size: 90%;
 padding-left: 20px;
}

.thi_level {
 font-size: 85%;
 padding-left: 60px;
}

.alt {
 background: #DCD9D9;
}

.tinytext {
 font-size: 81%;
}

#bbcode {
font-size: x-small;
font-family: veranda, arial, "Times New Roman", sans-serif;
}

.bbcode_table {
border: 0;
}

.bbcode_table td {
background: #DCD9D9;
border: 2px solid #FFFFFF;
}

#info {
width: 540px;
display: block;
border: 1px solid black;
font-size: xx-small;
}

.main {
text-align: center;
margin-right: 10px;
padding: 1px;
background: #FFFFFF ;
border-left: 2px solid #CCCCCC;
border-top: 2px solid #CCCCCC;
border-right: 2px solid black;
border-bottom: 2px solid black;
}

.underline {
text-decoration: underline;
}

.lists {
display: block;
padding-top: 5px;
padding-bottom: 5px;
}

.center_align {
background: #FFFFFF url('images/icons/center_align.gif') no-repeat 0 50%;
width: 25px;
height: 25px;
}

.right_align {
background: #FFFFFF url('images/icons/right_align.gif') no-repeat 0 50%;
width: 25px;
height: 25px;
}

.link_sel {
text-decoration: none;
}

.small_field {
width: 50px;
}

.template_small_img {
width:255px;
}

#search_tab {
width: 215px;
float: right;
}

#search_button {
float: right;
}

#search_bar {
float: left;
}

#search_results {
 
}

#search_results h2 {
margin: 0;
padding: 0;
font-size: medium;
font-weight: 600;
}

#search_results h2 span {
font-size: small;
color: #626161;
font-weight: normal;
}

#search_results .content {
padding-top: 5px;
}

#search_results .outside {
border-bottom: #CCC 1px dotted;
padding: 1em;
}

#search_results .whole_url {
padding-top: 5px;
}

#search_results .whole_url a {
font-size: x-small;
color: #898989;
}

#search_results .alt {
 background: #E8ECEE;
}


#gallery dl {
margin: 5px 5px 0 0;
padding: 3px;
float: left;
height: 300px;
background: #CCCCCC;

}

#gallery dt {
margin: 0 auto;
text-align: center;
padding: 3px;
width: 256px;
}

#gallery dd {
text-align: center;
margin: 0 0 5px 0;
padding: 3px 3px 5px 3px;
width: 256px;
}

.tiny_textarea {
width: 170px;
height: 150px;
}

#gallery a  {
background: none;
border: none;
text-decoration: none;
}
