body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #b2cc5e;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image: url(images/bg-green.jpg);
	background-repeat: repeat;

}

#eframe {
	background-color:#FFFFFF;
	margin: 0 auto;
	width: 990px;
	background-repeat: repeat-x;

}

#masth {
	background-image:url(images/marketing-services.jpg);
	height: 100px;
	color: #333333;
	line-height: 1.2;
	text-align:right;
}
#masth h1 {font-size:18px;
font-weight:bold;
font-stretch: condensed;
}

#menu {
	padding: 10px 10px 0 10px;
	background-color: #2F3B53;
	color: #FFFFFF;
	height: 30px;
	margin-top: 3px;

}

#menu a {	color:#ffffff;}

.twoColFixRtHdr #container {
	width: 984px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0  0px 0 0px; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #ffffff;
	text-align: left;

} 

.twoColFixRtHdr #header {

	background: #DDDDDD;

	height: 140px;

} 

.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 50px 3px 0 620px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 75px;
	width: 350px;

}

.twoColFixRtHdr #sidebar1 {

	float: right; /* since this element is floated, a width must be given */

	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */

	padding: 20px 10px;

	margin-top: 20px;

}

.twoColFixRtHdr #mainContent {

	margin: 0 330px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */

	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	margin-top: 40px;

	border-right-style: dashed;

	border-right-color: #CCCCCC;

	border-right-width: thin;

} 

.twoColFixRtHdr #footer {
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#2F3B53;

} 

.twoColFixRtHdr #footer p {

    color:#FFFFFF;

	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

}

#footer a {	color:#ffffff;}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */

	float: right;

	margin-left: 8px;

}

.fltlft { /* this class can be used to float an element left in your page */

	float: left;

	margin-right: 8px;

}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;

    height:0;

    font-size: 1px;

    line-height: 0px;

}

.bl {

	background: url(bl.gif) 0 100% no-repeat #e68200;

	width: 100%;

	color: #FFFFFF;

}

.br {background: url(br.gif) 100% 100% no-repeat}

.tl {background: url(tl.gif) 0 0 no-repeat}

.tr {background: url(tr.gif) 100% 0 no-repeat; padding:10px}

.gbl {

	background: url(gbl.gif) 0 100% no-repeat #b2cc5e;

	width: 100%;

	color: #333333;

}

.gbr {background: url(gbr.gif) 100% 100% no-repeat}

.gtl {background: url(gtl.gif) 0 0 no-repeat}

.gtr {background: url(gtr.gif) 100% 0 no-repeat; padding:10px}

.bbl {

	background: url(bbl.gif) 0 100% no-repeat #b2d3f9;

	width: 100%;

	color: #333333;

	list-style-position: outside;

}

.bbr {background: url(bbr.gif) 100% 100% no-repeat}

.btl {background: url(btl.gif) 0 0 no-repeat}

.btr {background: url(btr.gif) 100% 0 no-repeat; padding:10px}

.clear {font-size: 1px; height: 1px}

.img {margin-right:15px}

.img1 {margin-bottom:10px}

ul {

	list-style-position: outside;

}
