/* Exemplifying the use of multiple style sheets and @import */

@import "style002.css";

.gender{margin:10px 0px 10px 25px;
	font-size:20px;}
	
div#content{height:793px;
	}
	
/* -- div left, child of content --*/
div#left {height: 670px;
	}



