/* main body */
body 
{
	margin: 0px auto;
	padding: 0px; 
	font-size: 13px;
	background: rgb(200,170,120);
	text-align: center;
}
 
/* wrapper */
#wrapper
{
	margin: 0px auto;
	width: 720px;	
	border: 1px solid #000;
	text-align: left;
	margin-top: 0px;
}


/* logo area */
#logo {
	width: 720px;
	height: 110px;
	background: #fff url(images/hello-chinese-logo.jpg) center no-repeat;
}

/* top menu area */

#menubar {
	font-family: Arial;
	width: 720px;
	height: 24px; 
	background: #fff url(images/gradient.jpg) left no-repeat;
	text-align: right;
	padding-top: 0px;
	color: rgb(140,200,210);
}

div#menubar p
{
	margin: 0;
	padding-right: 8px;
	padding-top: 3px;
	font-weight: bold;
  font-size: 12px;
}

div#menubar a:link { 
    color: rgb(255,255,255);
    text-decoration: none
}

div#menubar a:visited { 
    color: rgb(255,255,255);
    text-decoration: none 
}

div#menubar a:active { 
    color: rgb(255,255,153);
    text-decoration: none 
}

div#menubar a:hover { 
    color: rgb(0,102,0);
    text-decoration: none 
}

/* Defines the left pane width and location */

#left {
	float: left;
	width: 190px;
	margin-top: 0px;
	background: rgb(150,120,90);
}
.h500
{
  height: 500px;
}
.h560
{
  height: 560px;
}

#flower{
	float: left;
	width: 190px;
	height: 237px;
	margin-top: 68px;
  background: rgb(150,120,90) url(images/flower.jpg) top no-repeat;
}
#summer{
	float: left;
	width: 190px;
	height: 237px;
	margin-top: 68px;
  background: rgb(150,120,90) url(images/summer.jpg) bottom no-repeat;
}
#bee{
	float: left;
	width: 190px;
	height: 237px;
	margin-top: 68px;
  background: rgb(150,120,90) url(images/bee.jpg) bottom no-repeat;
}
#summer_palace{
	float: left;
	width: 190px;
	height: 237px;
	margin-top: 68px;
  background: rgb(150,120,90) url(images/summer_palace.jpg) bottom no-repeat;
}
#great_wall{
	float: left;
	width: 190px;
	height: 237px;
	margin-top: 68px;
  background: rgb(150,120,90) url(images/great_wall.jpg) bottom no-repeat;
}
#bingmayong{
	float: left;
	width: 190px;
	height: 237px;
	margin-top: 128px;
  background: rgb(150,120,90) url(images/bingmayong.jpg) bottom no-repeat;
	margin-top: 128px;
}
#zhangjiajie{
	float: left;
	width: 190px;
	height: 237px;
	margin-top: 68px;
  background: rgb(150,120,90) url(images/zhangjiajie.jpg) bottom no-repeat;
}
#trees{
	float: left;
	width: 190px;
	height: 237px;
	margin-top: 68px;
  background: rgb(150,120,90) url(images/trees.jpg) bottom no-repeat;
}

/* Defines the Links on the left pane*/

#left p 
{
	font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;
	margin-left: 5px; 
	margin-top: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

ul 
{
	font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
	color: rgb(255,255,255);
	text-decoration: none;
	text-transform: none;
	font-weight: lighter;
	list-style-type: square;
	margin-top: 0px;
	line-height: 180%;
}

ul a:link { 
    color: rgb(255,255,255);
    text-decoration: none
}

ul a:visited { 
    color: rgb(255,255,255);
    text-decoration: none 
 }

ul a:active { 
    color: rgb(255,255,153);
    text-decoration: none 
 }

ul a:hover { 
    color: rgb(0,102,0);
    text-decoration: none 
 }

h2 
{  
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif,Georgia;	
	font-size: 32px;
	font-weight: bold; 
	text-align: center;
	margin: 0;
	padding-top: 20px;
}

/* Defines the mainpage width and location */

#mainpage {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif,Georgia;	
  font-size: 12px;
	float: left;
	width: 530px;
	margin-top: 0px;
	padding: 0px;
	background: #fff;
}

#mainpage p 
{  
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	padding: 10px;
  padding-top: 30px;

}

/* Set's Style for the Copyright Paragrh text */

#copyright 
{
	font-family: Tahoma, sans-serif;  
	font-size: 70%; 
	color: black; 
	margin-left: 0px;
	margin-top: 0px;
	font-weight: light;
	clear: both;	
	background: #fff url(images/gradient.jpg) left no-repeat;
	padding-left: 10px;
}

.bigger_b
{
	 font-family: Arial;
	 font-size: 11px;
	 font-weight: heavy;
	 color: red;
}