body {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color: #000000;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #96358B;
}

a {
	color: #333333;
}
a:hover {
	color: #96358B;
}


#logo {
	display: inline;
	float: left;
	width: 250px;
	margin-top: 15px;
	margin-left: 35px;
}

#nav {
	float: right;
	width: 425px;
	margin-top: 20px;
	display: inline;
	font-size: 16px;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#nav a{
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color:#333333;
}

#mainContent {
	float: left;
	width: 740px;
	margin-top: 5px;
	margin-left: 30px;
	display:inline;
}
#featured, #rightBox, #servicesBox {
	display: inline;
	float: right;
	width: 300px;
	margin-left: 20px;
	margin-right: 5px;
}
#featured {
	background-image: url(images/bgYellow.gif);
	text-align: center;
	height: 400px;
}
#rightBox {
	background-image: url(images/bgYellow.gif);
}
#servicesBox {
	width: 350px;
	background-color:#FFFFFF;
}
#pricing {
	clear: both;
	float: left;
	width: 350px;
	margin-top: 15px;
	margin-bottom: 10px;
	background-image: url(images/bgGrey.gif);
	padding: 8px;
}
#footer {
	float: left;
	height: 90px;
	width: 750px;
	margin-left: 15px;
	margin-right: 10px;
	display:inline;
}
#portfolio {
	text-align: center;
}
#portfolio a {
	text-decoration: none;
}
.portfolioImg {
	margin: 8px;
}


.textNav {
	float: right;
	width: 350px;
	text-align: right;
	display: inline;
}



.imgLeft {
	display: inline;
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.pink {
	color: #96358B;
}
