div#rootContainer
{
	background: #1792AE url(../images/layout/background.jpg) repeat-x bottom;
	margin: 0px auto;
	min-height: 838px;
	width: 1024px;
}

div#contentRoot
{
	/*background: #ffffff;*/
	color: #000;
	/*padding:30px 50px 200px 74px;*/
	width: 542px;
    margin-left: 242px;
    margin-top: 5px;
}

div#contentRoot #contentTopBorder
{
	/*background-color:transparent;*/
	background: url(../images/layout/content/content_top.png) no-repeat;
	height: 20px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

div#contentRoot #contentBottomBorder
{
	background:transparent url(../images/layout/content/content_bottom.png) no-repeat left bottom;
	width: 100%;
	padding-bottom: 11px;
}

div#contentRoot #contentBottomBorder #content
{
	background: #fff url(../images/layout/content/content_left.png) repeat-y left;
	min-height: 406px;
	padding: 5px 16px 5px 16px;
	width: 510px;
	overflow-y:auto;
}

div#header
{
	/*background: url(../../nsr/images/layout/header/header_background.png) no-repeat;*/
	height: 215px;
	margin-bottom:16px;
	position: relative;
	width: 100%;
}
img#headerImg
{
	position: absolute;	
}

div#header #headerRuler
{
	bottom: 0px;
	left: 0px;
	position: absolute;
}
div#header img#headerLogo
{
	margin: 0px;
	padding: 0px;
	position: absolute;
}
div#header #headerSlide
{
	width: 424px;
	height: 112px;
	margin-left: 520px;
	padding-top: 22px;
}

div#rightColumn
{
	float: right;
	width: 156px;
	overflow: hidden;
	text-align: center;
	margin-right: 20px;
}

div#rightColumn #sponsorsHeader
{
	/*height: 21px;
	margin-bottom: 6px;
	*/
}

div#rightColumn #sponsorsHeader h1
{
	margin: 0 auto 0 auto;
	color: #ff7e14;
	font-style: italic;
	font-weight: bold;
	font-size: 13pt;
}

div#rightColumn #sponsorsTopBorder
{
	/*background-color:transparent;*/
	background-image: url(../images/layout/content/partner_top.png);
	background-repeat: no-repeat;
	height: 15px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

div#rightColumn #sponsorsBottomBorder
{
	background: transparent url(../images/layout/content/content_bottom.png) no-repeat left bottom;
	height: 11px;
	width: 100%;
}

#sponsors
{
	background: #fff url(../images/layout/content/content_left.png) repeat-y left;
	padding-bottom: 3px;	
	width: 156px;
}

#sponsors ul
{
	margin: 0 0 10px 0;
	padding: 0px;	
}

#sponsors h1
{
	margin: 0px;
	font-size: 11px;
	color: #ED6F00;
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
	margin: 0px 15px 5px 15px;
}

#sponsors li.sponsorImage
{
	list-style: none;
	margin-bottom: 15px;
	text-align: center;	
}

#sponsors li.sponsorImage img
{
	max-width: 90%;
}

#cutePprofilesSprite
{
    float: right;
	margin-right: 3px;
    min-width: 30px;
	max-width: 40px;
	overflow-x: hidden;
	text-align: center;
}

