@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 10px;
	background-image:url(../images/bkimages.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	margin:auto ;
	width:960px;
	height:auto;
}

#header{
	width:960px;
	height:140px;
	background-color:#9CD383;
}

#navigator{
	width:960px;
	height:40px;
	background-color:#9c9;
}

ul{
	position:absolute;
	list-style-type:none;
	width:900px;
	margin-top:0px;
	margin-left:20px;
	
}

li{
	
	float:left;
}

#side{
	clear:both;
	float:left;
	width:60px;
	height:403px;
	background-image:url(../images/shadow.jpg);
}

#content{
	float:right;
	width:900px;
	height:403px;
	background-color:#FFF;
}
a img{
	border:none;
}

h3#list{
	font-size:14px;
	letter-spacing:2px;
	color:#333;
	margin-left:20px;
	margin-top: 8px;
}

/*for index.html*/
#indexmaincontent{
	position:absolute;
	float:left;
	margin-left:81px;
	margin-top:35px;
	width:611px;
	height:315px;
	background-image:url(../images/photo_13.jpg);
	background-repeat:no-repeat;
}

/*for index.html*/
#indexsubcontent{
	position:absolute;
	float:left;
	margin-left:680px;
	margin-top:35px;
	width:270px;
	height:315px;
	background-image:url(../images/photo_15.jpg);
	background-repeat:no-repeat;
}

/*for about.html*/
#aboutmaincontent{
	position:absolute;
	float:left;
	margin-left:81px;
	margin-top:35px;
	width:556px;
	height:315px;
	background-image:url(../images/about_pic_03.jpg);
	background-repeat:no-repeat;
}

/*for about.html*/
#aboutsubcontent{
	position:absolute;
	float:left;
	margin-left:630px;
	margin-top:35px;
	width:320px;
	height:auto;
	/*background-image:url(../images/photo_15.jpg);
	background-repeat:no-repeat;*/
}

p {
	font-size:12px;
	margin-top:0;
	margin-bottom:0.8em;
	letter-spacing:2px;
}



/*for achievement.html*/
#achievementmaincontent{
	position:absolute;
	float:left;
	margin-left:81px;
	margin-top:35px;
	width:556px;
	height:315px;
	/*background-image:url(../images/about_pic_03.jpg);
	background-repeat:no-repeat;*/
}
#topmaincontent{
	width:556px;
	height:155px;
	background-image:url(../images/achi_pic_03.jpg);
	background-repeat:no-repeat;
}
#undermaincontent{
	margin-top:25px;
	width:556px;
	height:155px;
	background-image:url(../images/achi_pic_06.jpg);
	background-repeat:no-repeat;
}

/*for achievement.html*/
#achievementsubcontent{
	position:absolute;
	float:left;
	margin-left:490px;
	margin-top:35px;
	width:459px;
	height:315px;
	
}

#topsubcontent{
	width:459px;
	height:155px;	
}

#undersubcontent{
	margin-top:25px;	
	width:459px;
	height:155px;
}

 h1{
	font-size:16px;
	font-weight:500;
	letter-spacing:3px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
}
#achievementsubcontent p{
	font-size:12px;
	font-weight:300;
	letter-spacing:2px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
/*for contact.html*/
#contactmaincontent{
	position:absolute;
	float:left;
	margin-left:81px;
	margin-top:35px;
	width:472px;
	height:auto;	
}

/*for contact.html*/
#contactsubcontent{
	position:absolute;	
	float:left;
	margin-left:532px;
	margin-top:35px;
	width:420px;
	height:auto;		
}

ol{
	margin:0;
	padding-left:1.2em;	
}

#contacticon{
	margin:0;
	list-style-image:url(../images/cicon.gif);	
}

a{
	
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	letter-spacing:2px;
	color:#900;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 0px;
}
a:hover{
	text-decoration: underline;
}

#addressstyle p{
	color:#900;
	letter-spacing:2px;
	font-size:14px;
	font-weight: 600;
	padding-right:20px;
}

