/* 	Creator:Name here
	Creation date: Name here
	Modified:Name here
	Modifcation date: Name here */
body{
	margin:0;
	padding:0;
	background-color:#FFF;
	}
/*--- wrapper styles ---*/	
	
#wrapper{
	width:700px;
	margin:20px auto 10px auto;
	border:1px solid #000;
	background-color:#fff;
	}
	
/*---header styles ---*/	
#header{
	height:140px;
	border:0px;
	background: url(images/GS_header.jpg) no-repeat top left;
	}
/*--- global nav styles ---*/
#globalNav{
		}
	
/*--- left nav styles ---*/
#leftNav{
	float:left;
	width:180px;
	
	}
/*--- main content styles ---*/
#mainContent{
	margin:20px 100px 0px 200px;	
	}
	
/* right column styles ---*/
		
#rightColumn{
	float:right;
	width:170px;
	margin-top:20px;
	}
	
/*--- footer style ---*/
#footer{
	clear:both;
	padding-top:20px;
	}
