* {
    padding: 0;
    margin: 0;
} 

body {
	background: #fff;
	font: .74em "Trebuchet MS" Verdana, Arial, sans-serif;
	line-height: 1.5em;
	text-align: left;
	height: 100px;
}
a {
	color: #3B6EBF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}


#wrap {
	width: 800px;
	background: #fff url(images/midbg.jpg) repeat-y;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

#top {
	background: #fff url(images/topbg.jpg);
	height: 30px;
}

#content {
	padding: 0 40px;
}

#bottom {
	background: #fff url(images/botbg.jpg) no-repeat;
	height: 30px;
	font: 10px Verdana, Geneva, sans-serif;
	text-align: center;
	vertical-align: top;
}
#footer {
	font: 9px Verdana, Geneva, sans-serif;
	text-align: center;
	padding-bottom: 15px;
}


.header {
	height: 184px;
	background: #85ACF7 url(images/top.jpg) center center;
	width: 700px;
	margin-left: 10px;
}

.header h1 { padding-left: 17px; padding-top: 22px; font-size: 22px; color: #FFF; }
.header h1 a { font-size: 22px; color: #FFF; text-decoration: none;}
.header h2 { padding-left: 17px; padding-top: 0px; font-size: 17px; color: #FFF; }

.breadcrumbs {
	background: #F6F9FB;
	border-bottom: 1px solid #E1E1E1;
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
}
	
.middle {
	float: left;
	width: 55%;
	margin: 0 0px 0 5px;
	padding: 3% 5px 5px;
	height: auto;
}
#wrap #content .middle .luck_text {
	font: 12px Verdana, Geneva, sans-serif;
	background: #F5F9FB;
	padding: 3px;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	-moz-border-radius: 3px;
}

.right {
	float: left;
	width: 150px;
	padding: 10px 3px 3px;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 3px;
}
#content .right .testimonials {
	color: #036;
	border-top: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	font: normal 10px Verdana, Geneva, sans-serif;
	-moz-border-radius: 3px;
	padding: 3px;
	height: auto;
}
#left {
	width: 140px;
	float: left;
	padding-top: 10px;
	text-align: center;
	padding-right: 5px;
}

.right ul {
	padding: 20px 0 15px 20px;
	margin:0;
}

.right li {
	margin-bottom:5px;
	list-style-type: square;
	color: #3B6EBF;
}

.middle h2 { color: #3B6EBF; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}
.right h2 { color: #3B6EBF; font-size: 14px; margin-top: 15px;}


#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
#content .middle #aboutus {
	padding-right: 3px;
	padding-left: 3px;
}
#content .middle #aboutus ul #bullet {
	padding-left: 15px;
}
