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

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

#container{
	width:1024px;
	height:665px;
	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.gif) no-repeat;
	width:750px;
	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:none;
}


#content{
	background:url(../image/contentBg.jpg) no-repeat;
	padding: 30px 0 0 0;
	width:595px;
	height: 1000px;
	overflow:auto;
	margin-left:px;
}

#illustration img{
	padding: 0 50px 0 57px;
}

#wide{
	display:none;
}
#wider{
	display:block;
}
	
#extraLink{
	display:block;
	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:180px;
	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:13px;
	height:180px;
	width:270px;
	float:right;
	margin:5px 0px 0 0;
	text-align:justify;
}

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