/* CSS Document */
#wrapperDiv {
position: relative;
top: 0px;
left: 0px;
z-index: 201;
}

body{
	margin:0;
	padding:0;
	line-height: 1.5em;
	top: 0px;
	padding-top: 0px;
	background-image: url(images/ebl_background.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: fixed;
	background-color: #FBDFEB;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #333333;
	text-align:left;
}

b{font-size: 110%;}

#whitewrap{
background-color: #FFFFFF;
width: 804px;
margin: 0 auto;
}

#greenwrap{
background-color: #7BC142;
width: 802px;
margin: 0 auto;

}

#maincontainer{
background-color: #FFFFFF;
width: 793px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #FFFFFF;
height: 165px; /*Height of top section*/
}

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

#contentcolumn{
margin-left: 220px; /*Set left margin to LeftColumnWidth*/
margin-top: 0px;
}

#leftcolumn{
	float: left;
	width: 220px;
	background: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: -793px;
	top: 0px;
	height: 100%;
}

#footer{
	clear: left;
	width: 100%;
	background: #7BC142;
	color: #FFF;
	padding: 4px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
}

#footer a{
color: #EE2B74;
}

#footer_bw{
width: 750px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
	clear: left;
	width: 100%;
	background: #FFFFFF;
	color: #666666;
	padding: 4px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 120%;
	text-align:right;
}

#footer_bw a{
color: #F95C9C;
}

#kudos{
	margin-top: 190px; 
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;
	text-align:center;
}

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

<!--
.p7tbsub {background-color: #FFFFFF; border: 1px solid #7BC142; font-size: 12px; font-family: Verdana,Arial, Helvetica, sans-serif; layer-background-color: #FFFFFF;}
.p7tbsub p {margin: 0px; padding: 4px 4px 4px 4px;}
.p7tbsub a:link {color: #EE2B74;}
.p7tbsub a:visited {color: #EE2B74;}
.p7tbsub a:hover {
	color: #EE2B74;
	text-decoration: none;
	display: block;
	background-color: #FFFFFF;
	width: 100%;
	border-top-color: #7BC142;
	border-top-style: dotted;
	border-bottom-color: #7BC142;
	border-bottom-style: dotted;
	height: 18px;
	border-top-width: medium;
	border-bottom-width: medium;
	line-height: 20px;
	}
.p7tbsub a:active {color: #EE2B74;}
.p7tbdn {color: #EE2B74 !important; font-weight: bold;}

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7BC142;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

/*LINKS STYLES*/
a:link {color: #EE2B74;; text-decoration: none;}
a:visited {color: #F95C9C;; text-decoration: none;}
a:hover {color: #EE2B74;; text-decoration: underline;}
a:active {color: #EE2B74;; text-decoration: none; font-weight: bold}

.bullet {
	list-style-position: inside;
	line-height: 120%;
	list-style-type: disc;
	text-indent: 2px;
}