    html, body
    {
      width:100%;
      height:100%;
      background-color: #EC699F;
      margin: 0;
      padding: 0;
    }

    #leftbar
    {
      background-color: #ec699c;
      width: 15px;
    }

    #orangebar
    {
      background-color: #fe860c;
      width: 400px;
      vertical-align: top;
    }

    #content
    {
      /*background-color: #ec699c;*/
      background-color: #ec699c;
      vertical-align: top;
    }

	#right_content
	{
		background-color: #ec699c;
	}

    #redbar
	{
		height: 31px;
		background-color: #ba1316
	}

	#menu
	{
		background-color: #d28cb9;
		height: 125px;
	}

	#menu_highlighter
	{
		background-color: #d28cb9;
		height: 125px;
		float: right;
		width: 40px;
		margin-top: 30px;
	}

	img
	{
		border: 0px;
	}

	.txt_11_brown_bold
	{
		font-family: Arial;
		font-size: 11px;
		font-weight: bold;
		line-height: 15px;
		color: #97191b;
		text-decoration: none;
	}

	.txt_11_brown
	{
		font-family: Arial;
		font-size: 11px;
		font-weight: normal;
		line-height: 15px;
		color: #97191b;
		text-decoration: none;
	}

	.txt_11_white
	{
		font-family: Arial;
		font-size: 11px;
		font-weight: normal;
		line-height: 15px;
		color: #FFFFFF;
		text-decoration: none;
	}

	.txt_11_rose
	{
		font-family: Arial;
		font-size: 11px;
		font-weight: normal;
		line-height: 15px;
		color: #facbdc;
		text-decoration: none;
	}

	.txt_11_white_bold
	{
		font-family: Arial;
		font-size: 11px;
		font-weight: bold;
		line-height: 15px;
		color: #FFFFFF;
		text-decoration: none;
	}