body{
margin:0;
padding:0;
line-height: 1.5em;
background-color: #000;
background-repeat: repeat;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
border: 4px solid #000000;
}

#topsection{
background: #000;
height: 176px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
background: #000;
}

#contentcolumn{
margin-left: 130px; /*Set left margin to LeftColumnWidth*/
background: #000;
}

#leftcolumn{
float: left;
width: 130px; /*Width of left column*/
margin-left: -800px; /*Set left margin to -(MainContainerWidth)*/
background: #000;

}

#footer{
clear: left;
width: 100%;
background: #FFF;
color: #FFF;
text-align: center;
padding: 0px 0;
height: 18px;
}

#footer a{
color: #FFF;
}

.innertube{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


#Tableproperties {color: #fff;}

#Tableproperties h1{
	font-weight:bold;
	font-size: 26px;
	margin-top: 0px;
	margin-bottom:0px;	
	color: #fff;
}

#Tableproperties h2{
	font-weight:bold;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom:0px;	
	color: #fff;
}

#Tableproperties h3{
	font-weight:bold;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom:0px;	
	color: #fff;
}

#Tableproperties p {
	text-indent: 0.5cm;
	font-family: "Ariel",sans-serif;
	font-size: 12px;
	color: #fff;
	/*color: #5c4b4d;	*/
	text-decoration: none;
	border: 0;
	line-height: 1.3;
	margin-top: 7px;
	margin-bottom:0px;
}