html, body, #wrapper, #wrapper2 {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: left;
	vertical-align: top;
}
#wrapper {
	background: #FFFFFF url(gfx/bg_center.jpg) repeat-y;
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
	width: 900px;
}
#wrapper2 {
	background: #FFFFFF repeat-y;
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
body
{
	background: #FFFFFF url(gfx/bg.gif) repeat;
	color: #000000;
	font-size: 11px;
	font-family: arial,tahoma;
	text-align: left;
}
img{border: 0px;}
a{text-decoration: none; color: #c53e34;}
a:link{color: #c53e34;}
a:visited{color: #c53e34;}
a:hover{color: #72a342;}
textarea
{
	color: #000000;
	font-size: 11px;
	font-family: arial,tahoma;
	font-weight: bold;
	text-align: left;
	vertical-align: center;
	padding-left: 4px;
	padding-right: 4px;
	background: #FFFFFF url(gfx/bg_input.gif);
	border-left: thin solid #b3b3b3;
	border-right: thin solid #b3b3b3;
	border-top: thin solid #b3b3b3;
	border-bottom: thin solid #b3b3b3;
}
input
{
	height: 15px;
	color: #000000;
	font-size: 11px;
	font-family: arial,tahoma;
	font-weight: bold;
	text-align: left;
	vertical-align: center;
	padding-left: 4px;
	padding-right: 4px;
	background: #FFFFFF url(gfx/input.gif) repeat-x;
	border: 0px;
	border-left: thin solid #b3b3b3;
	border-right: thin solid #b3b3b3;
}
input:hover
{
	background: #FFFFFF url(gfx/input_a.gif) repeat-x;
	border: 0px;
	border-left: thin solid #999999;
	border-right: thin solid #999999;
}
input[type=submit], input[type=button], input[type=reset]
{
	height: 30px;
	width: 100px;
	color: #000000;
	font-size: 11px;
	font-family: arial,tahoma;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	padding: 0px;
	border: 0px;
	background: #FFFFFF url(gfx/input_submit.gif) repeat-x;
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover
{
	cursor: pointer;
	background: #FFFFFF url(gfx/input_submit_a.gif) repeat-x;
}
.forum_td
{
	background: #ececec;
	border: 1px solid #c2c2c2;
	padding-left: 4px;
	padding-right: 4px;
}
.adlink{color: #efefef;}
.adlink:link{color: #efefef;}
.adlink:visited{color: #efefef;}
.adlink:hover{color: #cecece;}
.done{color: #676767; text-decoration: line-through;}