h2 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #039;
	font-style: italic;
}
h3 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #039;
	font-style: italic;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	text-align: justify;
}

table {
	text-align: justify;
	width: 915px;
	padding: 5px;
	border: thin solid #000;
}


#container {
	width: 915px;
	position: relative;
	z-index: 1;
	margin-right: auto;
	margin-left: auto;
}
#portfolio_main {
	float: left;
	width: 500px;
	padding: 5px;
}
#portfolio_sites {
	float: right;
	width: 300px;
	padding-right: 0.5em;
	padding-left: 0.5em;
}

#portfolio_sites img {

}
#portfolio_main p {
	font-style: normal;
	line-height: 1.3em;
}

#topleft {
	height: 500px;
	width: 430px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666;
	float: left;
	position: relative;
	z-index: 2;
}
#topright {
	float: right;
	height: 500px;
	width: 430px;
	padding-right: 10px;
	padding-left: 10px;
	position: relative;
	z-index: 3;
}
#webdesignpackages {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #039;
	border-right-color: #039;
	border-bottom-color: #039;
	border-left-color: #039;
	padding: 5px;
	height: 500px;
	width: 905px;
}
#contactpage {
	width: 905px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding: 5px;
	height: 500px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #039;
	border-right-color: #039;
	border-bottom-color: #039;
	border-left-color: #039;
}
#contactpage p {
	margin-left: 10em;
	margin-top: 5em;
}




#footer {
	text-align: center;
	height: auto;
	width: 915px;
	position: relative;
	z-index: 4;
	clear: both;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	background-color: #CCC;
	border: thin solid #000;
}

.navlist li {
	display: inline;
}
.navlist a {
	text-decoration: none;
	border: thin solid #666;
	padding: 5px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #000;
}
.navlist a:hover {
	color: #FFF;
	background-color: #666;
}
.websitelist {
	color: #009;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
}
.productlist {
	font-size: 18px;
	font-style: italic;
	color: #666;
}
.packagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}
.packagetitlesale {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #F00;
}

.packages dd {
	color: #009;
	font-style: italic;
}
.contact {
	text-align: center;
	font-size: 24px;
	padding: 10px;
	background-color: #999;
	border: thin solid #000;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
}
