body { 
	margin: 0 auto;
	text-align: center;
	background-color: #6699CC;
	background-image: url('images/gradient_background.gif');
	background-repeat: repeat-x;
	font-family: Verdana, Arial;
	font-size: 18px;
	font-style: normal;
}

p {
	margin: 10px 30px 20px 30px;
	font-family: Verdana, Arial;
	font-size: 16px;
	text-align: justify;
}

p.smaller {
	font-size: 12px;
}

table {}

form {
	margin: 0px;
	padding: 0px;
}

ul.wide {
	padding-left: 80px;
	padding-right: 30px;
	text-align: left;
	font-size: 18px;
}

ul.thin {
	padding-left: 240px;
	padding-right: 30px;
	text-align: left;
	font-size: 18px;
}

h1 {
	text-align: center;
	margin: 10px 15px 30px 15px;
	font-variant: small-caps;
	font-weight: 100;
	font-size: 40px;
	border-bottom: 1px solid #000000
}

h2 {
	margin: 10px 15px 20px 15px;
	font-variant: small-caps;
	font-weight: 400;
	font-size: 34px;
}

h3 {
	margin: 10px 15px 20px 15px;
	font-variant: small-caps;
	font-weight: 500;
	font-size: 18px;
}

.label {
	position: absolute;
	z-index: 2;
	float: left;
	left: 20px;
	top: 125px;
	color: #6699CC;
	font-size: 24px;
	font-variant: small-caps;
}

.advert {
	margin: 0 auto;
	background-color: #DDDDDD;
	width: 400px;
	padding: 20px;
	margin-bottom: 50px;
	border: 4px solid #000000;
}

.advert ul {
	padding-left: 20px;
	padding-right: 10px;
	text-align: left;
}


.advert TD.left {
	white-space: nowrap; 
	text-align: right;
	font-weight: bold
}

.advert TD.right {
	text-align: left;
	padding-left: 10px;
}

.advert TD.bottom {
	font-size: 20px;
}

.coupon_small {
	font-size: 20px;
	padding: 10px;
	border-style: dashed;
	cursor: pointer;
}

.coupon_large {
	width: 500px;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	background-position: 98% 98%;
	background-color: #DDDDDD;
	font-size: 36px;
	padding: 20px;
	line-height: 36px;
	border-style: dashed;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 850px;
}

#main {
	width: 850px;
	overflow: hidden;
}

#header {
	margin: 0 auto;
	text-align: center;
	width: 850px;
}

#left-sidebar {
        float: left;
	margin: 0 auto;
	width: 150px;
	height: 100%;
	background: black;
	padding-bottom: 160cm;
	margin-bottom: -160cm;
}

#right-sidebar {
	float: right;
	width: 140px;
	height: 100%;
	background: url("images/businesses_background.gif") repeat;
	padding-bottom: 165cm;
	margin-bottom: -165cm;
}

#center-bar {
        float: left;
	width: 560px;
	background: white;
	padding-bottom: 160cm;
	margin-bottom: -160cm;
	text-align: center;
}

#menu {
	margin-top: 2cm;
	margin-bottom: 2cm;
}

#footer {
	font-style: italic;
	text-align: center;
	clear: both;
	width: 850px;
	margin-top: 0.3cm;
}

div.testimonial {
  padding: 20px 0px 10px 0px;
  margin: 0px 50px 0px 50px;
  font-style: italic;
  color: #333333;
  text-align: left;
  border-bottom: 1px solid #999999;
}
  
div.preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}

.b1f, .b2f, .b3f, .b4f {font-size:1px; overflow:hidden; display:block;}
.b1f {height:1px; background:#000; margin:0 5px;}
.b2f {height:1px; background:#000; margin:0 3px;}
.b3f {height:1px; background:#000; margin:0 2px;}
.b4f {height:2px; background:#000; margin:0 1px;}

.w1f, .w2f, .w3f, .w4f {font-size:1px; overflow:hidden; display:block;}
.w1f {height:1px; background:#FFFFFF; margin:0 5px;}
.w2f {height:1px; background:#FFFFFF; margin:0 3px;}
.w3f {height:1px; background:#FFFFFF; margin:0 2px;}
.w4f {height:2px; background:#FFFFFF; margin:0 1px;}


a.srollover {
    margin: 0 auto;
    display: block;
    width: 146px;
    height: 43px;
    background: url("images/button-up-down.gif") 0 0 no-repeat;
    text-decoration: none;
}
 
a:hover.srollover {
    background-position: -146px 0;
} 


