
body{
margin:0;
padding:0;
background:url(background.jpg);
line-height: 1.5em;


}

b{font-size: 110%;}
em{color: white;}
h2 {
font-size: 1.4em;
text-align: center;
}

a:link { color: yellow; }
a:active { color: yellow; }b{font-size: 110%;}
a:visited { color:yellow; }


#topsection{
background: url(banner.jpg);
height: 155px; /*Height of top section*/
margin: 0;
padding-top: 15px;
}


#contentwrapper{
float: left;
width: 100%;

}

#contentcolumn{
margin: 0 15% 0 10%;
/*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
color:white; 

top:255px;
background-image:url (background.jpg);
}

#leftcolumn{
float: left;
width: 20%; /*Width of left column in percentage*/
margin-left: -100%;}
#rightcolumn{
float: left;
width: 20%; /*Width of right column in pixels*/
margin-left: -25%; /*Set margin to that of -(RightColumnWidth)*/
background: url(background.jpg);
color:white;

}

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

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 160px; /* Width of Menu Items */
border-bottom: 1px solid #ccc;


}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;


}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: white;
text-decoration: none;
background-color:  #270FDB;
padding: 1px 5px;
border: 1px solid #ccc;
border-bottom: 0;
}

.suckerdiv ul li a:visited{
color: yellow;
}

.suckerdiv ul li a:hover{
background-color:  #270FDB;
}

.suckerdiv .subfolderstyle{
background: url(media/arrow-list.gif) no-repeat center right;
}

	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */



#1table{position:absolute;
top:205px;
left:180px;
}

}

#2table{position:absolute;
top:225px;
right:155px;


}

#footer{
clear: left;
width: 100%;
background:url(background.jpg);
color: white;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #000;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}












