@charset "UTF-8";

html, body {
	margin:0px;
	padding:0px;
	background-image:url(img/bg.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
}

#HOLDERALL {
	min-height:100%;
	position:relative;
}

img {
	border: none;
}

#MINF {
	padding-left:10px;
	padding-top:15px;
	padding-bottom:15px;
}

#INF {
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
}
	
#CONTENTHOLDER {
	width:929px;
	position:relative;
	left:50%;
	margin-left:-485px;
	padding-left:12px;
	padding-right:12px;
	}

#FTR{
	height:12px;
	width:100%;
	background-image:url(img/green.jpg);
	position:absolute;
	bottom:0px;
}

#CNT {
	padding-top:35px;
}

/* Text Styles */

.DoubleLine {
	float: left;
  	overflow: auto;
}

.TPX {
	padding-top:13px;
	padding-bottom:13px;
}

.ForumTime {
	color: #29c100;
	font-weight: bold;
}

.ItemsPadding {
	padding-left:20px;
}

.NewsTime {
	color:#3B82BD;
	font-weight: bold;
}

/* Font Styles */

a {
	font-style:normal;
	color:#000000;
}

.smallfonts {
	font-style:italic;
	font-size:9px;
}

/* Side-bar */

.sidebarimg {
	width: 248px;
	position: relative;
	height: 165px;
	margin-bottom:9px;
}

.sidebarimg span {
	width: 248px;
	position: absolute;
	display:block;
	height: 155px;
	top: 12px;
	left: 0px;
	background-image:url(img/brdr.gif);
}

