﻿body
{
    background-image:url(images/background.jpg);
    background-repeat: repeat;
}

.allpage
{
    width: 620px;
    margin-right:auto;
    margin-left:auto;
    margin-top:100px;
}

.top
{
 background-color:White;
 width:600px;
 border-color:Black;
  border-style:solid;
   border-width:2px;
 }

#logo
{ 
margin-left:150px;
 margin-right:150px;
 margin-top:75px;
  margin-bottom:35px
 }
 
 #text
 {
  font-size:large;
  font-weight:bold;
  }
  
  
#logonew
{ 

margin-left:200px;
 margin-top:15px;
  margin-bottom:15px
 }
 
 .leftcol
 {
  margin-left:0px;
  float:left;
  width:150px;
  height:800px;
   background-color:#CCCCCC;
    border-color:Black;
  border-style:solid;
   border-width:2px;
    border-top:none;
    
     padding-left:5px;
      text-align:center;
 }
.centercol
{
height:800px;
width:443px;
  background-color:White;
   border-color:Black;
  border-style:solid;
   border-width:2px;
   border-top:none;
border-left:none;
float:left;
}

h1
{
 font-size:large;
  color:black;
  font-weight:bold;
 padding-bottom:0px;
  margin-bottom:0px;
}

.centercolcomp
{
height:750px;
width:600px;
  background-color:White;
   border-color:Black;
  border-style:solid;
   border-width:2px;
   border-top:none;
    text-align:center;
}
