/* CSS Document */
*{
	padding:0;
	margin:0
}


body{
	background:#fffef1;
	text-align:center;
	font-family: Verdana, sans-serif;
	font-size:13px;
	}
img{
  border:none;
  }

/*-------------------*/	
/*  Header 
/*------------------*/
.header{
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
	height:110px;
	border-top:1px #e3dc29 solid;
	border-bottom:1px #e3dc29 solid;
	background:#fff;
	font-size:17px;
	color:#77742a;
}
.header_container{
	width:980px;
	height:110px;
	margin:0 auto;
	background:url(/pics/header_bg.jpg) left no-repeat;
}
.header_logo{
	margin-left:30px;
	height:110px;
	position: relative;
}
.header_logo_img{
  float:left;
}
.header_search{
	margin-left:60px;
	width:300px;
	height:23px;
	float:right;
	background:#e3dc29;
	display:inline;
	position:absolute;
	bottom:0;
	right:51px;
}

.header_search form{
	padding-top:1px;
	}
.header_search p{
	margin-right:10px;
  display:inline;	
}

.header_menu{
	width:300px;
	height:23px; 
	background:#f9f69c;
	text-align:center;
	position:absolute;
	bottom:0;
	right:351px;
}

.header_menu ul {
	padding-top:1px;
  list-style-type:none;
}
.header_menu li{
	display:inline;
	margin-right:10px;
}
.header_menu a{
	text-decoration:none;
	color:#77742a;
	font-size:17px;
}

.header_menu a:hover{
	text-decoration:none;
	color:#3F3D16;
	font-size:17px;
}
.header_menu_left_corner{
	background:url(/pics/menu_left.png) no-repeat;
	width:51px;
	height:23px;
	position:absolute;
	bottom:0;
	right:651px;
}

.header_menu_right_corner{
	background:url(/pics/menu_right.png) no-repeat;
	width:51px;
	height:23px;
	position:absolute;
	bottom:0;
	right:0;
}

/*-----------------------*/

/*--------------------- */
/* 		middle content */
/*-------------------- */
.middle{
	background:url(/pics/middle_bg.jpg) no-repeat;
	background-position:bottom left;
  width:980px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	padding-bottom:30px;
}

.date{
  font-style: italic;
  color:#636121;
  }
/*--------------------- */
/* 		left sidebar   */
/*-------------------- */
.left_sidebar{
	background:#fffef1;
	width:200px;
  border:1px #e3dc29 solid;
	float:left;
	display:block;
	overflow:auto;
	text-align:left;
  border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

}
.left_sidebar_header{
	background:#e3dc29;
	height:30px;
	padding:0 8px;
	padding-right:2px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;

}

.left_sidebar_header h1{
	line-height:30px;
	color:#636121;
	font-size:19px;
	font-weight:normal;
}

.left_sidebar_cell{
	overflow:hidden;
}
.left_sidebar_cell ul{
	list-style-type:none;
}

.left_sidebar_cell li{
	line-height:25px;
	width:100%;
	display: list-item;
}

.left_sidebar_cell a {
	text-decoration:none;
	color:#636121;
	font-size:1em;
	height:100%;
	width:180px;
	display:block;
	padding:0 10px;
	border-top:1px #e3dc29 solid;
	margin-bottom:-1px;
}
.left_sidebar_cell a:hover {
	height:100%;
	width:100%;
	background:#f9f69c;
	display:block;
	width:180px;
}

.left_sidebar_cell_selected {
  height:100%;
	width:100%;
	background:#f9f69c;
	display:block;
	width:180px;
  }

.left_sidebar_friend {
  height:100%;
	width:100%;
	padding:5px 0px;
	text-align:center;
  display:block;
	width:200px;
  }	
/*--------------------- */
/* 		main content   */
/*-------------------- */

.main_content{
	background:#fffef1;
	width:550px;
	border:1px #e3dc29 solid;
	float:left;
	display:block;
	margin-left:12px;
	text-align:left;
	min-height:420px;
  border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;

}

.main_content_header{
	background:#e3dc29;
	height:30px;
	padding:0 10px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;

}

.main_content_header h1{
	line-height:30px;
	color:#636121;
	font-size:19px;
	font-weight:normal;
}


.main_content_element{
	margin:-1px 5px 0 5px;
	padding:7px;
	border-top:1px #e3dc29 solid;
	color:#636121;
}


.introduction{
  margin:0;
  margin-bottom:5px;
  padding:0 10px;
  padding-bottom:5px;
  border-bottom:1px #e3dc29 solid;
  font-style: italic;
}

.welcome p{
  margin:5px 10px 5px 10px;
  padding:5px 0 5px 0;
  color:#636121;
}
.welcome li{
  color:#636121;
  margin-left:60px;
}

.index_fyi{
	/*border-top:1px #e3dc29 solid;*/
	background:#F9F69C;
  height:30px;
	padding:0 10px;
}

.index_fyi h1{
	line-height:30px;
	color:#636121;
	font-size:19px;
	font-weight:normal;
}

.main_content_element h1, h2, h3{
  color:#636121;
}

.main_content_element h2{
  color:#636121;
  font-size:16px;
  margin:2px 0;
}

.main_content_element p{
  margin:5px 10px 5px 10px;
  padding:5px 0 5px 0;
  color:#636121;
}

.main_content_element a{
  color:#636121;
  text-decoration:none;
}
.main_content_element a:hover{
  color:#000;
  text-decoration:underline;
}
.main_content_element form{
  display:inline;
  margin-left:10px;
}

.main_content_element_noborder{
	margin:4px 5px 4px 5px;
	padding:3px 7px;
	color:#636121;
}

.main_content_element_noborder h1, h2, h3{
  color:#636121;
}

.main_content_element_noborder h2{
  color:#636121;
  font-size:15px;
}

.main_content_element_noborder p{
  margin:5px 10px 5px 10px;
  padding:5px 0 5px 0;
  color:#636121;

}

.main_content_element_noborder a{
  color:#636121;
  text-decoration:none;
}
.main_content_element_noborder a:hover{
  color:#000;
  text-decoration:underline;
}
.main_content_element_noborder form{
  display:inline;
  margin-left:10px;
}

p.back{
  font-size:11px;
  margin:0;
  text-align:left;
  }
p.back a{

  }
p.info{
  border-top:1px #e7e7e7 solid;
  border-bottom:1px #e7e7e7 solid;
  padding:0;
  margin:0 10px;
  }
  
p.comment{
  border:1px #e1e1e1 solid;
  padding:5px;

  }
p.leave_comment{
  font-style:italic;
  font-weight: bold;
}
p.rate_comment{
  padding:0;
  margin-bottom:0;
  
  }
p.given_rating{
  padding:0;
  margin:0 10px;
  }
p.rate_comment_result{
  padding:0;
  margin-bottom:0;

  }
p.author{
  margin:0 20px;
}
p.date{
  margin:0 20px;
  font-size:11px;
}
p.rating_main{
  margin:0;
  padding:0;
  display:inline;

}


img.main_content_logo {
  margin:2px;
  max-width:120px;
  /*ie6 fix*/
  width: expression(this.width > 120 ? 120: true);
}

img.star{
   vertical-align:bottom;
 }
 


.comment_main{

}

.comment_start{
	margin:10px 5px 10px 5px;
	padding:7px;
	border-top:2px #e3dc29 solid;
	color:#636121;
}
.comment_start p{
 margin:0 10px;
}

.comment_start h2{
  color:#636121;
  font-size:16px;
}
.comment_start a{
  color:#636121;
  text-decoration:none;
}
.comment_start a:hover{
  color:#000;
  text-decoration:underline;
}






.about{
	margin:-1px 5px 0 5px;
	padding:0px;
	color:#636121;
	text-align: justify;
}
.about ul{
  list-style-type:circle;
  margin:0 10px;
  margin-left:30px;
  text-align:left;
  list-style-position: outside;
}
.about li{
  margin:0 10px;
  color:#636121;
  /*display:block;*/
  display: list-item;

}

.about p{
  margin:5px 10px 5px 10px;
  padding:5px 0 5px 0;
  color:#636121;
  }




.news{
	margin:4px 5px 12px 5px;
	padding:0;
	color:#636121;
	text-align: justify;
}
.news a{
  color:#636121;
  text-decoration:none;
}
.news h2{
  color:#636121;
  font-size:16px;
}
p.news_content{
  margin-top:10px;
  padding:0px 10px;
}
p.author{
  margin-top:5px;
}
.news p.date{
  margin:4px 20px;
  font-size:11px;
}
/*--------------------- */
/* 		right sidebar   */
/*-------------------- */

.right_sidebar{
	background:#fffef1;
	width:200px;
	border:1px #e3dc29 solid;
	float:right;
	display:block;
	text-align:left;
  border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
  
}
p.news_date{
  font-style: italic;
  color:#636121;
  font-size:11px;
}
.right_sidebar_header{
	background:#e3dc29;
	height:30px;
	padding:0 10px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;

}


.right_sidebar_header h1{
	line-height:30px;
	color:#636121;
	font-size:19px;
	font-weight:normal;
}

.right_sidebar_news_element{
	margin:-1px -2px 2px 2px;
	padding:2px;
	border-top:1px #e3dc29 solid;
}
.right_sidebar_propose_element{
	margin:2px;
	padding:2px;
	color:#636121;
}
.right_sidebar a{
  text-decoration: none;
  color:#636121;
  }
.right_sidebar a:hover{
  text-decoration:underline;
  color:#000;
  }
/*-------------------------------*/


/*------------------*/
/*       footer     */
/*-----------------*/



.footer{
	background:#FFF;
	color:#999;
	margin-bottom:60px;
	border-top:1px #e3dc29 solid;
	border-bottom:1px #e3dc29 solid;
	width:100%;
	line-height:50px;
	height:50px;
}
.footer img{
   position:relative;
   top:3px;
   }

.footer a{
  text-decoration:none;
  color:#999;
}
