﻿body
{
	
	margin: 0px;
    background-color:#B5D5E5;
	
	    text-align: right;
}

#part3
{
    
    background-image:url(../Images/BackPages1-4.jpg);
    background-repeat:no-repeat;
    border-right-color:White;
    border-right-style:solid;
    border-right-width:3px;
    border-left-color:White;
    border-left-style:solid;
    border-left-width:3px;
    border-bottom-color:White;
    border-bottom-style:solid;
    border-bottom-width:3px;
    
    }

#part2
{
    background-image:url(../Images/BackPages1-3.jpg);
    background-repeat:no-repeat;
    height:77px;
    border-left-color:White;
    border-left-style:solid;
    border-left-width:3px;
    }
    
 #part1
 {
    background-image:url(../Images/BackPages1-2.jpg);
    background-repeat:no-repeat;
    height:202px;
    
    }


#footer
{
  font-family:Arial;
  font-size:x-small;
  color:#5d442e;
  background-color:#3f2e1e;
}

#border
{
    border-top-color:White;
    border-top-style:solid;
    border-top-width:2px; 
}