body{
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%;
	max-height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1B1B1F;
	text-align: justify;
	margin: 0;

	
}

#framecontentLeft, #framecontentRight{
	position: absolute;
	top: 0px;
	left: -4px;
	width: 200px; /*Width of left frame div*/
	height: 100%;
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: #FFFFFF;
	color: black;
	background-image: url(images/man.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#framecontentRight{
	left: auto;
	right: 0px;
	width: 150px; /*Width of right frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: #FFFFFF;
	color: #1b1b1f;
	background-image: url(images/right.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

#framecontentTop{
	position: absolute;
	top: 0;
	left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
	right: 150px; /*Set right value to WidthOfRightFrameDiv*/
	width: auto;
	height: 105px; /*Height of top frame div*/
	overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
	background-color: #FFFFFF;
	color: #9CA0A3;
	font-size: x-small;
	font-weight: bolder;
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	background-position: right 2px;
	vertical-align: baseline;
	min-width: 450px;
	
}

#maincontent{
	position: fixed;
	top: 105px; /*Set top value to HeightOfTopFrameDiv*/
	left: 200px; /*Set left value to WidthOfLeftFrameDiv*/
	right: 150px; /*Set right value to WidthOfRightFrameDiv*/
	bottom: 0;
	overflow: auto;
	background: #fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #dadada;
	border-right-color: #dadada;
	border-left-width: 1px;
	border-left-color: #dadada;
	background-color: #EBF2F5;
	min-width: 450px;
}

#maincontent  h1 {
	font-size: large;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dadada;
	font-weight: bolder;
}
#maincontent h2 {
	font-size: medium;
	font-weight: bold;

}

#maincontent h3 {
	font-size: medium;
	font-weight: bold;

}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

#innertuberight{
	margin-top: 435px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: right;
	font-size: xx-small;
	padding-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #81929C;
}

#innertuberight h3 {
	color: #FFFFFF;
	background-color: #81929C;
	text-align: center;
	margin-right: -5px;
	text-transform: uppercase;
	font: bold 14px Arial;

}

#innertubeleft{
	margin: 5px; /*Margins for inner DIV inside each DIV (to provide padding)*/
	padding-top: 290px;
	
}

#innertubetop{
	/*Margins for inner DIV inside each DIV (to provide padding)*/
	text-align: right;
	vertical-align: middle;
	color: #1b1b1f;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 0px;
	margin-right: 40px;
	padding-left: 0px;
	font-size: medium;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	border-bottom-width: 1px;
	height: 85px;
	
}

#innertubetop .logo{
float:left;
}

#innertubetop .tele{
	float:right;
	margin-top: 40px;
	margin-right: 20px;
}

* html body{ /*IE6 hack*/
padding: 105px 150px 0 200px; /*Set value to (HeightOfTopFrameDiv WidthOfRightFrameDiv 0 WidthOfLeftFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
	height: 100%;
	width: 100%;
	background-color: #EBF2F5;
	min-width: 450px;
	
}

* html #framecontentTop{ /*IE6 hack*/
	width: 100%;
	color: #D6D8D9;
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	background-position: right 2px;
    color: #9CA0A3;
	font-size: xx-small;
	font-weight: bolder;
	min-width: 450px;
	
	
}


/* navigation*/



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 180px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: #1b1b1f  url(media/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(media/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}
