body{
	font-family:Arial, Helvetica, sans-serif;
	background: url(../images/bg.jpg) repeat-x;
	font-size:12px;
	color:#027bc2;
	margin:0;
	padding:0;
}

.leftbg{
	background:url(../images/left_bg.jpg) repeat-x top;
	
}
.border{
	border:solid 1px #F0F0F0;
}
.contact{
	line-height:18px;
	padding:0 0 0 10px;
}


#footer{
	background:#027bc2;
}

.footer_bg{
	background:url(../images/footer_bg.jpg) repeat-y;
	height:50px;
}
.welcome{
	padding:35px 0 0 25px;
}
.text{
	text-align:justify;
	width:659px;
}
.features{
	padding:30px 0 0 0;
	line-height:18px;
} 

#footer a{
	text-decoration:none;
	color:#CACACA;
}

#footer a:hover{
	text-decoration:underline;
	color:#CACACA;
}


