.style1 {color: #000000}
#container {
	width: 950px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	width: 500px;
}
#rightLinks {
	float: right;
	height: 25px;
	width: 250px;
	margin-top: 50px;
}
#mainContent {
	width: 700px;
	min-height: 500px;
	background-image: url(../images/cellbg.jpg);
	text-align: center;
	padding-left:25px;
}
#rightContent {
	background-color: #C7EAE9;
	float: right;
	width: 340px;
	min-height:500px;
	border: 1px solid #A6B2B5;
}
#container #rightLinks #services {
	float: left;
	width: 100px;
}
#container #footer {
	text-align: center;
	background-color: #EEBD9E;
}
p{
	padding:5px;
	font-weight:normal;
	font-style:normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

