@charset "utf-8";
/* -------------------------------------------------
Author:  #!-loveradio
Update:  2009/7/1
WebSite: http://www.leftbank.cn
Contact: QQ 5231396
         Mail loveradio@163.com
		 Tel 13880626573
-------------------------------------------------- */

/*全局属性*/
* {
	margin:0;
	padding:0;
	border:0;
}
body {
	width:100%;
	color:#333;
	font-family: Verdana, "宋体";
	background-color:#fff;
	font-size:12px;
	text-align:center;
}
ul, ol, li {
	list-style-type:none;
}
img {
	vertical-align:top;
}
a:link {
	color:#000;
	text-decoration:none;
}
a:visited {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#060;
	text-decoration:underline;
}
h1, h2 {
	display:inline;
}
h1 {
	font-size:24px;
	font-family:"微软雅黑", "宋体";
	font-weight:bold;
	line-height:2.2em;
}
h2 {
	font-size:18px;
	font-family:"微软雅黑", "宋体";
	font-weight:bold;
	line-height:1.8em;
}
h3 {
	font-size:14px;
	font-family:"微软雅黑", "宋体";
	font-weight:bold;
	line-height:25px;
}
.fB {
	font-weight:bold;
}
.fI {
	font-style:italic;
}
.fred, a.fred:link, a.fred:visited {
	color:#F00;
}
.fblue, a.fblue:link, a.fblue:visited {
	color:#06C;
}
.fgreen, a.fgreen:link, a.fgreen:visited {
	color:#090;
}
.forange, a.forange:link, a.forange:visited {
	color:#F90;
}
.fyellow, a.fyellow:link, a.fyellow:visited {
	color:#FF0;
}
.fgray, a.fgray:link, a.fgray:visited {
	color:#666;
}
.fwhite, a.fwhite:link, a.fwhite:visited {
	color:#fff;
}
.fblack, a.fblack:link, a.fblack:visited {
	color:#000;
}
.f14px {
	font-size:14px;
}
.clear {
	font-size: 1px;
	clear: both;
	visibility: hidden;
	width: 1px;
}
.right {
	float:right;
}
.left {
	float:left;
}
.blank5 {
	height:5px;
	clear:both;
	font-size:1px;
}
/*全局开始*/
#container {
	width:800px;
	margin:0 auto;
	background:url(../images/bodyBg.jpg) repeat-y;
}
#top, #blank, #main, #footer {
	width:800px;
	clear:both;
	overflow:hidden;
}
/*网页顶部-通用*/
#top{ height:120px;}
#blank{ height:20px;}

/*首页-三列 */
#menu{ float:left; width:125px; overflow:hidden; color:#FFF;}
#menu a, #menu a:hover, #menu a:visited{ color:#FFF;}
#menu ul li{ height:25px; line-height:25px;}
#menu .bgOn{ background:url(../images/menuBgOn.jpg); color:#000;}
#menu .bgOn a, #menu .bgOn a:hover, #menu .bgOn a:visited{ color:#000;}

#pic{ float:left; width:160px; overflow:hidden;}

#content{ float:left; width:515px; overflow:hidden; text-align:left;}
#content .title{ height:30px; line-height:30px; border-bottom:#FC0 solid 5px;}
#content .content{ line-height:1.8em;}

/*底部-通用*/
#fooer{ margin:10px auto; border-top:#333 dotted 2px; line-height:1.8em;}