﻿body 
{
	width:100%;
	margin:0px;
	padding:0px;
	font-size:12px;
	text-align:center;
}

#Header
{
	width:960px;
	text-align:center;
	height:365px;
}
/*-------------导航栏----------------*/
*+html #Nav
{
	width:960px;
	height:115px;
	margin-top:-4px;
}

*html #Nav
{
	width:960px;
	height:115px;
	margin-top:-8px;
}

#Logo
{
    width:960px;
    height:75px;
}

#Logo img
{
    border:solid 0px White;
}

*+html #Nav_flash
{
    width:960px;
    height:36px;
    background-image:url(../Images/Master/Nav_bg.gif);
    background-repeat:no-repeat;
}

*html #Nav_flash
{
    width:960px;
    height:36px;
    background-image:url(../Images/Master/Nav_bg.gif);
    background-repeat:no-repeat;
    margin-top:-4px;
}

#Nav_flash li
{
    list-style:none;
    float:right;
    width:65px;
    padding-right:5px;
}

#Flash
{
	width:960px;
	height:250px;
	background-image:url(../Images/Master/Flash_1.gif);
	background-repeat:no-repeat;
}

#Content
{
	width:960px;
	height:auto;
}

#Footer
{
	width:960px;
	height:103px;
	background-image:url(../Images/Master/footer.gif);
	background-repeat:no-repeat;
	font-size:12px;
}

#copyright
{
	color:White;
	font-size:14px;
	font-weight:bold;
	padding-top:4px;
	height:12px;
}