body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	margin: 0px;
	background-color: #3C3C3C;
	background-image: url(http://www.rumblenews.com/images/squarestrife.jpg);
	background-repeat: repeat;
}
div.mainContainer{
	width: 90%;
	min-height: 800px;
	margin: auto;
	padding-top: 5px;
}
div.topBar{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0;
	color: #fff;
}
div.topBar h1{
	font-size: 0.9em;
	margin-bottom: -12px;
	padding-bottom: -12px;
	/* set -12 for firefox, -18 for ie*/
	
}
div.topBar h2{
	font-size: 1.5em;
	margin-bottom: -14px;
	padding-bottom: -14px;
	/* set -14 for firefox, -18 for ie*/
}
div.topBar p{
	font-size: 1.0em;
	margin-bottom: 5px;
}
div.contentContainer{
	width: 100%;
	border: 10px solid #1d1d1d;	
}
div.mainlinkcontainer {
	background-color: #1A1A1A;
	display: table;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 75px;
}
div.mainlinkcontainer ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div.mainlinkcontainer ul li{
	float: left;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
div.mainlinkcontainer ul li.end{
	border: 0px none #000000;
}
div.mainlinkcontainer ul li a:link,div.mainlinkcontainer ul li a:visited,div.mainlinkcontainer ul li a:active{
	display: block;
	width: 90px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	text-decoration: none;
	color: #CCCCCC;
}
div.mainlinkcontainer ul li a:hover{
	font-weight: bold;
	color: #B4792D;
}
div.splashImage{
	background-image: url(http://www.rumblenews.com/images/headerimg.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 100px;
	background-color: black;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}
div.workArea{
	width: 100%;
	height: 100%;
	background-color: #1a1a1a;
	
}
div.subTitle{
	width: 100%;
	background-color: black;
	padding-top: -8px;
	margin-top: -22px;
	margin-bottom: -18px;
	/* if browser is explorer, keep margins at 0px. -margin is for firefox*/
}
div.subTitle h2{
	font-size: 1.7em;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
	color: #CB8034;
}
div.contentArea{
	min-height: 350px;
	padding-right: 10px
	margin-top: 15px;
	color: #ccc;	
}
div.sideBar{
	width: 200px;
	min-height: 250px;
	padding-top: 5px;
	padding-left: 10px;
	background-color: black;	
}
div.bottomBar{
	width: 100%;
	min-height: 80px;
	padding-top: 10px;
	color: #ccc;
	background-color: #333;
	text-align: center;
	font-size: 0.85em;
}
div.copyright{
	width: 100%;
	color: #ccc;
	font-size: 0.85em;
	text-align: center;
	background-color: black;
}
div.newsection{ 
	display: block;
	margin-top: 20px;
	float: left;
}
a:active,a:visited, a:link{
	color: #CCCCCC;
}
a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
td.padIE{
	padding-right: 0px;
}

