@charset "utf-8";
/* CSS Document */

@import url("MenuStyle.css");

*{
	margin:0;
	padding:0;
	list-style-type:none;
}

body{
	background-image:url(Pic/Bg.jpg);
	background-repeat:repeat-x;
}

#wrapper{
	width:1280px;
	margin:0 auto;
}


#headermain {
	width:1280px;
	height:78px;
}

#header1 {
	background-image:url(Pic/Logo_Pic/Logo.jpg);
	width:312px;
	height:78px;
	float:left;
}

#header2 {
	background-image:url(Pic/Menu_Pic/Menu_bg.jpg);
	width:968px;
	height:78px;
	float:right;
}

#contentmain {
	width:1280px;
	height:619px;
}

#content{
	background-image:url(Pic/Main_Pic/Main_bg.jpg);
	width:968px;
	height:619px;
	float:right;
}

#sidebar11{
	background-image:url(Pic/Left_Pic/Left_Top.jpg);
	width:312px;
	height:402px;
	float:left;
}

#sidebar12{
	background-image:url(Pic/Left_Pic/Left_Down.jpg);
	width:312px;
	height:217px;
	float:left;
}

#footer {
	background-image:url(Pic/Footer_Pic/Footer_bg.jpg);
	width:1280px;
	height:36px;
	clear:both;
	margin:0 auto;
}

#footer ul{
	margin-left:34px;
}

#footer li{
	float:left;
}

#footer li a{
	display:block;
	width:10px;
	height:10px;
	text-indent:-9999px;
	margin:8px;
	margin-top:6px;
} 

#footer li.Admin a{
}

#left, #right{
    position: fixed;
    top: 100px;
    width: 200px;
    height: 500px;
    line-height: 500px;
    text-align: center;
    border: 1px solid #000;
    background-color: #FFF;
}
#left{
    left: 50px;
}
#right{
    right: 50px;
}

