body {
	text-align: left;
	margin:0px;
	padding:0px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans serif;
	font-size: 90%; 
	color: #333333;
}

#bodyControl {
	width: 960px;
	}
#topSectionHP, #topSectionServices, #topSectionAbout, #topSectionContact {
	height: 316px;
	width:960px;
	background-repeat: no-repeat;
	position:relative;
	padding:0px;
	margin:0px;
	}

#topSectionHP {
	background-image: url(../images/home.jpg);
	}
#topSectionServices {
	background-image: url(../images/services.jpg);
	}
#topSectionAbout {
	background-image: url(../images/about.jpg);
	}
#topSectionContact {
	background-image: url(../images/contact.jpg);
	}
	
#logo {
	position:absolute;
	left: 71px;
	top: 71px;
	}
	
#logoServices {
	position:absolute;
	left: 513px;
	top: 23px;
	}
	
#logoAbout {
	position:absolute;
	left: 483px;
	top: 22px;
	}

#logoContact {
	position:absolute;
	left: 336px;
	top: 48px;
	}
	
#mainContentHP {
	background-color:#CFE6DC;
	padding:10px 10px 10px 15px;
	margin:0px;

}	

#mainContentServices {
	background-color:#E6D3CF !important;
	padding:10px 10px 10px 15px;
	margin:0px;
}

#mainContentAbout {
	background-color:#E6DCCF;
	padding:10px 10px 10px 15px;
	margin:0px;
}

#mainContentContact {
	background-color:#CFD4E6;
	padding:10px 10px 10px 15px;
	margin:0px;

}

h1 {
	font-size: 130%;
	margin: 10px 0px 0px 0px
	}

p {
	padding:5px 0;
	}
	
.RightHome {
	width: 179px;
	float:right;
	margin: 60px 10px 0px 0px;
	background-image:url(../images/resources-home.png);
	background-repeat: no-repeat;
	height:296px;
	padding:10px
	}
	
.RightServices {
	width: 179px;
	float:right;
	margin: 60px 10px 0px 0px;
	background-image:url(../images/resources-services.png);
	background-repeat: no-repeat;
	height:296px;
	padding:10px
	}

.RightAbout {
	width: 202px;
	float:right;
	margin: 60px 10px 0px 0px;
	text-align:center;
	font-size:80%;
	color:#666666
	}

.RightContact {
	width: 179px;
	float:right;
	margin: 60px 10px 0px 0px;
	background-image:url(../images/resources-contact.png);
	background-repeat: no-repeat;
	height:296px;
	padding:10px
	}
	
.RightHome h2, .RightServices h2, .RightAbout h2, .RightContact h2{
	font-size:110%;
	color:#FFFFFF
	}
	
.RightHome ul li a, .RightServices ul li a, .RightAbout ul li a, .RightContact ul li a{
	font-size:80%;
	color:#FFFFFF;
	padding: 2px 0px 4px 0px;
	margin: 2px 0px 2px 0px;
	}
	
.RightHome ul li a:hover, .RightServices ul li a:hover, .RightAbout ul li a:hover, .RightContact ul li a:hover{
	text-decoration:none
	}
	
.RightHome ul li, .RightServices ul li, .RightAbout ul li, .RightContact ul li{
	color:#FFFFFF;
	padding: 0px;
	margin: 5px 0px;
	}	
		
	
.RightHome ul, .RightServices ul, .RightAbout ul, .RightContact ul {
	padding: 2px 0px 2px 0px;
	margin: 2px 0px 2px 15px;
	list-style-position:outside
	}	
	
#tabs {
	margin: 0px 0px 0px 2px;
	padding: 0px;
	position:absolute;
	top: 282px;
	width: 730px;
	
}
	
#tabs ul {
	padding: 0 ;
	margin: 0 ;
	list-style-type: none;
}
	
#tabs ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

* html #tabs ul li {
	margin: 0;
}

#tabs ul li a, #tabs ul li a:link, #tabs ul li a:visited, #tabs ul li a:active, #tabs ul li a:hover {
	padding: 0px 0px 0px 0px;
	text-decoration: none  !important;	
}
	
ul{
	margin-left:0px;
	padding-left: 0px;
	margin-top:20px
	}
	
li{
	margin-left:15px
	}
	
.left {
	float:left;
	width: 70%;
	}
	
.right {
	float:left;
	width:30%;
