/*
*   GTA4 Article Specific Style Sheet
*
*/


/* GTA4 Article */
.gta4Content {
	border-color:#000 !important;
	background-color: #000000 !important;
	}

	.gta4Content #ArticleContentImage
	{ 
		display: none;
	}
			
	.gta4Content #ArticleContentBody {
		/* sample of how to change background image*/
		
		background-position: right 0;
		background-repeat: no-repeat;
		
		color: #ffffff !important;
	}
		
	.gta4Content  #ArticleContentBody #Column1 {
		width: 338px !important;
		margin: 25px 0 0 7px !important;
	}
	
	.gta4Content  #ArticleContentBody #Column2 {
		width: 338px !important;
		margin: 25px 20px 0 10px !important;

		}

	.gta4Content  #ArticleContentBody h1 {
		color: #ffffff !important;
		text-align: left !important;
		}

