/* CSS Document */
body {
	padding:0;
	margin:0;
	background:url(images/bodyBg1.jpg) repeat left 200px;
	font-family:"Times New Roman";
	font-size:13px;
	color:#FFFFFF;
}
#bodyBg {
	background:url(images/bodyBg.jpg) repeat-x left top;
}
#main {
	padding:0;
	margin:0 auto;
	width:925px;
}
p,ul,li,a,img,form {
	padding:0;
	margin:0;
}
img {
	border:none;
}
a {
	outline:none;
}
/**********************************************/
.header {
	background:url(images/header.jpg) no-repeat left top;
	height:344px;
}
p.phone {
	color:#FFFFFF;
	font-size:19px;
	padding:67px 0 0 50px;
	font-family:"Times New Roman";
	letter-spacing:3px;
}
p.address {
	color:#ccc;
	font-size:12px;
	padding:0 0 0 35px;
	font-family:Arial;
}
p.Providing {
	color:#FFFFFF;
	font-weight:bold;
	font-size:19px;
	font-family:"Times New Roman", Times, serif;
	padding:210px 0 0 285px;
}
/**********************************************/
.content {
}
.sidebar {
	width:250px;
	float:left;
	font-size:22px;
	padding:10px 0 0 15px;
}
/**********************************************/
.maincontent {
	width:660px;
	float:right;
}
.contentBg {
	background:url(images/contentBg.jpg) repeat-y;
}
.contentBottom {
	background:url(images/contentBottom.jpg) no-repeat left bottom;
	height:1%;
	padding-bottom:20px;
}
.left {
	float:left;
	width:450px;
	padding:20px 0 0 0;
}
.leftImg {
	padding:0 0 0 30px;
}
.leftText {
	padding:15px 0 0 45px;
	font-size:13px;
	color:#ccc;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	text-align:justify;
}
.right {
	float:right;
	width:200px;
}
/**********************************************/
.footer {
	background:url(images/footerLeft.gif) no-repeat left top;
	height:31px;
	font-family:Arial;
	font-size:11px;
	color:#999999;
	padding:15px 0 0 30px;
}

