@charset "UTF-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

#container{
	width:580px;
	height:650px;
	margin: 30px auto;
}
#left{
	float:left;
	width:150px;
	
	}	
		 
#logo{
	background:url(../image/headerBg.png) no-repeat;
	height: 145px;
	width:156px;
	float:left;

}

#logo img{
	padding: 2px 0 0 110px;
	border:none;
}

#banner{
	background:url(../image/banner_wide.gif) no-repeat;
	width:386px;
	height:145px;
	float:left;
	margin-left:14px;
}

#navList{
	background:url(../image/leftCornerBg.png) no-repeat bottom;
	padding: 55px 0 0 0px;
	display: block;
	width:151px;
	height:435px;
	float:left;
	
}

#navList img{
	border:none;
padding-left: 38px;
}

#navList img a:hover{
	border:none;
	
}
#navList li{
	padding-top:30px;
	list-style-type:none;
	display:block
}


#content{
	background:url(../image/contentBg_wide.jpg) no-repeat;
	float:left;
	padding: 15px 0 0 0;
	width:410px;
	height:1000px;
	overflow:auto;
	margin-left:px;
}

#wide img{
	padding: 0px 0 0 15px;
}

#wide{
	display:block;
}

#wider{
	display:none;
}

	
#extraLink{
	display:none;
	background: url(../image/rightCornerBg.png) no-repeat bottom;
	width:151px;
	height:490px;
	float:left;
}
#extraLink a{
	border:none;
	padding-left:23px;
}
#extraLink img{
	border: none;
}
	
/* paragraph styling*/

h1 { color: black; letter-spacing: px;  font-size: 64px; line-height:0;
width:200px;}
h2 {
	display:none;
    color: black;
	letter-spacing: px;  
	font-size: 24px;
	line-height:0;
    width:130px;
}
#extraDiv1, #extraDiv2,  #extraDiv3{
	display:none;
}
	
#title{
	width:200px;
	height:170px;
    float:left;
}

#p1 {
	padding-left:50px;
	margin-bottom:-13px;
	width:200px;
	float:
}

#p2{
	padding-left:148px;
	margin-bottom: -13px;
	float:;
	width:200px;
}
		
#p3{
	padding-left:160px;
	float:
}
	
#brief{
	color:#60C;
	font-size:12px;
	width:370px;
	height:125px;
	float:right;
	padding-right:25px;
	text-align:justify;

}
#brief1{
	display:none;}
	
#p4, #p5, #p6{
	width: 180px;
	float:left;
	text-align:justify;
	font-size:11px;
	padding-left:14px;
	letter-spacing:-0.px;;
}	

#readmore{
	display:none;
}
	
	
	
	
	
