

/************************ general, forum ***************************/
body,td,th
{
  color: black;
	background: #614831;
  font-size: 9pt;
  font-family: tahoma, arial, sans-serif;
	vertical-align: top;
	border: 0;
	padding: 0;
	margin: 0;
	margin-top: 20px;
}

td, th
{
	background: white;
}

body
{
	text-align: center;
	background: url(/img/bg.gif);
}

.label
{
	font-weight: bold;
}

.widetable
{
	width: 100%;
}

input, select, option
{
  background-color: black;
  color: #808080;
  border: 1 solid #D16800;
}

input.textline
{
  width: 300;
}

textarea
{
  width: 100%;
  background-color: black;
  color: #808080;
  border: 1 solid #D16800;
	height: 300;
}

table.mainmenu
{
  margin: 0;
  border: 0;
  padding: 0;
}

td.unread{ background:#470255; }

.time
{
	font-size: 7pt;
}

.evenRow
{
  background-color: #202020;
}

.oddRow
{
  background-color: transparent;
}

.yes
{
  color: #00FF00;
  background-color: transparent;
}
.no
{
  color: #FF0000;
  background-color: transparent;
}
.maybe
{
  color: #FFFF00;
  background-color: transparent;
}

.subject
{
}

.body
{
  background-color: transparent;
}

img{ border : 0px; 	}


a:link{color: #D16800; text-decoration:none; }
a:visited {color: #AE743B; text-decoration:none; }
a:active {color: #FF7F00; text-decoration:none; }
a:hover {color: #FF7F00; text-decoration:none; }

a.standard:link{color: #D16800; }
a.standard:visited {color: #D16800; }
a.standard:active {color: #CD77E2; }
a.standard:hover {color: #CD77E2; }

a.hotlist:link {color: #D16800; }
a.hotlist:visited {color: #D16800; }
a.hotlist:active {color: #CD77E2; }
a.hotlist:hover {color: #CD77E2; }

a.warning:link {color: #D16800; }
a.warning:visited {color: #D16800; }
a.warning:active {color: #CD77E2; }
a.warning:hover {color: #CD77E2; }

a.unread:link {color: #D16800; }
a.unread:visited {color: #D16800; }
a.unread:active {color: #CD77E2; }
a.unread:hover {color: #CD77E2; }

/************************ page ***************************/

#container-bg
{
	background: url(/img/header.png) center top no-repeat;
	border: 0;
	padding: 0;
	margin: 0;
}

#links
{
	background: url(/img/header.png) no-repeat -150px -170px;
}

#container
{
	width: 600px;

	position: relative;
  position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 0;
  text-align: left;
}	
	
#quotes, #links, #updates, #text
{
	border: 0;
	padding: 0;
	margin: 0;
	position: relative;
	background-color: white;
}

#links
{
	width: 140px;
	left: 0px;
}

#updates
{
	width: 140px;
}

#links
{
	padding-left: 5px;
}

#links, #updates, #quotes
{
	padding-top: 40px;
}

#text
{
	text-align: justify;
	width: 290px;
	padding: 15px;
	padding-top: 15px;
}

#content
{
	border: 0;
	padding: 0;
	margin: 0;
	background: url(/img/header.png) white no-repeat -148px -168px;
}

ul.menu
{
	list-style-type: none;
	
	border: 0;
	padding: 0;
	margin: 0;
	margin-right: 0px;
	font-size: 20px;
}

ul.menu li
{
	display: inline;
}
ul.menu li a
{
	padding: 2px;
	font-size: 13px;
}

#last
{
	margin-left: 100px;
}

.menu a:link {color: white; text-decoration:none; }
.menu a:visited {color: white; text-decoration:none; }
.menu a:active {color: white; text-decoration:none; }
.menu a:hover {color: white; text-decoration:none; border-bottom: 3px solid white;}

.current a:link {color: white; text-decoration:none; border-bottom: 6px solid white;}
.current a:visited {color: white; text-decoration:none; border-bottom: 6px solid white;}
.current a:active {color: white; text-decoration:none; border-bottom: 6px solid white;}
.current a:hover {color: white; text-decoration:none; border-bottom: 6px solid white;}

#last
{
}

#navigation
{
	border: 0;
	padding: 0;
	margin: 0;
	text-align: right;
	left: 0px;
	width: 600px;
	padding-top: 140px;
	padding-bottom: 5px;
}

h1
{
	text-align: center;
	font-size: 17px;
	text-transform: capitalize;
}

h2
{
	text-align: center;
	font-size: 12px;
	text-transform: capitalize;
}

#footer
{
	background: no-repeat right url(/img/killing.png);
	text-align: right;
	vertical-align: bottom;
	height: 14px;
	padding-top: 30px;
	padding-right: 30px;
	margin: 5px;
	color: white;
}
