﻿.leftDIV
{
    float: left;
    width: 200px;
    height: 540px;
    margin-top: 10px;
    background-image: url('/web_parts/page_items/bakery-left.gif');
    background-repeat: repeat-y;
}
.left-menu
{
    width: 200px;
    height: 540px;    
}
.left-menu-link
{
    height: 280px;
    margin-top: 5px;    
    font-weight: bold;
}
.centreDIV
{
    float: left;
    width: 600px;
    height: 540px;
    margin-top: 30px;
    background-image: url('/web_parts/page_items/bakery-centre.gif');
    background-repeat: repeat-y;
}
.centre-area
{
    width: 600px;
    height: 540px;
    background-image: url('/web_parts/page_items/bakery-centre-drop.gif');
    background-repeat: no-repeat;
}
.main-content
{
    width: 600px;
    height: 540px;
    text-align: left;
}
.centre-lower
{
    width: 600px;
    height: 60px;
    position: relative;
    top: -60px;    
    visibility:hidden;
}
.rightDIV
{
    float: left;
    width: 180px;
    height: 540px;
    margin-top: 30px;
}
.right-menu
{
    width: 180px;
    height: 540px;
    background-image: url('/web_parts/page_items/bakery-right.gif');
    background-repeat: repeat-y;
}
.textbox
{
    background-color: #502A1E;
    width: 300px;
    height: 480px;
    padding: 5px;
    overflow: hidden;
    margin-left: 25px;
    margin-top: 20px;
    filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}
.textbox-content
{
    width: 300px;
    height: 470px;
    padding: 5px;
    margin-left: 25px;
    overflow: hidden;
    position:relative;
    top: -490px;
    color:White;
    font-weight:bold;    
}
.textbox-scroll
{
    width: 300px;
    height: 490px;    
    overflow: scroll;
}
.formControls
{
    padding: 0px 5px 0px 5px;
    background-color: #FFFFCC;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333333;
    text-align: left;
    border: 3px double Black;
}


.content
{
    width: 600px;
    height: 540px;
    overflow: hidden;
    text-align: left; 
    color:White;
}
.contentinner
{
    width: 580px;
    height: 520px;
    margin: 10px;
}
.page-links
{
    width: 200px; 
    height: 28px;
}
.textbox-contact
{
    background-color: #502A1E;
    width: 550px;
    height: 180px;
    padding: 5px;
    overflow: hidden;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}
.textbox-content-contact
{
    width: 550px;
    height: 180px;
    padding: 5px;
    overflow: hidden;
    position: relative;
    top: -190px;
    color: White;
    font-weight: bold;
}
