﻿.t {background: url(../Images/bg_t_bb.gif) 0 0 repeat-x; width: 100%;line-height:normal;background-color:black}
.b {background: url(../Images/bg_b_bb.gif) 0 100% repeat-x;}
.l {background: url(../Images/bg_l_bb.gif) 0 0 repeat-y;}
.r {background: url(../Images/bg_r_bb.gif) 100% 0 repeat-y;}
.bl {background: url(../Images/bg_bl_bb.gif) 0 100% no-repeat;}
.br {background: url(../Images/bg_br_bb.gif) 100% 100% no-repeat;}
.tl {background: url(../Images/bg_tl_bb.gif) 0 0 no-repeat;}
.tr {background: url(../Images/bg_tr_bb.gif) 100% 0 no-repeat; padding: 50px;}
DIV.body
{
	/*background-color: #faf8f2; */
	background-color: Black;
	color: gray;
	text-align:left;
	font-weight:bolder;
}
DIV.sidebar 
{
	position:absolute; 
	left: 0; 
	width: 135px;
	height: 330px; 
	background: url(../Images/Sidebar.gif);
	background-repeat:no-repeat;
	background-color: #faf8f2; 
	color: black;
}
DIV.content {padding-left: 5px; padding-right:5px}
a.redlink:Link,a.redlink:visited {color:Red;}

.windowimage
{
	display:inline; 
	/*padding-left: 35px;*/
	margin:15px auto 0 auto;
	float: left; 
	/*padding-top: 15px;*/
}

DIV.propped
{
	min-height:75px;
	height:auto !important;
	height:75px;
}

