@charset "utf-8";
/* Colour and image design layout scheme file */

html, body {
	background: #300000;
}

#container {
	background: url( /assets/images/bg.png ) repeat-y 50% 0;
}

#right {
	background: url( /assets/images/footer.png ) no-repeat 0px 559px;
}

#right #header {
	background-color: #000;
}

#header #logo {
	top: 5px;
        left:5px;
        height: 100px;
	width: 210px;
	background-image:url( /assets/images/logo_hooha.png );
}

#header #fdisplay
{
position:absolute;
top:45px;
left:590px;
width:100px;
height:75px;
background:url( /assets/images/pages/speechhooha.png ) left no-repeat ;
}

#header #logo1
{
       top:20px;
        position:relative;
        float:left;
        height:100px;
	width: 100px;
	background:url( /assets/images/pages/speechhooha.png ) left no-repeat ;
}

#header #leftheader
{
 float:left;
  width:550px;
  height:120px;
}

#header #rightheader
{
 float:right;
  width:100px;
  height:120px;
}

#header # logo-speech
{
  height:110px;
}

#content {
	border-top-color: #300000;
	border-bottom-color: #300000;
}

#content #block {
	border-color: #300000;
	background: url( /assets/images/blockbg.png ) repeat;
}

#showctl {
	background: #300000 url( /assets/images/expandicon_hooha.png ) no-repeat 50% 0;
}

#hidectl {
	border-left-color: #300000;
	border-bottom-color: #300000;
	background: url( /assets/images/shrinkicon_hooha.png ) no-repeat 50% 50%;
}


