body {
    background-color:#fff;
	background-image:url(/img/bg.jpg);
	background-repeat:repeat-x;
	margin:0;
	margin-top:10px
}
div#scel{
    width:804px;
	margin: auto;
	text-align: left;
}
div.logoTop {
    width:804px;
    height:88px;
    text-align:left;
}

div.naviTop {
    background-image: url(/img/leftTop.gif);
	background-repeat: no-repeat;
	background-position: top left;
    float:left;
    width:211px;
    height:177px;
}

div.bannerTop {
    float:right;
    width:593px;
    height:14px;
	font: 9px Arial, Helvetica, sans-serif;
}

div.bannerTopLeft {
    background-color: #fff;
    float:left;
    width:579px;
    height:14px;
	font: 9px Arial, Helvetica, sans-serif;
}

div.bannerTopRight {
    background-image: url(/img/rightTop.gif);
	background-repeat: no-repeat;
	background-position: top right;
    float:right;
    width:14px;
    height:14px;
	font: 9px Arial, Helvetica, sans-serif;
}

div.bannerBody {
    background-color: #fff;
    float:right;
    width:593px;
    height:177px;
}

div#banner {
    background-image: url(/img/banner.jpg);
	background-repeat: no-repeat;
    width:570px;
    height:169px;
    margin-left: 12px;
}

div.modules {
    background-color:#fff;
    width:209px;
    height:627px;
    float:left;
	border-right:2px solid #C0C6C5;
 	text-align:left;
}

div.mod_header {
	background-image: url(/img/mod_header.gif);
	background-repeat: no-repeat;
    width:193px;
    height:23px;
	font: bold 12px/17px Arial, Helvetica, sans-serif;
	padding:0;
	padding-top:6px;
	padding-left:12px;
}
div.mod_body {
	background-image: url(/img/mod_body.gif);
	background-repeat: repeat-y;
    width:193px;
	font: 12px/17px Arial, Helvetica, sans-serif;
	color: #000;
}
div.mod_footer {
	background-image: url(/img/mod_footer.gif);
	background-repeat: no-repeat;
    width:193px;
    height:11px;
}

div.content {
    background-color:#fff;
    width:593px;
    float:left;
}
div.topPrices {
    background-color:#fff;
    width:570px;
    height:156px;
}
div.priceBox {
	background-image: url(/img/div_bg.gif);
	background-repeat: no-repeat;
    width:187px;
    height:156px;
    float:left;
    margin-left:4px;
}
a#home {
	display: block;
	width: 211px;
	height: 39px;
	background-image: url(/img/home.gif);
	background-repeat: no-repeat;
}
a#home:hover {
	background-image:url(/img/home_ov.gif);
}
a#rates {
	display: block;
	width: 211px;
	height: 26px;
	background-image: url(/img/rates.gif);
	background-repeat: no-repeat;
}
a#rates:hover {
	background-image:url(/img/rates_ov.gif);
}
a#how_it_works {
	display: block;
	width: 211px;
	height: 26px;
	background-image: url(/img/how_it_works.gif);
	background-repeat: no-repeat;
}
a#how_it_works:hover {
	background-image:url(/img/how_it_works_ov.gif);
}

a#faq {
	display: block;
	width: 211px;
	height: 25px;
	background-image: url(/img/faq.gif);
	background-repeat: no-repeat;
}
a#faq:hover {
	background-image:url(/img/faq_ov.gif);
}

a#from_mobile {
	display: block;
	width: 211px;
	height: 27px;
	background-image: url(/img/from_mobile.gif);
	background-repeat: no-repeat;
}
a#from_mobile:hover {
	background-image:url(/img/from_mobile_ov.gif);
}
a#contact {
	display: block;
	width: 211px;
	height: 34px;
	background-image: url(/img/contact.gif);
	background-repeat: no-repeat;
}
a#contact:hover {
	background-image:url(/img/contact_ov.gif);
}
.float {
	font: 12px/17px Arial, Helvetica, sans-serif;
	color: #000;
}
.formfont {
	font: 12px/17px Arial, Helvetica, sans-serif;
	color: #000;
}
h1 {
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #000;
	margin:0;
}
h2 {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000;
	margin:0;
}
.bottomNavi {
	clear:both;
	margin-top:8px;
	padding-top:8px;
    border:0;
	border-top:1px dashed #C0C6C5;
	font: 12px/17px Arial, Helvetica, sans-serif;
}
a {
	color: #036;
	text-decoration:none;
	text-decoration:underline;
}
a:hover {
	color: #000;
	font-weight:bold;
	text-decoration:none;
}
a.bNavi {
	color: #113;
	text-decoration:none;
}
a.bNavi:hover {
	color: #000;
	text-decoration:underline;
}
a.printer 
	{
	background-image: url(/img/print_o.gif);
	background-repeat: no-repeat;
 	background-position:bottom right;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FF8000;
	text-decoration: none;
	}
a.printer:hover
	{
	background-image: url(/img/print_.gif);
	background-repeat: no-repeat;
 	background-position:bottom right;
	font: 11px Arial, Helvetica, sans-serif;
	color: #250;
	text-decoration: none;
	}
.formfeld
	{
	border:1px;
	border-style:solid;
	border-color:#525252;
	background-color:#EDFAE1;
	padding-left:4px
	}
.button
	{
	height:20px;
	width:100px;
	border:1px;
	font: 12px Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	border-style:solid;
	border-bottom-color:#036;
	border-right-color:#036;
    border-left-color:#EAFCED;
    border-top-color:#EAFCED;
	background-color:#479351;
	padding-left:4px;
	margin-top:4px;
	margin-bottom:4px;
	}
span.logo {
	color: #023;
	font-weight:bold;
}