@charset "utf-8";
/* CSS Document */



body{
margin:0;
padding:0;
line-height: 1.5em;
}

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

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

#topsection{
background: #fff;
height: 220px; /*Height of top section*/
text-align:center;
}

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

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

#contentcolumn{
margin-left: 0px; /*Set left margin to LeftColumnWidth*/
}
#content-l {
	width:490px;
	background-image: url(../images/content-l.gif);
	background-repeat:no-repeat;
	height: 350px;
	float: left;
	
	
	
}

#content-r {
	width:490px;
	
	background-image: url(../images/content-r.gif);
	background-repeat:no-repeat;
	height: 350px;
	float:right;
	
}
#content-full {
	width:980px;
	background-image: url(../images/back-full.gif);
	background-repeat: no-repeat;
		float:right;
		height:380px;
	
}
#content-mid {
	width:980px;
		background-image: url(../images/back-mid.gif);
	background-repeat:no-repeat;
	height: 320px;
	float:right;
	
}
#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
background: #C8FC98;
}

#footer{
clear: left;
width: 100%;
background:#fff;
color: #FFF;
text-align:right;
padding: 4px 0;

}

.footer-text{
color: #E2007A;
font-size:10px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
text-decoration:none;
padding-right:33px;

}

#footer a:hover{
color: #000;

}

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