﻿/*CONTENT BOX*/
#contentBox
{
    width: 1040px;
    position: relative;
}

#mainContent
{
    width: 975px;
    position: relative;
    border:3px solid #fff;
    margin-left:30px;
    z-index: 20;
    background:#ffffff;
    min-height:500px;

}

#contentBoxTopLeft
{
    background: url(/Images/shadowTopLeft.png) no-repeat;
    height: 50px;
    width: 50px;
    position: absolute;
    top:-30px;
    left: 0;
    z-index: 10;
}

#contentBoxTopRight
{
    background: url(/Images/shadowTopRight.png) no-repeat;
    height: 50px;
    width: 50px;
    position: absolute;
    top:-30px;
    right: 0;
    z-index: 10;
}

#contentBoxBottomLeft
{
    background: url(/Images/shadowBottomLeft.png) no-repeat;
    height: 50px;
    width: 50px;
    position: absolute;
    bottom:-30px;
    left: 0;
    z-index: 10;
}

#contentBoxBottomRight
{
    background: url(/Images/shadowBottomRight.png) no-repeat;
    height: 50px;
    width: 50px;
    position: absolute;
    bottom:-30px;
    right: 0;
    z-index: 10;
}

#contentBoxTop
{
	background:url(/Images/shadowTopTile.png) repeat-x;
	height:30px;
	position:absolute;
	left:50px;
	top:-30px;
	right:50px;
	z-index: 10;
}

#contentBoxBottom
{
	background:url(/Images/shadowBottomTile.png) repeat-x;
	height:30px;
	position:absolute;
	left:50px;
	bottom:-30px;
	right:50px;
	z-index: 10;
}

#contentBoxLeft
{
	background:url(/Images/shadowLeftTile.png) repeat-y;
	width:30px;
	position:absolute;
	left:0px;
	bottom:20px;
	top:20px;
	z-index: 10;
}

#contentBoxRight
{
	background:url(/Images/shadowRightTile.png) repeat-y;
	width:30px;
	position:absolute;
	right:0px;
	bottom:20px;
	top:20px;
	z-index: 10;
}
