body {
    background: url(images/headerBg.png) #83b3df repeat-x top;
    margin: 0; padding: 0;
    font-family: Arial, Helvetica, sans-serif; font-size: 12px;
}

.news-home p{
text-align:justify;
}


/* Start:Miscellaneous
****************************************************************************/
.clr {clear: both;}
h1 {
	color: #3366ff;
	text-transform: uppercase;
	margin: 2px; padding: 2px;
	font-size: 17px;
	text-align: center;
}
h1 {
	color: #3366ff;
	margin: 2px; padding: 2px;
	font-size: 15px;
}
h2 {
	color: #3366ff;
	margin: 2px; padding: 2px;
	font-size: 15px;
}

/***************************************************************************/


/* :Links style
*************************************************************/
a {color: #0f4495;}
a:hover {color: #083984;}
/************************************************************/


/* :Main structure page
*************************************************************/
#mainDiv {
    width: 1008px;
    overflow: hidden;
    margin: 0 auto;
}
#header {
    background: url(images/header.png) no-repeat center;
    width: 1024px; height: 192px;
    text-align: center;
    padding: 62px 0 0 0;
}
/************************************************************/


/* :Top menu
*************************************************************/
#topMenu {
    margin: 10px 0 0 0;
}
#topMenu ul {
    overflow: hidden;
    list-style-type: none;
    margin:  80px 0 0 150px; padding: 0;
}
#topMenu ul li {float: left;}
#topMenu ul li a {
    float: left;
    color: #1c3469;
    font-size: 13px; font-weight: bold;
    text-decoration: none;
}
#topMenu ul li#GamesIcon {
    background: url(images/gamesIco.png) no-repeat top right;
    width: 102px; height: 21px;
    padding: 30px 0 0 0;
}
#topMenu ul li#SoftwareIcon {
    background: url(images/softwareIco.png) no-repeat top right;
    width: 105px; height: 21px;
    padding: 30px 0 0 0; margin: 0 0 0 3px;
}
#topMenu ul li#ThemesIcon {
    background: url(images/themesIco.png) no-repeat top right;
    width: 97px; height: 21px;
    padding: 30px 0 0 0; margin: 0 0 0 3px;
}
#topMenu ul li#ForumIcon {
    background: url(images/forumIco.png) no-repeat top right;
    width: 97px; height: 21px;
    padding: 30px 0 0 0; margin: 0 0 0 3px;
}
#topMenu ul li#MusicIcon {
    background: url(images/musicIco.png) no-repeat top right;
    width: 103px; height: 21px;
    padding: 30px 0 0 0; margin: 0 0 0 5px;
}
#topMenu ul li#VideoIcon {
    background: url(images/videoIco.png) no-repeat top right;
    width: 85px; height: 21px;
    padding: 30px 0 0 0; margin: 0 0 0 5px;
}
#topMenu ul li#WallpapersIcon {
    background: url(images/wallPaperIco.png) no-repeat top right;
    width: 115px; height: 21px;
    padding: 30px 0 0 0; margin: 0 0 0 5px;
}

#secondaryMenu {
    /*margin: 10px 0 0 0;*/
	padding-left:150px;
	text-align:center;
}

#secondaryMenu  table{
	width:700px;
}

#secondaryMenu tr td a {
    color: #1c3469;
    font-size: 13px; font-weight: bold;
}
/************************************************************/


/* Start:Body style
****************************************************************************/
#bodyBg {
	background: url(images/bodyBg.png) #83b3df repeat-x;
	overflow: hidden;
	padding: 10px 0 0 0;
}
#content {
	width: 1024px;
	margin: 5px auto;
	overflow: hidden;
}
.columnTop {
	background: url(images/columnHeader.png) no-repeat;
	float: left;
	width: 235px; height: 23px;
	color: white;
	font-weight: bold; font-size: 13px;
	text-align: center; text-transform: uppercase;
	padding: 12px 0 0 0;
}
#mainColumnTop {
	background: url(images/mainTop.png) no-repeat;
	width: 554px; height: 35px;
	float: left;
}
#columnBg-l {
	background: url(images/columnBg.png) repeat-y left;
	width: 1024px;
	overflow: hidden;
}
#columnBg-r {
	background: url(images/columnBg.png) repeat-y right;
	width: 1024px;
	overflow: hidden;
}
#mainColumnBg {
	background: url(images/mainBg.png) repeat-y center;
	width: 1024px;
	overflow: hidden;
}
.columnBottom {
	background: url(images/columnBottom.png) no-repeat;
	width: 235px; height: 18px;
	float: left;
}
#mainColumnBottom {
	background: url(images/mainBottom.png) no-repeat;
	width: 554px; height: 18px;
	float: left;
}
/***************************************************************************/


/* Start:Columns style
****************************************************************************/
#leftColumn {
	width: 197px;
	float: left;
	margin: 10px 0 0 19px;
}
#mainColumn {
	width: 525px;
	float: left;
	margin: 10px 0 0 30px;
}
#rightColumn {
	width: 197px;
	float: right;
	margin: 10px 18px 0 0;
}

.blockTop {
	background: url(images/blockHeader.png) no-repeat;
	width: 197px; height: 17px;
}
.blockBg {
	background: url(images/blockBg.png) repeat-y;
	width: 177px;
	overflow: hidden;
	padding: 0 10px;
}
.blockBottom {
	background: url(images/blockBottom.png) no-repeat;
	width: 197px; height: 17px;
}

.blockBg ul {
	list-style-type: none;
	margin: 0 10px; padding: 0;
}
.blockBg ul li {
	background: url(images/liarrow.png) no-repeat left;
	padding: 0 0 0 15px; margin: 7px 0;
	list-style-type:none;
	
}
.blockBg ul li a {
	color: #0f4495;
	text-transform: uppercase;
	font-weight: bold;
}
/***************************************************************************/


/* Start:Fresh items
****************************************************************************/
.freshItem {
	padding: 10px 0;
	text-align: center;
	clear: both;
}
.freshItem .cat a {margin: 5px 0;}
.freshItem strong a {
	font-size: 14px;
	text-transform: uppercase;
	color: black;
}
/***************************************************************************/


/* Start:Main Items
****************************************************************************/
.mainItems {
	width: 175px;
	text-align: center;
	/*float: left;*/
	line-height: 20px;
	margin: 3px 0;
}
.mainItems .cat a {margin: 5px 0;}
.mainItems strong a {
	font-size: 14px;
	text-transform: uppercase;
	color: black;
}
/***************************************************************************/


/* Start:News items
****************************************************************************/
.newsItems {
	margin: 5px 0;
	overflow: hidden;
}
.newsItems strong a {
	color: #0f4495;
	text-transform: uppercase;
}
/***************************************************************************/
.title-menu{
	text-align:center;
	font-size: 14px;
	font-weight:bold;
}

.nodeTitle h3{
	margin-top:0px;
	margin-bottom:0px;
	font-size: 15px;
	font-weight:bold;	
}
.nodeTitle h3 a {
	color: black;
}

	

table {
border-collapse:inherit;
}