/* EMPTY TEMPLATE
*********************************************************************************/

/* BASIC 
*********************************************************************************/
	#mainGrid{
			width:auto;
			margin:0px;
		}
	#header{
		padding-left:10px;
	}
	#siteContent{
		padding:10px;
		margin:4px 0 0 0;
		background:none;
		border-top:1px dotted silver;
		border-bottom:1px dotted silver;
	}
	.wrapper{
		padding:0;
	}
	.articleBody{
		margin:0;
		padding:0;
	}
	#footer{
		background:none;
		margin-top:10px;
	}

/* END SCREEN 
*********************************************************************************/

