﻿#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 500px;
	font-family: Calibri;
}

#header 
{
    float: left;
	width: 95%;
	height: 140px;
	font-family: Calibri;
	background-image: url(images/davidsmit.png);
}

#side-a {
	float: left;
	width: 6%;
	height: 380px;
	background: url(images/leftborder.png) repeat;
}

#side-b 
{
    float: right;
	width: 9%;
	height: 380px;
	background-image: url(images/rightborder.png);
}

#content 
{
    font-family: Calibri;
	float: left;
	width: 83%;
    margin:auto;  
    text-align: center;  
}

A:LINK, A:VISITED, A:ACTIVE 
{
  color : Black;
}

A:HOVER 
{
 color  : Gray ;
}

#footer 
{   
    float: left;
    margin:auto;  
    text-align: center; 
	width: 419px;
	height: 45px;
	background-image: url(images/footer.png);
}

image.bottom{
   position: relative;
   bottom: 0;
   float: right;
}


/* for same vertical spacing ^^^^^ */
