body{
	margin: 0px;
	background-image: url(../tiles/bkgTile4d.jpg);
	background-color: #02babe;
}

/* Used <strong> for SEO, but don't want bold.  So format it back to normal font-weight. */
strong{
	font-weight: 400;
}	
		
#header{
	margin: 0px;
	width: 980px;				/* width of header */
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	/* IF HEADER IMAGE CAN'T BE LOADED, ENLARGE ALTERNATIVE TEXT */
	font-size: 350%;
	color: yellow;
	text-align: center;
	/* THIS WILL VERTICALLY-CENTER THE ALTERNATIVE TEXT!!! */
	line-height: 100px;
	background-image: url(../tiles/contentTile.jpg);
	background-color: #02babe;
}

#header img{
	margin: 0px;
}	

h1{
	margin: 0px;
	display: block;
	text-align: center;			
	padding-top: 20px;
	font-family: Plantagenet Cherokee, Sylfaen, Malandra GD, Times New Roman, serif;
	color: white;
	text-decoration: underline;
}
		
/*	
#header h1{
	display:none;
}
*/			
		
		
#wrapper{
	width: 980px;				/* width of header */
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;			
	font-size: 25px;
	font-family: Calibri, Franklin Gothic Book, sans-serif;
	color: white;
	background-color: #02babe;
	background-image: url(../tiles/contentTile.jpg);
}
		
		
#weDo{
	margin-top: 20px;
	width: 600px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
	background-color: #02babe;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid white;
}
		
		
h2{
	/* padding-top: 25px; */
	margin-top: 25px;
	margin-bottom: 13px;
	display: block;
	text-align: center;
	font-family: Plantagenet Cherokee, Sylfaen, Malandra GD, Times New Roman, serif;
}
		
ul{
	margin: 0px;
	padding-left: 190px;
	padding-top: 5px;
}

/*
#content ul{
	margin: 0px;
	padding-left: 480px;
	padding-top: 5px;
}
*/
		
p{
	text-align: center;
	/* margin-left: 320px; */
}
		
#contact{
	/* 
	OK, BUT THE OVER STATE WILL BE SHOWN EVEN IF THE MOUSE HOVERS LEVEL WITH THE IMAGE (BUT OFF OF IT)!!!
	display: block;
	margin-left: auto;
	margin-right: auto; */
	
	/* THEREFORE, MANUALLY CENTER THE IMAGE
	(WRAPPER WIDTH - CONTACT IMAGE WIDTH) / 2 = (980 - 600) / 2 = 190px. */
	width: 600px;
	margin-left: 190px;
}

#contact a{
	display: block;
	width: 600px;
	height: 150px;
	/* USE 'contactDown.gif' AS UP STATE FROM NOW ON */
	background: url("../tiles/contactDown.gif") no-repeat 0 0;
}

#contact a:hover{
	background: url("../tiles/contactOver.gif") no-repeat 0 0;
}

#contact a:active{
	/* USE 'contact.gif' AS DOWN STATE FROM NOW ON */
	background: url("../tiles/contact.gif") no-repeat 0 0;
}

#portfolio{
	background-color: #02babe;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid white;			
}
		
h3{
	margin-top: 5px;
	margin-bottom: 0px;
	display: block;
	text-align: center;
	font-family: Plantagenet Cherokee, Sylfaen, Malandra GD, Times New Roman, serif;
}		
		
table{
	margin-top: 0px;
	margin-bottom: 10px;
	width: 500px;
	margin-left: 70px;
}

table a{
	/* margin-left: 40px; */
	font-size: 18px;
	text-align: center;
}

table a:link{
	color: blue;
}
		
table a:visited{
	color: blue;
}
		
table a:hover{
	color: yellow;
}
		
table a:active{
	color: maroon;
}
	
/* certified domain styles */
#certification{
	margin-left: 425px;
}

#footer{
	width: 965px;
	height: 66px;
	border: 8px ridge #c68e17;
	margin-top: 20px;
}