body {
	margin: 0px;
	background: #222222 url() no-repeat left bottom;
	font-family: Helvetica;
	padding: 0;
	font-size: 15px;
     }

#main {
	padding: 0px;
	margin: 0px;
	width: 920px;
	height: auto;
	border: 0px;
	background: 0;
	text-align: left;
	background-color: #3a3a3a;
	border-image: url(http://images.tridiantgames.com/blank/left.png) repeat-y;
	color: white;
      }

#header {
	margin: 0px;
	padding: 0px;
	width: 920px;
	height: 30px;
	background: url(http://images.tridiantgames.com/blank/tip_top.png) repeat-xy center top;
	text-align: left;
	vertical-align: center;
	}

#banner {
	margin: 0px;
	padding: 0px;
	background: url(http://images.tridiantgames.com/blank/Banner.png) repeat-y center top;
	width: 920px;
	height: 100px;
	border: 0px;
	text-align: left;
	}

#navigation {
	margin: 0px;
	background: url(http://images.tridiantgames.com/blank/nav_bg.png) repeat-x center top;
	width: 920px;
	height: 40px;
             }

.nav_link {
	margin: 0px;
	background: none;
	width: 85px;
	text-align: center;
	vertical-align: center;
	font-size: 11px;
	font-weight: bold;
	border-right: 2px #272727 solid;
	color: #98d9ff;
	cursor: pointer;
          }

.nav_link_long {
	margin: 0px;
	background: none;
	width: 150px;
	text-align: center;
	vertical-align: center;
	font-size: 11px;
	font-weight: bold;
	border-right: 2px #272727 solid;
	color: #98d9ff;
	cursor: pointer;
          }

#important {
	margin: 0px;
	background: url(http://images.tridiantgames.com/blank/background_middle.png);
	width: 920px;
	height: auto;
	color: white;
	font-size: 10px;
	padding-left: 0px;
	padding-right: 0px;
            }

#login {
	margin: 0px;
	background: url(http://images.tridiantgames.com/blank/logged_out_banner.png) repeat-x center top;
	width: 400px;
	height: 100px;
	color: white;
	font-size: 12px;
	}

#loggedin {
	margin: 0px;
	background: url(http://images.tridiantgames.com/blank/logged_in_banner.png) repeat-x center top;
	width: 400px;
	height: 225px;
	color: white;
	font-size: 12px;
	}

#border {
	margin: 0px;
	background: url(http://images.tridiantgames.com/blank/border.png) repeat-x center top;
	height: 6px;
	width: 920px;
        }

#content {
	margin: 0px;
	padding-left: 5px;
	padding-right: 5px;
	}

input {
	padding: 0px;
	border: 1px #98d9ff solid;
	font-size: 10px;
	height: 19px;
	background: url(http://images.tridiantgames.com/blank/type_back.png) repeat-x center top;
	color: white;
      }

button {
	padding: 2px;
	border: 1px black solid;
	height: 20px;
	background: url(http://images.tridiantgames.com/blank/button_back.png) repeat-x center bottom;
	font-size: 10px;
       }

a:link {
	color: #98d9ff;
	text-decoration: none;
       }

a:visited {
	color: #98d9ff;
	text-decoration: none;
       }

a:hover {
	color: #c8ebff;
	text-decoration: none;
       }

.picture {
	background: url(http://images.tridiantgames.com/blank/comming_soon.png);
	width: 700px;
	height: 200px;
         }

.hover_links {
	border-left: 2px solid #272727; 
	border-bottom: 2px solid #272727;
	background: #191919;
	color: #98d9ff;
	font-size: 12px;
	font-family: helvetica;
	vertical-align: top;
	height: 50px;
	cursor: pointer;
	padding: 5px;
             } 

.hover_links_bottom {
	border-left: 2px solid #272727; 
	border-bottom: 0px solid #272727;
	background: #191919;
	color: #98d9ff;
	font-size: 12px;
	font-family: helvetica;
	vertical-align: top;
	height: 50px;
	cursor: pointer;
	padding: 5px;
             } 

#information {
	width: 98%;
	background: #191919;
	border: 2px #272727 solid;
	color: white;
	font-size: 12px;
          }

.infotitle {
	width: 100%;
	height: 55px;
	padding-left: 10px;
	color: black;
	font-size: 16px;
	background: url(http://images.tridiantgames.com/forum/forumbar2.png) #191919;
	border-bottom: none;
	padding-top: 11px;
          }

.infobox {
	padding: 5px;
	font-size: 13px;
      }

#copyright {
	width: 70%;
	border: 1px solid black;
	background: #222222;
	text-align: center;
}