﻿/* CSS Document */
body
{
	margin: 0;
	padding: 0;
	font-family: "宋体" , Arial, Helvetica, sans-serif;
	font-size: 12px;

	text-align: center;
}

img
{
	border: 0px;
}

.FloatLeft
{
	float: left;
}
.FloatMiddle
{
	margin: 0;
	padding: 0;
	text-align: center;
}
.FloatRight
{
	float: right;
}
.FullWidth
{
	width: 100%;
}
.ForceBreak
{
	white-space: normal;
	overflow: hidden;
	word-wrap: break-word; /*word-wrap: break-word; 	word-break: break-all;*/
}
/* 布局样式 */

#Container
{
	margin: 0 auto;
	width: 1003px;
	text-align: left;
}
#Header
{
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	height: 180px;
}

#Menu
{
}

#Fooder
{
	background-repeat: no-repeat;
	height: 180px;
	background-image: url(../Images/Fooder.gif);
}
a:link
{
	color: #333333;
	text-align: center;
}
a:active
{
	color: #666666;
	text-align: center;
}
a:hover
{
	color: #333333;
	text-align: center;
}

a:visited
{
	color: #333333;
	text-align: center;
}
.textleft
{
	text-align: left;
}
