﻿body,div,ul,ol,li,h1,p
{
 margin: 0;
 padding: 0;
}

html {

}
body {

padding: 0;
margin: 0;
width: 100%;
height: 100%;
background:url(../Img/body_background.png) repeat left top;
}
.wrapper
{
    position:relative;
	margin:0 auto;
	width:900px;
    background:url(../Img/home_noblack.png) no-repeat;
    /*height:expression(document.documentElement.clientHeight);*/
    /*height:expression(window.innerHeight);*/
    
    /*border:1px solid #F00;*/
    
}
.clear:after {
	content: ".";
	display: block;
	height: 0;
	clear :both;
	visibility: hidden;
}
.clear {
	display: inline-table;
}
/*      header    */
.header
{
	width:900px;
	height:179px;
	/*border:1px solid #F00;*/
}
.header_title
{
	width:900px;
	height:144px;
	
}
.admin
{
    float:right;
    font-size:12px;
    
    /*border-right:1px solid #000;*/
    margin:125px 5px 0px 0px ;
    padding:0px 5px 0px 5px;
    display:block;
    cursor:pointer;
}
.admin_text
{
    color:Black;
    text-decoration:none;
}
.admin_text:hover
{
    color:#b3b3aa;
}
.user
{
    float:right;
    font-size:12px;
    border-right:1px solid #000;
    /*border-right:1px solid #000;*/
    margin:125px 0px 0px 0px ;
    padding:0px 5px 0px 5px;
    display:block;
    cursor:pointer;
}
.user_text
{
    color:Black;
    text-decoration:none;
}
.user_text:hover
{
    color:#b3b3aa;
}
.home
{
  float:right;
  /*font-weight:bold;*/
  
  font-size:12px;
  border-right:1px solid #000;
  /*border-right:1px solid #000;*/
  margin:125px 0px 0px 0px ;
  padding:0px 5px 0px 5px;
  display:block;
  cursor:pointer;
}
.home_text
{
    color:Black;
    text-decoration:none;
}
.home_text:hover
{
    color:#b3b3aa;
}

.fb
{
  float:right;
  /*font-weight:bold;*/
  
  font-size:12px;
  border-right:1px solid #000;
  /*border-right:1px solid #000;*/
  margin:110px 0px 0px 0px ;
  padding:0px 5px 0px 5px;
  display:block;
  cursor:pointer;
}

.fb_text
{
    color:Black;
    text-decoration:none;
}
.fb_text:hover
{
    color:#b3b3aa;
}

.header_List
{
	width:900px;
	height:35px;
}

/*  header_List */
.header_List ul
{
	/*border:1px solid #F00;*/
	margin:0px 0px 0px 0px;
	padding:7px 0px 0px 0px;
}

.header_List ul li 
{
	display:block;
	float:left;
	border-left: 1px solid #a6a69d;
	list-style-type: none;
	font-size:15px;
	color:#FFF;
	padding:5px 11px 0px 11px;
	padding:5px 10px 0px 10px\9;
	text-decoration:none;
	cursor:pointer;
	
}
.header_List ul li:hover
{
	background-color:#a6a69d;
}
/*  Content  */
.Content
{
	width:900px;
	/*height:expression(document.documentElement.clientHeight-180);*/
	/*height:530px;*/
    /*background-color:#e9e9e9;*/
    background-color:#FFFFFF;
}
.HeyLink
{
    text-decoration:none;
    color:White;
}
.MainContent
{
	width:900px;
	height:530px;
	overflow: auto;
	float:left;
	
}

