﻿/*页面头部*/
/*基本信息*/
body
{
	margin: 0px;
	text-align: center;
	background: #fff;
}

/*页面层容器*/
#container
{
	width: 100%;
}

/*页面头部*/
#Header
{
	width: 540px;
	margin: 0 auto;
	height: 137px;
}

/*页面主体*/
#PageBody
{
	width: 530px;
	margin: 0 auto;
	height: 400px;
	background: #fff;
}


#Sidebar
{
	margin: 15px auto;
	float: left;
}
#logo
{
	float: left;
	background: url(../Img/portal_head/03.jpg) no-repeat;
	background-color:#f0f0d8;
}
#name
{
	width: 209px;
	float: left;
	margin: 120px auto; 
	height:500px; 
}
#head
{
}
#date
{
	margin: 15px auto;
	margin-left:10px;
	height: 3px;
}
#form
{
	padding-top: 70px;
	margin-left:10px;
	float: left;
}
#form2
{
	width: 640px;
	height: 41px;
	background-color:#aaaaaa;
/*		background-image: url(../Img/portal_head/04.jpg);*/
	text-align: left;
	background-repeat: no-repeat;
}
#wrap
{
	width: 640px;
	background-repeat: repeat-y;
}
#line
{
	height: 59px;
	width: 640px;
	border-bottom: 1px solid #fff;
	background-color: #f0f0d7;
}
#text
{
	margin: 8px 5px 5px 5px;
}

#end
{
	width: 640px;
	height: 30px;
	background-repeat: no-repeat;
}
a:link
{
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
}
a:hover
{
	color: Red;
}

