@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	color: #FF035D;
	text-align: center;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #1718FF;
	text-align: center;
}


#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	border-top: thin solid #FF8500;
	border-right: none;
	border-bottom: thin solid #FF8500;
	border-left: none;
}
#navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF8500;
	text-align: center;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	padding-right: 100px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1718FF;
}

#header {
	background: #FFFFFF;
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0 20px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin-bottom: 5px;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FF9900;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1718FF;
}
#specialtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FF035D;
}
#servicestext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF035D;
	width: 450px;
	border: thin solid #1718FF;
	list-style-type: disc;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
}

#portfoliotable {
	text-align: center;
	margin-left: 50px;
}



#navlist li
{
	display: inline;
	padding-bottom: 14px;
	padding-left: 20px;
	background-repeat: no-repeat;
}

#navlist a
{
padding-left: 20px;
padding-bottom: 14px;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
}

#navlist a:link, #navlist a:visited
{
	padding-left: 20px;
	color: #1718FF;
	background-position: 0 -28px;
	background-repeat: no-repeat;
}

#navlist a:hover
{
	color: #FF035D;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0 -14px;
}
#contactform {
	background-color: #FFFFFF;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1718FF;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #1718FF;
}
#hometext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1718FF;
	text-align: left;
	float: none;
	width: 450px;
	font-weight: normal;
	position: relative;
	margin-left: 20px;
	line-height: 140%;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#servicestext2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF035D;
	width: 430px;
	border: thin solid #1718FF;
	list-style-type: disc;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	float: right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#web prices {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0099;
	height: 500px;
	width: 500px;
}
#hosting {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF035D;
	width: 900px;
	border: thin solid #1718FF;
	list-style-type: disc;
	text-align: left;
	padding-right: 2px;
	float: left;
	height: 135px;
	line-height: 140%;
}
