
body{
margin:0;
padding:0;
line-height: 1.5em;
color: #cccccc;
background: #EAEAEA;
}

b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 975px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #EAEAEA;
height: 360px; /*Height of top section*/
background: url(../images/top-bg-index.jpg) 
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
background: url(../images/bg.jpg) 
}

#contentcolumn{
margin-left: 225px; /*Set left margin to LeftColumnWidth*/
height: 675px;
}

#leftcolumn{
float: left;
width: 225px; /*Width of left column*/
height: 675px;
margin-left: -975px; /*Set left margin to -(MainContainerWidth)*/
background: #c1c0bf;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
visibility: hidden;
}

#footer a{
color: #FFFF80;
visibility: hidden;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.tx {
margin:10px 20px;
font-family : arial, verdana,tahoma,sans-serif; 
font-size: 11pt; 
color: #cccccc;
line-height: 1.2em;
}
