#frame 
{
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -480px;
    width: 960px;
    z-index: 0;
}

#header-background
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 960px;
    z-index: 0;
}

#header
{
	margin-top: 0px;
    position: relative;
    width: 960px;
    z-index: 1;
}

#menu
{
    position: relative;
    margin-top: 160px;
    width: 960px;
}

#body
{
    position: relative;
    width: 960px;
    z-index: 1;
    min-height: 400px;
    height: expression(this.offsetHeight < 400 ? "400px" : true);
}

#body-left
{
    position: relative;
    width: 329px;
    float: left;
    z-index: 2;
}

#title
{
    position: relative;
    margin-top: 57px;
    margin-left: 30px;
    z-index: 1;
}

#submenu
{
    position: relative;
    margin-top: 0px;
    margin-left: 54px;
    z-index: 1;
}


#body-right
{
    position: relative;
    width: 622px;
    float: right;
    z-index: 2;
}

#title-right
{
    position: relative;
    margin-top: 64px;
    margin-left: 40px;
    width: 495px;
    z-index: 1;
}

#intro-right-scrollarea
{
    position: relative;
    margin-top: 18px;
    margin-left: 22px;
	overflow: auto; 
	max-height: 80px;
	height: expression(this.offsetHeight > 80 ? "80px" : true);
	width: 570px;
	z-index: 1;
}

#intro-right
{
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 10px;
}

#submenu2-right
{
    position: relative;
    margin-top: 15px;
    margin-left: 22px;
	width: 570px;
	z-index: 1;
}

#text-right-noscroll
{
    position: relative;
    margin-top: 28px;
    margin-left: 22px;
	overflow: auto; 
	width: 570px;
	z-index: 1;
}

#text-right-scrollarea
{
    position: relative;
    margin-top: 28px;
    margin-left: 22px;
	overflow: auto; 
	max-height: 350px;
	height: expression(this.offsetHeight > 350 ? "350px" : true);
	width: 570px;
	z-index: 1;
}

#title-right-short
{
    position: relative;
    margin-top: 15px;
    margin-left: 40px;
    width: 495px;
    z-index: 1;
}

#text-right-scrollarea-short
{
    position: relative;
    margin-top: 20px;
    margin-left: 22px;
	overflow: auto; 
	height: 180px; 
	width: 570px;
	z-index: 1;
}

#text-right-scrollarea-veryshort
{
    position: relative;
    margin-top: 20px;
    margin-left: 22px;
	overflow: auto; 
	height: 80px; 
	width: 570px;
	z-index: 1;
}


#text-right
{
    position: relative;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 10px;
}


#footer 
{
    position: relative;
    width: 960px;
    height: 125px;
    z-index: 1;
    clear: both;
}

#footer-links
{
    position: relative;
    margin-top: 80px;
    margin-left: 30px;
    z-index: 1;
}


#credit
{
    position: relative;
    width: 960px;
    z-index: 1;
    text-align: center;
}