/*page1 css used for pages right after index*/

body {
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color: #999999;
}


#container {
	background-color: #FFFFFF;
	align: center;
	margin:15px auto;
	padding: 0px;
	width: 1000px;
}

#header {
	background: #FFFFFF url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 137px;
	color: #FFFFFF;
}

#customer {
	background: #FFFFFF url(../images/Customer_Philosopy.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	
	color: #FFFFFF;
}
#devlopment {
	background: #FFFFFF url(../images/web-development-lorena-hawkins.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	color: #FFFFFF;
}

#design {
	background: #FFFFFF url(../images/web-design-lorena-hawkins.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	color: #FFFFFF;
}

#local {
	background: #FFFFFF url(../images/local-search-marketing-lorena-hawkins.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	color: #FFFFFF;
}


#text{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:12px;
	padding-top: 100px;
	padding-left: 100px;
	width: 800px;
}

#text2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size:12px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}





#links {
	color: #b24271;
	font-family:Georgia, Times New Roman, Times, serif;
}

#links a {display: block; 
	line-height:35px;
	color: #b24271;
	font-size:13px;
}
#links a:link { 
	text-decoration: none;
	
}
#links a:visited {
	color: #b24271; 
	text-decoration:none;
}
#links a:hover {color: #b24271; text-decoration: overline underline;}
#links a:active {color: #b24271; text-decoration:none;}

#links2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #6f6f65;
	text-decoration: none;
	padding-top: 45px;
}

#links2 a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #6f6f65;
	text-decoration: none;
	
}
#links2 a:hover {
	color: #6f6f65;
	text-decoration: overline;
}
#links2 a:visited {
	color: #6f6f65;
	text-decoration: none;
}
#links2 ul {
	list-style-type: none;
	margin: 5px;
	
}
#links2 ul li {
	padding-top: 50px;
	display: inline;
	margin: 5px;
}



#links3 {
	color: #7a8183;
	font-size:10px;
	font-family: Georgia, Times New Roman, Times, serif;
	text-align:center;
}

#links3 a {display: inline; 
	color: #7a8183;
	font-size:10px;
	
}
#links3 a:link { 
	text-decoration: none;
	
}
#links3 a:visited {
	color: #7a8183; 
	text-decoration:none;
}
#links3 a:hover {color: #7a8183; text-decoration: underline;}
#links3 a:active {color: #7a8183; text-decoration:none;}


