/* 	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:0px auto 0px 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 ---*/
#mainContent2{
	margin:20px 40px 0px 200px;
	}

#mainContent2 img {margin-left: 5px; border: 1px solid #000; 
}

#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;
	text-align:bottom;
	}
