body {	
	background: #fff;
	padding: 0;
	font: normal 12px/1.6 arial, helvetica, sans-serif;
	}

#wrapper {
	width: 760px;
	margin:0 auto;
	position: relative;
	}
	
.clear {
	clear: both;
	line-height: 0;
	height: 0;
	padding: 0;
	margin: 0;
	font-size: 1px;
	}

/***** Header *****/

#header {
	height: 100px;
	width: 100%;
	border-bottom: 6px solid #0a9;
	}

#header h1 {
	margin: 0 8px 0 12px;
	padding: 0;
	background: url(../img/services.gif) 100% 24px no-repeat;
	}

.hr {
	background: #000 url(../img/htr.gif) 100% 0 no-repeat;
	}

.hl {
	background: url(../img/htl.gif) 0 0 no-repeat;
	}

.hdrtxt {
	color: #fff;
	float: right;
	margin: 24px 12px 0 0;
	font: bold italic 120%/1.4 trebuchet ms, verdana, arial, helvetica;
	text-align: right;
	height: 50px;
	}


/***** Content *****/

#content {
	background-color: #f1f1f1;
	margin: 0;
	padding: 0;
	}

#left {
	padding: 12px 12px 24px 12px;
	position:relative; /***** ie needs this to show float *****/
	width:525px;
	float:left;
	background-color: #fff;
	border-left: 1px solid #f1f1f1;
}

#right {
	padding-top: 10px;
	margin-left: 550px;
}

.block {
	margin: 0 auto;
	padding: 12px 0;
	width: 190px;
	font: normal 90%/1.4 arial, helvetica, sans-serif;
	}

/***** General Styles *****/

h2 {
	font: bold 16px/1.4 trebuchet ms, verdana, arial, helvetica;;
	border-bottom: 1px solid #f1f1f1;
	margin-top: 24px;
	color: #000;
	}

h3 {
	font: bold 14px/1 arial, helvetica, sans-serif;
	color: #666;
	}

h4 {
	font: bold 12px/1.4 arial, helvetica, sans-serif;
	color: #666;
	margin: 10px 0 0 0;
	padding: 0;
	}

p {
	font: normal 12px/1.6 arial, helvetica, sans-serif;
	color: #666;
	}

blockquote {
	margin-left: 12px;
	font: normal 10px/1.6 arial, helvetica, sans-serif;
	color: #666;
	}

a, a:link, a:visited {
	color: #369;
	text-decoration: none;
	padding: 1px 2px;
	}

a:hover {
	color: #666;
	padding: 1px 2px;
	}

a.nobg, a.nobg:hover {
	background: none;
	padding: 0;
	margin: 0;
	float: left;
	}

.e1 {
	color:#0a9;
	font: bold 52px/1 "Times New Roman", Times, serif;
	margin: -8px -2px 0 0;
	float: left;
	}
img {
	border: none;
	}

.t {background: url(../img/dot.gif) 0 0 repeat-x; background-color: #fff;}
.b {background: url(../img/dot.gif) 0 100% repeat-x}
.l {background: url(../img/dot.gif) 0 0 repeat-y}
.r {background: url(../img/dot.gif) 100% 0 repeat-y}
.bl {background: url(../img/bl.gif) 0 100% no-repeat}
.br {background: url(../img/br.gif) 100% 100% no-repeat}
.tl {background: url(../img/tl.gif) 0 0 no-repeat}
.tr {background: url(../img/tr.gif) 100% 0 no-repeat; padding: 2px 6px 8px 10px;}

/***** Footer *****/

#footer {
	text-align: center;
	width: 100%;
	padding: 0;
	background: #000 url(../img/atom.gif) 100% 0 no-repeat;
	border-top: 6px solid #0a9;
	height: 104px;
	}

.fr {
	background:  url(../img/fbr.gif) 100% 100% no-repeat;
	height: 104px;
	}

.fl {
	background: url(../img/fbl.gif) 0 100% no-repeat;
	padding: 6px 0;
	height: 92px;
	}


#footer p {
	font: normal 70%/1.6 arial, helvetica, sans-serif;
	color: #fff;
	}