html{ 
	background: #C60 repeat-y center top url("../images/purpose_bg.gif"); 
	}

body{ 
	padding: 0 20px 0 22px;
	width: 750px; 
	}

#nav a#purpose, #nav a#purpose:hover{
	background-image: url("../images/level_1/1_home_over_02.gif");
	width: 150px;	
	}
	
#nav a#awareness{
	background-image: url("../images/level_1/1_home_03.gif");
	width: 149px;	
	}
	
#nav a#knowledge{
	background-image: url("../images/level_1/1_home_04.gif");
	width: 150px;	
	}	
	
#nav a#skill{
	background-image: url("../images/level_1/1_home_05.gif");
	width: 148px;	
	}	
	
#nav a#mastery{
	background-image: url("../images/level_1/1_home_06.gif");
	width: 153px;
	}

/*rollovers*/	
#nav a#awareness:hover{ background:url(../images/level_1/1_home_over_03.gif) top left no-repeat; }
#nav a#knowledge:hover{ background:url(../images/level_1/1_home_over_04.gif) top left no-repeat; }
#nav a#skill:hover{ background:url(../images/level_1/1_home_over_05.gif) top left no-repeat; }
#nav a#mastery:hover{ background:url(../images/level_1/1_home_over_06.gif) top left no-repeat; }
	
/*header*/
#header{ background: no-repeat right center url("../images/level_1/1_home_08.jpg"); }
#header h1 a{ 
	background: url("../images/level_1/1_home_07.gif"); 
	width: 273px;
	}

#bottom{ background: no-repeat top center url(../images/level_1/1_home_15.gif);	}
