body {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	padding-top: 0px;
	background-repeat: repeat-x;
	font-family: Calibri;
	background-color: #00B7FB;
	background-image: url(../img_template/bkg_col_top.jpg);
}

#box_header_1 {
	height: 410px;
	background-repeat: no-repeat;
	width: 1080px;
	background-image: url(../img_template/bkg_top_home.jpg);
	vertical-align: top;
}
#box_header_2 {
	height: 410px;
	background-repeat: no-repeat;
	width: 1080px;
	background-image: url(../img_template/bkg_top_services.jpg);
	vertical-align: top;
}
#box_header_3 {
	height: 410px;
	background-repeat: no-repeat;
	width: 1080px;
	background-image: url(../img_template/bkg_top_about_us.jpg);
	vertical-align: top;
}
#box_header_4 {
	height: 410px;
	background-repeat: no-repeat;
	width: 1080px;
	background-image: url(../img_template/bkg_top_faq.jpg);
	vertical-align: top;
}
#box_header_5 {
	height: 410px;
	background-repeat: no-repeat;
	width: 1080px;
	background-image: url(../img_template/bkg_top_contact_us.jpg);
	vertical-align: top;
}


#nav_table {
	float: left;
	margin-left: 150px;
	margin-top: 130px;
}

/*------------ Main Text Area---------------------------*/
#box_main {
	background-repeat: repeat-y;
	background-position: center top;
	width: 1080px;
	background-image: url(../img_template/bkg_line.jpg);
	vertical-align: top;
}
#box_main_left {
	width: 132px;
	vertical-align: top;

}
#box_main_centre {
	background-color: #FFFFFF;
	vertical-align: top;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	width: 758px;

}
#box_main_right {
	width: 130px;
	vertical-align: top;

}

#box_body {
	width: 760px;
}



/*------------ Footer ------------------------------------------*/

#box_footer {
	height: 68px;
	padding: 0px;
	background-image: url(../img_template/bkg_footer.jpg);
	background-repeat: no-repeat;
	width: 800px;
	background-position: bottom;
}
#box_footer p {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #73D9FB;
	padding-right: 150px;
	text-align: right;
	letter-spacing: 0.05em;
	padding-top: 35px;
}
#box_footer a	{
	color:#73D9FB;
	text-decoration: underline;
	font-weight: normal;
}
#box_footer a:hover	{
	color:#306494;
	text-decoration:none;
	font-weight: normal;
}

h1 {
	color: #000000;
	font-weight: normal;

}

h2 {
	font-weight: normal;
	font-size: 24px;
	font-family: Calibri;
	font-style: italic;
	text-align: center;

}

h3 {
	font-weight: normal;
	font-size: 20px;

}

h4 {

}

p {
	text-align: left;
	color: #666666;
	font-size: 16px;
}

a {
	color: #AD2786;

}

ul {
	text-align: left;
	color: #666666;
	font-size: 16px;
}
img {
	background-position: top;
	vertical-align: top;
}

.blue {
	color: #0386BE;

}

.magenta {
	color: #AD2786;

}

.img_float_right {
	float: right;
	margin-right: 150px;
	margin-top: 30px;

}

