/* CSS Document */
/* CSS Document */

/*------------------
雅黑：\5fae\8f6f\96c5\9ed1
宋体：\5b8b\4f53
黑体：\9ed1\4f53
------------------*/

body {background:url(/images/cnboer.jpg) center top no-repeat;}

h1, h2, h3, h4, h5, h6, hr, p, blockquote, div, iframe, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, label, select, /* form elements 表单元素 */
a, span, marquee /* other elements 其他元素 */ {
    margin: 0;
    padding: 0;
}

/** 设置默认字体 **/
body,
button, input, select, textarea, td /* for ie */ {
    font: 12px/1.5 arial, tahoma, simsun, sans-serif;
}
h1, h2, h3, h4, h5, h6 {font-size: 100%; }
address, cite, em {font-style: normal; } /* 将斜体扶正 */
code, pre {font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small {font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/** 重置列表元素 **/
ul, ol, li {list-style: none outside none; }

/** 重置表单元素 **/
legend {color: #000; } /* for ie6 */
img, iframe {border: 0 none; } /* table iframe 搭车：让链接里的 img 无边框 */
button, input, select, textarea {font-size: 100%; } /* 使得表单元素在 ie 下能继承字体大小 */
input, select {vertical-align: middle; } /* 表单元素垂直居中对齐 */

/** 重置表格元素 **/
table {border-collapse: collapse; border-spacing: 0; }

a:link{color:#4d4d4d; font-size:12px; text-decoration:none;}
a:visited{color:#131313; font-size:12px;text-decoration:none;}
a:hover{color:#cc0000; font-size:12px;text-decoration:underline;}

.header {width:926px; height:80px; margin:0 auto;}
#top_r {float:right; width:626px;}
	
.menu td {text-align:center;}
.menu td a:link {color: #3e5c80;text-decoration:none;font-size:14px;}
.menu a:visited {color: #3e5c80;text-decoration:none;font-size:14px;}
.menu a:hover {color:#999999;text-decoration:underline;font-size:14px;}
.menu a:active {color: #3e5c80;text-decoration:underline;font-size:14px;}
	
#boer {width:926px; margin:0 auto;}
	#boer_l {float:left; width:729px;}
	#boer_r {float:right; width:179px; margin-top:14px; padding:0 13px 0 5px;}

.clear {clear:both;}

