body {
    font-family: arial, helvetica, sans-serif;
    margin: 0px;
    color: #000;
}

a {
    color: #AE0001;
    text-decoration: none;
}

a:visited {
    color: #660000;
}

a:hover {
    color: #000066;
    text-decoration: underline;
}

#pageContent {
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 10px 0 10px 0;
}

#topbar, #botbar {
    line-height: 20px;
    font-size: 12px;
    width: 100%;
    height: 20px;
    text-align: center;
    display: block;
    overflow: hidden;
    clear: both;
    font-weight: bold;
    left: 0px;
    color: #fff;
    color: #fff;
}

#topbar {
    top: 0px;
    border-bottom: 2px solid #000;
    background: #222277;
}

#topbar a { color: #fff; }

#botbar {
    bottom: 0px;  
    border-top: 2px solid #000;
    background: #000;
}

#botbar a { color: #fc0; }

#siteLogo {
    width: 136px;
    height: 95px;
    border: 2px solid #000;
    margin: 0 0 6px 0;
}

.leftAlign {
    text-align: left;
}

.rightAlign {
    width: 265px;
    text-align: right;
}

.widthTopRight {
    width: 345px !important;
}

.menuBar {
    border: 2px solid #000;
    border-bottom: 0px;
    background: #AE0001;
    color: #fff;
    text-align: center;
    font-weight: bold;
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.menuLinks {
    border: 2px solid #000;
    background: #fff;
    padding: 5px 0 5px 20px;
    font-size: 12px;
    margin: 0 0 10px 0;
}

* html .menuLinks {
    width: 116px;
    overflow: hidden;
}

* html .container_12 .grid_8 table {
    font-size: 12px;
}

.wallLinks {
    border: 2px solid #000;
    background: #fff;
    padding: 5px;
    margin: 0 0 10px 0;
    font-size: 10px;
}

.forumMenu, .forumMenuB {
    border: 2px solid #000;
    background: #fff;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    font-size: 12px;
}

.forumMenuB {
    padding: 5px 0 5px 0;
}

* html #forumForm {
    margin: 0;
}

*:first-child+html #forumForm {
    margin: 0;
}

.forumLinks {
    padding: 0 0 0 20px;
    font-size: 12px;
}

.nonPad {
    margin: 0;
    padding: 0;
}

#pictureShow {
    width: 128px;
    height: 80px;
    border: 1px solid #000;
    margin: -3px 0 5px -17px;
}

* html #pictureShow {
    width: 128px;
    height: 80px;
    position: relative;
    left: 0px;
    background: #000;
}

*:first-child+html #pictureShow {
    position: relative;
    left: -17px;
    top: -2px;
    border: 1px solid #000 !important;
}

#pictureShow div {
    position: absolute;
    display: block;
    clear: both;
    width: 128px;
    height: 80px;
    overflow: hidden;
    border: 0px;

}

#pictureShow div img {
    width: 128px;
    border: 0;
}

#pictureShow div.previous {
    z-index: 1;
    width: 128px;
    height: 80px;
    overflow: hidden;
    background: #000;
    border: 0;
}

#pictureShow div.current {
    z-index: 2;
    width: 128px;
    height: 80px;
    overflow: hidden;
    background: #000;
    border: 0;
}

.nonPadB {
    margin: 0;
    padding: 0;
    font-size: 11px;
}

.nonPadB li {
    padding: 0 5px 2px 0;
}

* html .menuItem {
    margin: 0;
    padding: 0;
    line-height: 14px;
}

*:first-child+html .menuItem {
    margin: 0;
    padding: 0;
    line-height: 14px;
}

.whitetext {
    color: #fff;
    font-size: 12px !important;
}

.navbit, .navbit a {
    color: #fff !important;
    font-size:10px !important;
}

#fixed {
    width: 1000px;
}

#button, #buttonw {
    padding: 2px;
    text-align: center;
    background-color: #888;
    color: #fff;
    border: 2px solid #555;
    border-top: 2px solid #aaa;
    border-left: 2px solid #aaa;
    font-size: 0.6em;
}

#buttonw {
    width: 100%;
}

#button {
    width:50% !important;
}

#button a, #buttonw a {
    color: #fff !important;
}

.imgborder {
    border-color: #000;
    border: 2px solid black !important;
}

.photoborder, .photoborder a {
    border-color: #000;
    max-width: 250px !important;
    border: 2px solid black !important;
}

h1 {
    font-size: 2.0em;
    letter-spacing: -0.05em;
}

.searchForm {
    margin: 5px 3px 0 4px;
}

.searchBox {
   width: 74px;
}

.searchGo {
    width: 45px;    
}

.formDrop {
    width: 125px;
    padding: 0;
    margin: 5px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.pageBanner {
    border: 2px solid #000;
    border-bottom: 0px;
    background: #000;
    color: #fff;
    margin: 0;
    padding: 2px 5px 2px 5px;
    font-weight: bold;
    font-size: 14px;
}

.pageBanner a, .whitetext a {
    color: #fc0 !important;
    font-weight: bold;
}

.pageBlock {
    border: 2px solid #000;
    background: #fff;
    padding: 15px;
    margin: 0 0 10px 0;
    font-size: 12px;
}

.pageBlockTop, .pageBlockList {
    font-size: 12px;
}

.pageBlockTop {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;    
}

.pageBlockTop {
    padding: 10px;
    border: 1px solid #666;
    color: #000;
    background: #ddd;
    margin: 0 0 15px 0;
}

.pageBlockList {
    padding: 5px 15px 5px 15px;
    overflow:hidden;
    border: 1px solid #666;
    color: #000;
    background: #f0f0f0;
    margin: 0 0 -1px 0;
}

.pageBlockList:hover {
    background: #f0f0cc;
    cursor: pointer;
}

.pageBlockList:hover a {
    color: #000066;
    text-decoration: underline;
}

* html .pageBlockList {
    width: 554px;
}

.pageBlockTop a, .pageBlockList a {
    font-weight: bold;
}

.listPad {
    margin: 0 0 0 15px;
}

.container_12 .grid_8 table {
    border: 0px solid #0e0;
    max-width: 620px !important;
    overflow: hidden;
    z-index: 120 !important;
}

.container_12 .grid_8 table td {
    font-size: 14px;
}

.articleTable {
    width: 620px !important;
    overflow: hidden;
    z-index: 100 !important;
    position: relative;
}

.articleTable td {
    font-size: 12px !important;
}

.articleThumb {
    width: 128px;
    border:2px solid black !important;
}

.container_12 .grid_8 table td {
    font-size: 12px;
}

.container_12 .grid_8 table [size='-1'] {
    font-size: 12px !important;
    border: 0px solid #ff0 !important;
}

.container_12 .grid_8 table [size='-2'] {
    font-size: 12px;
}

* html .container_12 .grid_8 table {
    font-size: 12px !important;
}

* html .container_12 .grid_8 table td font {
    font-size: 12px;
}

* html .container_12 .grid_8 table td font a {
    font-size: 12px;
}

.container_12 .grid_8 table .navbit {
    /* white-space:nowrap; */
    font-size: 10px;
    border: 0px solid red !important;
} 

.container_12 .grid_8 table font li {
    border: 0px dashed red !important;
    margin: 0 0 0 15px;
}

.container_12 .grid_8 table table {
    border: 0px solid #ff0;
    z-index: 130 !important;
    max-width: 250px;
}

.container_12 .grid_8 table table h1 {
    /* font-size:18px; */
}

.container_12 .grid_8 table table td img {
    border: 0px solid #ff0;
    max-width: 400px;
}

* html .container_12 .imgborder {
    width: 250px;
    border: 2px solid black !important;
}

.container_12 .grid_8 table a {
    color: #ae0001;
}

.container_12 .grid_8 table a:visited {
    color: #6F0000;
}

.container_12 .grid_8 table h3 {
    font-size: 14px !important;
}

.container_12 .grid_8 table ul li a {
    font-size: 12px !important;
}

.container_12 .grid_8 table ul {
    padding: 0 0 0 5px !important;
    margin: 0 0 0 5px !important;
}

.container_12 .grid_8 table #search_list {
    width: 300px !important;
    height: 340px !important;
    padding: 5px !important;
}

.container_12 .grid_8 table #wall_list {
    width: 580px !important;
    padding: 10px !important;
}

.container_12 .grid_8 table #wall_list div {
    width: 555px !important;
    padding: 10px !important;
    margin: 10px 0 10px 0 !important;
}

*:first-child+html .container_12 .grid_8 table #wall_list {
    width: 570px !important;
    padding: 10px !important;
}

*:first-child+html .container_12 .grid_8 table #wall_list div {
    width: 545px !important;
    padding: 10px !important;
    margin: 10px 0 10px 0 !important;
}

* html .container_12 .grid_8 table #wall_list {
    width: 570px !important;
    padding: 10px !important;
}

* html .container_12 .grid_8 table #wall_list div {
    width: 545px !important;
    padding: 10px !important;
    margin: 10px 0 10px 0 !important;
}

.container_12 .grid_8 table h1 {
    margin: 0;
    padding: 0;
    font-size: 20px;
}

.dropdownmenu {
    width: 100px !important;
}

.sillyBit {
    font-size:10px;
}

.sillyBit img {
    border: 0px;
    margin: 5px 0 0 0;
    cursor: pointer;
}

.forumFoot {
    float:right;
    display:inline;
    white-space:nowrap;
    margin: 0;
    padding: 0;
}

.topBita, .col1, .col2, .col3, .col4 {
    border: 1px solid #aaa !important;
}

.col1, .col2, .col3, .col4 {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.col3, .col4 {
    max-width: 150px !important;
    overflow: hidden !important;
}

.col1 li {
    margin: 0 0 0 15px;
    padding: 0;
}

.contentTable, .contentTableNavTop, .contentTableNavBot {
    font-family: verdana, arial, helvetica, sans-serif !important;
}

.contentTableNavTop {
    margin: 0 0 -6px 0;
}

.contentTableNavBot {
    margin: -4px 0 0 0;
}

.filterList {
	margin: 0 5px 2px -15px;
	padding: 0;
}

* html .filterList {
	margin: 0 5px -2px -15px;
}

*:first-child+html .filterList {
	margin: 0 5px -2px -15px;
}

.filterForm {
	display: inline;
}