/* CSS Document */

body {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	font-family:Tahoma;
	font-size:10px;
	background-image:url(images/bg.gif);

}

a { color:#848284; 
text-decoration: none;
}


a:hover { color:#FF9900; 
text-decoration: none;
}


a.en { color:#E7E7E7; 
text-decoration: none;
}

a.en:hover { color:#FF9900; 
text-decoration: none;
}

a.en1 { color:#FFFFFF; 
text-decoration: none;
}

a.en1:hover { color:#FF9900; 
text-decoration: none;
}

td.plans { border-top: 1px solid #FFFFFF;
border-bottom: 1px solid #C0C0C0;
height="20";
}


#wrapper {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	}
	
.header {
	width:760px;
	height:65px;
	position:relative;
	}
	
	.logo {
		width:210px;
		text-align:center;
		float:left;
		position:relative;
		}
		
	.links {
		top:12px;
		width:550px;
		float:right;
		position:relative;
		}

.banner {
	width:760px;
	height:200px;
	position:relative;
	}
	
.main {
	width:760px;
	position:relative;
	}
	
	.plan1 {
		width:165px;
		float:left;
		position:relative;
		}
		
	.plan2 {
		width:165px;
		padding-left:10px;
		padding-right:10px;
		float:left;
		position:relative;
		}
		
	.plan3 {
		width:165px;
		float:left;
		position:relative;
		}
		
	.plantext {
		background-color:#f1f1f1;
		width:135px;
		padding:15px;
		padding-left:15px;
		position:relative;
		line-height:18px;
		}
		
	.subbox {
		width:515px;
		float:left;
		position:relative;
		}
		
	.maintext {
		background-color:#F4F4F4;
		width:485px;
		padding:15px;
		padding-left:15px;
		position:relative;
		line-height:18px;
		}
		
	.text {
		width:190px;
		float:right;
		position:relative;
		padding:25px;
		padding-left:30px;
		padding-bottom:0px;
		text-align:justify;
		line-height:18px;
		color:#666666;
		}
		
.footer {
	width:760px;
	height:60px;
	position:relative;
	top:35px;
	background-image:url(images/footerbg.gif);
	background-repeat:no-repeat;
	}
	
	.footerlinks {
	padding-left:15px;
	padding-top:13px;
	float:left;
	width:300px;
	}
	
	.copyright {
	padding-right:15px;
	padding-top:13px;
	float:right;
	width:300px;
	}
