﻿#ContentWrapper 
{
    float:left;
    width: 440px;
    margin-top: 20px;
}

#ContentWrapper .ContentTop 
{
    background-image: url(../../images/ModuleSpecific/Content/content-top.gif);
    background-position: top left;
    background-repeat: no-repeat;
    width: 440px;
    height: 8px;
    font-size: 0px;
}

#ContentWrapper .ContentBody 
{
    width: 360px;
    background-image: url(../../images/ModuleSpecific/Content/content-expd.gif);
    background-repeat:repeat-y;
    min-height: 500px;
	/*height: auto !important;*/
	/*height: 500px;*/
	padding: 20px 40px 20px 40px;
}

#ContentWrapper .ContentBottom 
{
    background-image: url(../../images/ModuleSpecific/Content/content-bottom.gif);
    background-position: top left;
    background-repeat: no-repeat;
    width: 440px;
    height: 8px;
    font-size: 0px;
    margin-bottom: 20px;
}

#ContentImage 
{
    margin-top:20px;
    float: right;
    width: 340px;
}

#imgWrapAll 
{
    /* margin-top:20px; */
    float: right;
    /* width: 340px; */
}

