body {
	background-color: #000;
	background-image: url(bkg.png);
	background-position: center;
	color: #000;
}

a:link {color:#13841c;}
a:visited {color:#0e6315;}
a:hover {color:#18a523;}
a:active {color:#000000;}

img {
	max-width: 790px;
}

#maincont {
	margin: 0px auto;
	width: 1304px;
	display: table;
}

#tablecont {
	display: table-row;
}

#adspaceleft {
	width: 150px;
	height: 100%;
	position: fixed;
	display: table-cell;
}

#adspaceright {
	width: 150px;
	height: 100%;
	position: fixed;
	display: table-cell;
}

#bodycont {
	width: 1002px;
	background-color: #FFF;
	display: table-cell;
}

#headercont {
	width: 1000px;
	height: 170px;
	margin: 0px auto;
	overflow: visible;
}

#headertopleft {
	background-image: url(bgtile2.gif);
	background-position: center;
	border-right: 2px solid #1a9191;
	border-bottom: 2px solid #1a9191;
	float: left;
	color: #FFF;
	width: 328px;
	height: 52px;
	margin: 0px;
	overflow: hidden;
	position: relative;
}

#headertopleft a {
	color: #FFF;
	font-family: 'Titillium Web', sans-serif;
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	border: 0px;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto; 
}

#headertopleft p {
	margin-top: 17px;
	margin-left: 8px;
}

#headerbotleft {
	background-image: url(bgtile.gif);
	border-left: 2px solid #1a9191;
	border-bottom: 2px solid #1a9191;
	float: left;
	color: #FFF;
	width: 328px;
	height: 115px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: relative;
}

#headerbotleft a {
	border: 0px;
}

#headertopright {
	background-image: url(bgtile.gif);
	border-top: 2px solid #1a9191;
	border-right: 2px solid #1a9191;
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	color: #FFF;
	width: 668px;
	height: 108px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	position: relative;
}

#headertopright a {
	text-decoration: none;
	color: #56bcbc;
}

#headeruser {
	margin-top: 2px;
	margin-left: 2px;
	padding-left: 10px;
	color: white;
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
}

.login_form {
	margin-top: 2px;
	margin-left: 5px;
	margin-right: 5px;
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
}

#headerdiv {
	margin-top: 2px;
	margin-left: 5px;
	padding-left: 5px;
}

#normalcontent{
	margin-left: 3px;
	margin-right: 3px;
}

#headerbotright {
	background-image: url(bgtile2.gif);
	background-position: center;
	border-left: 2px solid #1a9191;
	border-top: 2px solid #1a9191;
	float: right;
	color: #FFF;
	width: 668px;
	height: 59px;
	margin: 0px;
	padding: 0px;
	overflow: visible;
	position: relative;
}

.signup_form {
	margin-left: 5px;
	margin-top: 5px;
}

#nav a {
	text-decoration: none;
	font-family: 'Titillium Web', sans-serif;
	color: #fff;
	size: 12px;
}

#nav ul {
  text-align: left;
  display: inline;
  margin: 0;
  padding: 18px 1px 16px 0;
  list-style: none;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
#nav ul li {
  font: bold 14px/18px sans-serif;
  display: inline-block;
  margin-right: -4px;
  position: relative;
  padding: 20px 18px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#nav ul li:hover {
  background: #1a9191;
  color: #fff;
}
#nav ul li ul {
  padding: 0;
  position: absolute;
  top: 48px;
  left: 0;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
#nav ul li ul li { 
  background: #1a9191; 
  display: block; 
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}
#nav ul li ul li:hover { background: #087676; }
#nav ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}
#nav ul li ul li ul {
  padding: 0;
  position: absolute;
  top: 0px;
  left: 150px;
  width: 150px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transiton: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -transition: opacity 0.2s;
}
#nav ul li ul li ul li { 
  background: #1a9191; 
  display: block; 
  height: 10px;
  color: #fff;
  text-shadow: 0 -1px 0 #000;
}
#nav ul li ul li ul li:hover { background: #087676; }
#nav ul li ul li:hover ul {
  display: block;
  opacity: 1;
  visibility: visible;
}

#contentcont {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.formtable {
	display: table;
	width: 100%;
}

.formcontainer {
	border-width:3px;	
    border-style:double;
}

.formrow {
	display: table-row;
}

.formlabelcol {
	display: table-cell;
	width: 30%;
}

.formfieldcol {
	display: table-cell;
	width: 70%;
}

.small {
	font-size: 10px;
}

#articlerow {
	width: 1000px;
	margin: 0px auto;
	display: table-row;
}

#articleside {
	position: relative;
	width: 200px;
	background-image: url(bgtile.gif);
	border-left: 2px solid #1a9191;
	border-right: 2px solid #1a9191;
	border-bottom: 2px solid #1a9191;
	top: -3px;
	left: 1px;
	display: table-cell;
	color: #fff;
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
}

#articlemain {
	width: 798px;
	vertical-align:top;
	display: table-cell;
	font-family: Arial, sans-serif;
	padding-left: 4px;
	padding-top: 4px;
}

.newsbox {
	border: 1px solid #000;
	width: 790px;
	margin: 0px auto;
}

.newsrow {
	display: table-row;
}

.newsrow a {
	text-decoration: none;
}

.newsicon {
	float: left;
	width: 150px !important;
}

.newstitle {
	display: table-cell;
	width: 500px;
	height: 25px;
	background-image: url(bgtile.gif);
	left: -10px;
	border-right: 2px solid #1a9191;
	border-bottom: 2px solid #1a9191;
	text-decoration: none;
	font-family: 'Titillium Web', sans-serif;
	size: 15px;
	color: #FFF;
	text-shadow:
		-1px -1px 0 #000,
		1px -1px 0 #000,
		-1px 1px 0 #000,
		1px 1px 0 #000;
}
.newstitle a {
	text-decoration: none;
}

.newscontent {
	text-align: left;
}

.newsauthor {
	display: table-cell;
	width: 265px;
	height: 25px;
	font-size: 10px;
	text-align: right;
}

.clear {
	clear: both;
	line-height: 0px;
}

.forumsig {
	width: 699px;
}

.commentbox {
	display: table-row;
	border: 1px solid #000;
	margin: 0px auto;

}

.commentauthor {
	display: table-cell;
	width: 130px;
	float: left;
}

.commentcontent {
	display: table-cell;
	float: right;
	width: 663px;
}

#footer {
	width: 1000px;
	position: relative;
}

#footer a {
	text-decoration: none;
}

#cr {
	text-align: center;
	width: 1000px;
}

.ftcol1 {
	position: absolute;
	width: 500px;
	float: left;
}

.ftcol2 {
	position: absolute;
	width: 500px;
	float: right;
}