@import url("Skin.css");

div#contentContainer 
{
    position: absolute;
    top: 161px;
    left: 33px;
    width: 934px;
    height: 440px;
}

div#contentHeading
{
    float: left;
    height: 70px;
}

div#mainHeading 
{   
    border-bottom: 2px solid #ff7800;
    padding-left: 4px;
    padding-right: 10px;
    width: 408px;
}

div#mainHeading h2
{   
    padding: 0px;
    margin: 0px;
	font-family: "Arial Rounded MT Bold", Arial;
	font-size: 32px;
	line-height: 45px;
	color: #A6A6A6;
}

div#contentHeadingCap
{
    position: relative;
	float: left;
	clear: none;
	width: 500px;
	height: 70px;
	background-image: url('images/spacer_bg.png');
	background-repeat: no-repeat;
	background-position: 0px 45px;
}

div#contentMain
{
    float: left;
    clear: both;
    width: 515px;
    height: 370px;
    margin-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
}

div#rightContainer 
{
    position: absolute;
    top: 275px;
    left: 575px;
    width: 400px;
    height: 500px;
}

div#rightContainer p
{
    margin: 0px;
    padding: 0px;
}









































































































































