#whole 
{
width: 1000px;
margin: auto;
}

body 
{
background-color: rgb(255,255,255);
font-family: "Calibri", sans-serif;
font-size: 18px;
color: black;
text-align: justify;
}

a 
{
color: rgb(0,0,0);
font-weight: bold;;
text-decoration: none;
font-style: none;
}

a:hover 
{
color: rgb(0,0,0);
font-weight: bold;
font-style: italic;
text-decoration: none;

}

img
{
border: none;
}


.image
{
float: left;
padding: 5px;
}

img.floatLeft 
{ 
    float: left; 
    margin: 10px; 
}

img.floatRight 
{ 
    float: right; 
    margin: 10px; 
}

h1 
{
color: black;
background-color: rgb(255,255,255);
text-align: center;
font-size: 15px;
clear: both;
padding: 5px;
}

h2 
{
color: black;
text-align: center;
font-size: 17px;
clear: both;
padding: 5px;
background-color: rgb(79,123,186);
}


#mainleft 
{
width: 800px;
margin: 5px;
padding: 5px;
float: left;
}

#mainright  
{
width: 150px;
margin: 5px;
padding: 5px;
float: right;
}


#second1
{
width: 330px;
margin: 5px;
padding: 5px;
float: left;
}


#second2
{
width: 300px;
margin: 5px;
padding: 5px;
float: left;
}

#second3
{
width: 300px;
margin: 5px;
padding: 5px;
float: left;
}

#footer
{
width: 600px;
float: left;
}
