.nav {

	top: 120px;
	left: 0px;
	width: 200px;
	position: absolute;


}

.bread {
	font-size: 18px;
	font-weight: bold;
	text-align:center;
	background-color:#EEEEEE;
	margin-bottom:10px;
}

.content {
	
	top: 10px;
	left: 225px;
	width: 750px; 
	position: absolute; 
	line-height: 20px;
	font-weight: normal;
	font-size: 16px;
	

}

.logo {
	top: 0px;
	left: 0px;
	width: 200px; 
	height: 120px; 
	position: absolute; 
	background:url(pic/logo.png) no-repeat;
}


a.n1 {
	margin-bottom: 5px;
	text-decoration: none;
	font-size: 16px;
	color: #7681c6;
	font-weight: bold;
}

a.n1On {
	margin-bottom: 5px;
	text-decoration: none;
	font-size: 16px;
	color: #529C47;
	font-weight: bold;
}


a.n1:link {
	
}
a.n1:visited {

}
a.n1:hover {
	color: #529C47;
}

a.n1:active {
	color: #EEEEEE;

}

a.n2:link {
	
}
a.n2:visited {

}
a.n2:hover {
	color: #529C47;
}

a.n2:active {
	color: #EEEEEE;

}

a.n3:link {
	
}
a.n3:visited {

}
a.n3:hover {
	color: #529C47;
}

a.n3:active {
	color: #EEEEEE;

}


a.n2 {
	margin-bottom: 5px;
	text-decoration: none;
	font-size: 12px;
	color:#000000;

}

a.n3 {
	margin-bottom: 5px;
	text-decoration: none;
	font-size: 14px;
	color:#000000;

}


a.n2On {
	margin-bottom: 5px;
	text-decoration: none;
	font-size: 12px;
	color:#529C47;

}

a.n3On {
	margin-bottom: 5px;
	text-decoration: none;
	font-size: 14px;
	color:#529C47;

}



.navElem1 {
	margin-bottom: 12px;
	margin-top: 12px;
	width: 190px;
	text-align:center;

	
}

.navElem2 {
	margin-bottom: 5px;
	width: 190px;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;

	
}

.navElem3 {
	margin-bottom: 5px;
	width: 190px;
	text-align:center;

	
}

.navElemOn1 {
	margin-bottom: 12px;
	margin-top: 12px;
	width: 190px;
	color: #FF0000;
	text-align:center;
	
}

.navElemOn2 {
	margin-bottom: 5px;
	width: 190px;
	color: #FF0000;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;

	
}

.navElemOn3 {
	margin-bottom: 5px;
	width: 190px;
	color: #FF0000;
	text-align:center;

	
}