/*******************************************
	DEATHSOFT v3.0 HERE
********************************************
*******************************************/

#siteContentMain {
	width:100%;
}





/*******************************************
	GLOBAL SITE ELEMENTS HERE
********************************************
*******************************************/

body {
	background-color:#232f39;
	text-align:center;
	color:#97BCD0;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;

}


/************ LAYER LAYOUT ***************/
#mainDiv {
	/*background-color:#313d47;*/
	width:99%;
	margin-right:auto;
	margin-left:auto;	
	margin-top: 0px;
}

#topDiv {
	background-image:url(http://www.deathsoft.com/images/logoBG.jpg);
	width:100%;
	height:70px;
	border-left:1px solid #000; 
	border-right:1px solid #000;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}

#logoDiv {
	background:transparent;
	width:242px;
	height:70px;
	float:left;
}

#topBannerDiv {
	background:transparent;
	width:478px;
	height:70px;
	float:right;
	text-align:right;
	padding:5px 0px 0px 0px;
	margin-right: 3px;
}

#centerContentDiv {
	background-color:#384551;
	width:100%;
	border:1px solid #000; 
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;

	text-align:left;
}

#sideMenuDiv{
	width:200px;
	float:left;
	position:relative;
	padding:0px;
	margin-bottom:5px;
}

#contentDiv{
	margin-left: 200px;
	margin-right:0px;
	voice-family:"\"}\"";
	voice-family:inherit;
	margin-left:206px;
	margin-right:0px;
	margin-bottom:5px;
}

html>body #contentDiv {
	margin-left:206px;
	margin-right:0px;
}

#innerContent{
	margin:5px 10px 10px 5px;
}

#footerDiv {
	background-color:#384551;
	width:100%;
	border:1px solid #000; 
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}

#bottomAdDiv {
	width:96%;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}

/****** LINKS, FONTS, ETC... **********/
a:link, a:visited, a:active{
	color:#A7CCE0;
	text-decoration:underline;
}

a:hover{
	color:#DEF3FF;
}

/************ MISC STUFF ***************/
.cleaner {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0; 
	padding:0;
	background:transparent;
}

/************** TOP BOX ****************/
#topBoxMain{
	border:1px solid #000000;
	background-color:#313d47;
	width:100%;
}

#titleBarBG{
	height:18px;
	background: url(http://www.deathsoft.com/images/recentBG.jpg) #313d47 repeat-x;
	border-bottom:1px solid #000000
}

#recentFilesImageDiv {
	background:transparent;
	width:200px;
	height:18px;
	float:left;
}

#recentPostsImageDiv {
	background:transparent;
	width:200px;
	height:18px;
	float:right;
	text-align:right;
}

#recentContentMainDiv{
	width:100%;
	background-color:#313d47;
	font-size:smaller;
}

#recentFilesContentDiv {
	width:50%;
	float:left;
	margin-right:3px;
}

#recentPostsContentDiv {
	width:50%;
	float:right;
	text-align:right;
	margin-right:3px;
}

/********* NEWS SECTION**************/

.newsOutterDiv {
	width:100%;
	border:1px solid #000000;
	background-color: #313d47;
	margin:0px 0px 10px 0px;
}

.newsHealineDateBar {
	height:18px;
	background: url(http://www.deathsoft.com/images/recentBG.jpg) #313d47 repeat-x;
	border-bottom:1px solid #000000;
}

.newsHeadline {
	font-style:italic;
	font-weight:bold;
	background:transparent;
	width:400px;
	height:18px;
	float:left;
	color:#ffffff;
	margin:3px 0px 0px 10px;
}

.newsDate {
	font-style:italic;
	font-weight:bold;
	background:transparent;
	width:174px;
	height:18px;
	float:right;
	text-align:right;
	color:#ffffff;
	margin:3px 10px 0px 0px;
}

.newsContent {
	width:100%;
	background-color:#313d47;
}

#newsHist{
	width:100%;
	text-align:center;
	background-color:#313d47;
	border:1px solid #000000;
}

#donate{
	margin-top:6px; 
	border:1px solid #000000; 
	width:100%;
	background-color:#313d47;
}

/*********** ADMIN SECTION**************/

.catCat{
	width:300px;
	float:left;
}
.relRelName{
	width:300px;
	float:left;
}
.relVerRel{
	width:200px;
	float:left;
}
.relVerVer{
	width:200px;
	float:left;
}
.relVerLink{
	width:50px;
	float:left;
}
.relVerEdit{
	width:70px;
	float:left;
}

.relVerDel{
	width:90px;
	float:left;
}



/********* RELEASE SECTION**************/

.relText {
	width:100px;
	font-weight:bolder;
	color:#DEF3FF;
	float:left;
}

#relTable td {
	font-size:smaller;
}

.relLink a:link{
	text-decoration:none;
	color:#ffffff;

}


