body {
  margin:0px;
  width:1024px;
	position:absolute;
	height:768px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  align: center;
 }

.left{	  
	  position:absolute;
	  left:0px;
	  top:0px;
	  height:768px;
	  width:162px;
    background: url(../images/index_01.jpg) repeat-x #FFFFFF;
    font-family:"Comic Sans MS";
	  color:#313BC2;
	  font-size: 60px;
    padding-top: 80px;
    padding-left: 70px;
    z-index:2;
}

.title{	  
	  position:absolute;
	  left:80px;
	  top:80px;
	  height:80px;
	  width:100px;
    font-family:"Comic Sans MS";
	  color:#313BC2;
	  font-size: 60px;
    z-index:4;
}

.header{
    font-family:"Comic Sans MS";
	  color:#313BC2;
	  font-size: 60px;
	  position:absolute;
	  left:162px;
	  top:0px;
	  height:244px;
	  width:701px;
    background: url(../images/index_02.jpg) repeat-x #FFFFFF;
    padding-top:30px;
    z-index:2;
}

.menu {
    position:absolute;
	  left:242px;
	  top:156px;
	  height:50px;
	  width:600px;
    z-index:5;
}

.menuitem{
	display:inline;
	font-size: 14px;
	color: #000000;
	font-family: "Comic Sans MS";
	font-weight: normal;
	margin-right: 10px;
	vertical-align:middle;
	}

.menuitem a {
	color: #000000;
	text-align:left;
	text-decoration:none;
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight:bold;  
	vertical-align:middle;
	}

.menuitem a:hover{
	color:#000000;
	text-decoration: underline;
	}	 

.content {
    scrollbar-arrow-color:#860303;
    scrollbar-face-color:#e70505;
    scrollbar-track-color:#e70505;
	  scrollbar-3dlight-color: #860303;	
    scrollbar-highlight-color: #860303;
    scrollbar-darkshadow-color: #e70505;
	  position:absolute;
	  left:162px;
    top:214px;
	  width:701px;
	  height:412px;
    visibility: visible;
	  overflow: auto;
    padding:10px;
	  text-align:left;
	  line-height:140%;
    background: url(../images/index_04.jpg) no-repeat #F5F4B3;
    z-index:4;
}

.content * {
  	font-family:"Comic Sans MS";
	font-size: 16px;
}
 
.content a,.content * a {
	color:#000;
	font-weight:bold;
}

.footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size: 10px;
	position:absolute;
	top:626px;
	left:162px;
	height:142px;
	width:701px;
  padding-top:130px;
	text-align: left;
  background: url(../images/index_05.jpg) repeat-x #FFFFFF;
}

.right{	  
	  position:absolute;
	  left:863px;
	  top:0px;
	  height:768px;
	  width:160px;
    background: url(../images/index_03.jpg) repeat-x #FFFFFF;
}

.logo{	  
	  position:absolute;
	  left:890px;
	  top:650px;
	  height:80px;
	  width:100px;
    font-family:"Comic Sans MS";
    z-index:4;
    height:80px;
}
 

