﻿body
{
}



#Header
{
    background-color: #FFFFFF;
    width: 850px;
    height: 100px; /*
    font-family: 'Rage Italic';
    color: #993366;
    font-size: 48px;
    	*/

}
#imgLogo
{
    width: 150px;
    height: 85px;
}

.HeaderLink
{
    /*
		The #HeaderLink is nested in the #Header. It provides a link to the homepage.
	*/
    width: 300px;
    height: 86px;
    font-family: 'Rage Italic';
    color: #993366;
    font-size: 48px;
    font-weight: bold;
    text-decoration: none;
}

.Basket
{
    font-family: Verdana;
    font-size: medium;
    text-decoration: none;
    color: #800080;
}
    
*
{
    font-family: Arial, Helvetica, sans-serif;
}

h1
{
    font-size: 20px;
}

#PageWrapper
{
    width: 850px;
    margin: 0 auto;


}

#MenuWrapper
{
    width: 850px;
    height: 40px;
}

#MainContent
{
    width: 580px;
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}

#Sidebar
{
    padding: 10px;
    background-repeat: no-repeat;
    width: 230px;
    float: left;
    height: 100%;
    min-height: 600px;
}

#Footer
{
    
    width: 844px;
    clear: both;
    height: 80px;
}

.ImgBtn
{
    margin-top: 10px;
}

.signoff
{
    text-align: right;
}
#imgTel
{
    float:right;
}
#imgEmail
{
    float:right;
}
#Head1
{

}

#Head2
{
    width:300px;
   position: relative;
   top: -70px;
   right:-541px;
    height: 59px;
}