body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-image: url(images/bgr1-11.gif);
	background-repeat: repeat;

}

#eframe {
	margin: 0px auto;
	width: 984px;
	background-repeat: repeat-x;

}

#masth {
	background-image:url(images/marketing-services4.jpg);
	height: 150px;
	color: #092990;
	line-height: 1;
	text-align:right;
}
#masth h1 {font-size:18px;
font-weight:bold;
}

#menu {
	padding: 5px 3px 0 3px;
	background-color: #333333;
	color: #FFFFFF;
	height: 25px;
	margin-top: 0px;

}

#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: 0px 0px 0px 0px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;

} 

.twoColFixRtHdr #header {
	background: #DDDDDD;
	height: 150px;
	margin-top: 0px;
	padding-top: 0px;

} 

.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 {
	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;
	float: right;

}

.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;
	color: #333;

} 

.twoColFixRtHdr #mainContent h1{
	font-size:24px;
	color:#036;
	
}

.twoColFixRtHdr #mainContent h2{
	font-size:15px;
	color:#03C;
}
.twoColFixRtHdr #footer {
	padding: 0 10px 0 10px;
	background-color: #333333;

} 

.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;

}

.abl {

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

	width: 100%;

	color: #FFFFFF;

}

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

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

.atr {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;
	top: auto;

}
.twoColFixRtHdr h4 {
	color:#333;
	font-size:14px;
}

