* {
	font-family: Comic Sans MS;
	color: rgb(56,30,30);
}

body
{
    margin: 0 0 0 0;    background-image: url(images/BodyTile.jpg); background-repeat: repeat-x;
}

a img { border-style: none; }

div.site
{
    /* background-image: url(images/home/left_bar_tile.jpg); */
    background-repeat: repeat-y;
    margin: auto;
    width: 990px; 
    min-height: 750px;
    background-color: White;
    height: auto;

}

div.site_inner
{
    /* background-image: url(images/home/left_bar_footer.jpg); */
    background-position: left bottom; 
    background-repeat: no-repeat;
    height: auto;
    min-height: 750px;
    width: 990px;
    background-color: Transparent;
    
}


div.logo
{
    width: 232px;
    padding-top: 4px; 
    background-color: White;
    height: 170px;
    float: left;
        overflow: hidden; 
    border-bottom: 14px solid rgb(56,30,30);
}
div.page_header
{
   float: left;
   background-image: url(images/buy/page_header.jpg);
   height: 189px;
   width: 758px;
   background-repeat: no-repeat;
   overflow: hidden; 
   position: relative;
   
}

/* Menu */
div#menu
{
   width: 770px;
   top: 105px;
   position: absolute;
}
div#contactLink{
	width: 128px;
    height: 27px; 
	position: absolute;
	top: 10px;
	right: 0;
}
#menu a
{
    width: 128px;
    height: 27px; 
    display: block;
    float: left;
    margin-left: -2px; 
}
#menu a.menu_home
{
    margin-left: 1px;
   
}


p{
	font-family: Comic Sans MS;
	font-size: 14px;
	color: rgb(56,30,30);
}

div.page_left_bar
{
    width: 269px;

    float: left;
    margin-left: 0px;
    padding-left: 0px;
    background-image: url(images/buy/left_bar_top.jpg);
    background-repeat: no-repeat;
    background-position: left 71px;
    height: 210px;
}

div.page_content
{
    width: 701px; 
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    background-color: Transparent;




}

div.page_footer
{
    background-position: right bottom; 
    background-repeat: no-repeat;
    background-image: url(images/home/page_footer.jpg);
    height: auto;
    min-height: 750px;
    width: 990px;
}

