body, div, address, blockquote, iframe, ul, ol, dl, dt, dd, 
h1, h2, h3, h4, h5, h6, p, pre, table, caption, th, td, 
form, legend, fieldset, input, button, select, textarea {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    font-family: inherit;
}
body {
    color: #333;
    background: #235E98;
    text-align: center;
    font: 12px/1.5 Tahoma, Helvetica, Arial, sans-serif;
}


* html .container {
    height: 100%;
}
.container {
    width: 830px;
    min-height: 100%;
    margin: auto;
    text-align: left;
    background: #fff;
}


#menu {
	CLEAR: both; MARGIN: 0px auto; WIDTH: 830px; TEXT-ALIGN: center
}


/*设置背景*/
#menu {
	BORDER-TOP: #dc7c88 3px solid; BACKGROUND: #c6162b; BORDER-BOTTOM: #dc7c88 3px solid
	PADDING-RIGHT: 3px; PADDING-LEFT:1px; PADDING-BOTTOM: 1px; WIDTH: 830px; PADDING-TOP:1px
}
/*宽度和高度*/
/*字体*/
.top_m {
	FONT-SIZE: 13px; COLOR: #ffffff
}
/*链接时的色彩*/
.top_m A:link {
	COLOR: #ffffff; TEXT-DECORATION: none
}

/*设置变色*/
.top_m A:hover {
	BACKGROUND: #fff; COLOR: #000000; TEXT-DECORATION: none
}

