body{
margin:0;
padding:0;
line-height: 1.5em;
font-family: sans-serif, arial, 'lucida console', helvetica;
font-size: 115%;
}

b{font-size: 110%;}
em{color: red;}


#topsection{
background-image: url(http://www.thebosas.com/images/header_bg.png); 
background-color: #fff;
height: 130px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

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

#contentcolumn{
margin: 0 180px 0 200px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column in percentage*/
margin-left: -100%;
background: #fff;
}

#rightcolumn{
float: left;
width: 180px; /*Width of right column in pixels*/
margin-left: -180px; /*Set margin to that of -(RightColumnWidth)*/
background: #fff;
}

#footer{
clear: left;
width: 100%;
background-image: url(http://www.thebosas.com/images/left_sidebar_headings_bg.png);
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

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

img {
margin: 0px;
padding: 0px;
border: none;
}

.right_ad_block {
height: 620px;
width: 150px;
background-image: url(http://www.thebosas.com/images/right_sidebar_block_bg.png); 
background-color: #fff;
margin: 0px;
padding: 20px 0px 0px 30px;
}

.left_block {
width: 193px;
border: none;
border-top: 1px solid #00ff00;
border-right: 1px solid #00ff00;
border-bottom: 1px solid #00ff00;
background-image: url(http://www.thebosas.com/images/left_sidebar_headings_bg.png);
background-repeat: repeat-x; 
background-color: #fff;
margin: 5px 0px 0px 0px;
padding: 0px 3px 3px 3px;
}

.right_block {
width: 173px;
border: none;
border-top: 1px solid #00ff00;
border-left: 1px solid #00ff00;
border-bottom: 1px solid #00ff00;
background-image: url(http://www.thebosas.com/images/left_sidebar_headings_bg.png);
background-repeat: repeat-x; 
background-color: #fff;
margin: 5px 0px 0px 0px;
padding: 0px 3px 3px 3px;
}

ul {
margin: 0px 0px 0px 10px;
padding: 0px 0px 0px 5px;
}

li {
margin: 0px 0px 0px 10px;
padding: 0px 0px 0px 5px;
}

a {
color:#0000ff;
text-decoration:underline;
}
a:hover {
color:#0000ff;
text-decoration:underline;
}
a:visited {
color:#0000ff;
text-decoration:underline;
}