/* CSS Document */
body
{
background-color:#E3E1E3;
font-family:Verdana, Arial, Helvetica, sans-serif;
margin:0;
margin-top:2px;
padding:0;
font-size:90%;
text-align:center;
}

#wrapper
{
width:774px;
margin:0px auto;
text-align:left;
padding:0px;
border:0px solid #000000;
}


#banner
{
height:185px;
}

#banner2 /*this is the line seperating the banner from the name of the business*/
{
width:774px;
height:4px;
background-color:#457122;
}

#banner3 /*this is the banner showing the name of the business*/
{
background-image:url();
background-color:white;
height:50px;
width:774px;
}

#banner4 /*this is the line seperating the name of the business from the navigation bar*/
{
width:774px;
height:4px;
background-color: #6A3500;
}


#content
{
background-color: #FFFFFF;
color:black;
padding:10px;
line-height:20px;
}

img.right
{
float: right;  /*place the image to the right of the paragraph*/
border: 1px solid #000000;  /*add a black border to all 4 sides*/
margin: 5px 12px 1px 5px;  /*set the margins for the image and keeps it away from the text*/
}

img.left
{
float: left;  /*place the image to the left of the paragraph*/
border: 1px solid #000000;  /*add a black border to all 4 sides*/
margin: 5px 12px 1px 5px;  /*set the margins for the image and keeps it away from the text*/
}


#footer
{
clear:both;
background-color:#45628A; /*this is the same colour as the drop down menu in chromestyle2css*/
color:#000000;
height:20px;
text-align:left;
padding:5px;
font-size:70%;
}

#footer a
{
color:#ffffcc;
}

#footer a:hover
{
background-color:#eabd66;
}

