@charset "utf-8";
/* CSS Document */

#topmedia {
	height: 200px;
	width: 955px;
	background-image: url(../images/topimg.jpg);
	background-repeat: no-repeat;
}
#bigbox  {
	height: 715px;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
}
#bigbox  #navleft  {
	width: 250px;
	float: left;
	margin-top: 5px;
	height: 700px;
	background-color: #F3F3F3;
}
#bigbox  #contentright {
	float: left;
	height: 700px;
	width: 690px;
	margin-left: 15px;
	margin-top: 5px;
	position: relative;
	z-index: 99;
}
#contentright  .p1 {
	line-height: 20px;
	font-weight: bold;
	margin-top: 30px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.p2 {
	line-height: 18px;
}
