﻿body, .SiteBackground
{
	    background-image:url(Images/SiteBackground/SiteBackground.jpg);
        background-repeat:repeat-x;
        background-position:top;
       
}

.titleBackGround
{
	    
}

.LMenuBG
{
	    background-repeat:repeat-y;
	    background-image:url(Images/SiteBackground/MenuBg.jpg);   
        width:240px;
}


.CenterRight
{
        background-image:url(Images/SiteBackground/CenterRightForm.jpg);   
        background-repeat:repeat-y;
        background-position:right;
}


.CenterLeft
{

        background-image:url(Images/SiteBackground/CenterLeftForm.jpg);   
        background-repeat:repeat-y;
        background-position:left;
}

.BottomRight
{
	    background-repeat:no-repeat;
	    height:23px;
	    background-image:url(Images/SiteBackground/RightBottomForm.jpg);   
        width:20px;
}

.BottomLeft
{
	    background-repeat:no-repeat;
	    height:23px;
	    background-image:url(Images/SiteBackground/LeftBottomForm.jpg);   
        width:19px;
}

.BottomCenter
{
	   background-repeat:repeat-x;
	    height:23px;
	    background-image:url(Images/SiteBackground/BGBottomForm.jpg);   
}

.TopRight
{
	    background-repeat:no-repeat;
	    height:19px;
	    background-image:url(Images/SiteBackground/RightTopForm.jpg);   
        width:20px;
        background-position:right top;
}

.TopLeft
{
	    background-repeat:no-repeat;
	    height:19px;
	    background-image:url(Images/SiteBackground/LeftTopForm.jpg);   
        width:19px;
        background-position:left top;
}

.TopCenter
{
	    background-repeat:repeat-x;
	    height:19px;
	    background-image:url(Images/SiteBackground/CenterTopForm.jpg);  
	    background-repeat:repeat-x; 
}
