html{
background: #000;
}
body{
margin:0;
padding:0;
line-height: 1.5em;
text-align: center;
}

a:link {
	text-decoration:none;
}

a:visited {
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

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

br{line-height: 1em;}

img.imageright {
float: right;
position: absolute;
bottom: 0px;
right: 0px
/*
*/
} 

#maincontainer{
width: 940px; /*Width of main container*/
margin: auto; /*Center container on page*/
/*margin: 0 auto; Center container on page*/
}

#topsection{
background: #000;
}

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

#topmenu {
text-align: center;
background: #000;
}

#rightcolumnwrap {
    float:left;
    width:100%;
    overflow:hidden;
    position:relative;
background-image:url('/images/bg.gif');
}
#contentcolumnwrap {
    float:left;
    width:100%;
 		position:relative;
    right:100px;
}
#content {
	background: #bbb;
	text-align: center;
}
#leftcolumnwrap {
    float:left;
    width:100%;
 		position:relative;
    right:740px;
}
#leftcolumn {
    float:left;
    width:100px;
    position:relative;
    left:840px;
}
#contentcolumn {
    float:left;
    width:740px;
    position:relative;
    left:840px;
}
#rightcolumn {
    float:left;
    width:100px;
    position:relative;
    left:840px;
}

#rightimage{
text-align: center;
margin: 0;
padding: 0;
}

#footer{
clear: left;
width: 100%;
background: black;
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;
margin-bottom: 0;
}
