BODY { 
		color: black ;
		font-family :  arial, helvetica ;
		font-size : 14px ;
		background-color : #000000 ;   
		background-image : url('graphics/waterbkg.jpg') ;   
    	background-attachment: fixed ; 
		background-repeat: no-repeat; 
		background-position: top center;
		text-align: center;  
	 }
	
A.link {
	color: darkgreen;
}

A.visited {
	color: darkgreen; 
}

A.hover {
	color: orange;
}
	
A.popupinfo:link {
	color: black;
	text-weight: normal;
	text-decoration: none;
}

A.popupinfo:visited {
	color: black;
	text-weight: normal;
	text-decoration: none;
}

A.popupinfo:hover {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

A.popupinfo:focus {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

A.popupinfo:active {
	color: black;
	text-weight: normal;
	text-decoration: none;
}

HR {
	color: orange;
}

TABLE {
    font-family : arial, helvetica;
	font-size: 14px;
} 
 
#wrapper { 
 	width: 900px;
 	border: 4px solid #000;
 	background-color: white;
 	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#logo {
 	width: 875px;
 	padding: 10px;
 	border: 0px solid #000;
 	height: 275px;
 	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#navbar {
 	width: 875px;
 	border: 0px solid #000;
 	text-align: center; 
	margin-left: auto;
	margin-right: auto;
}

#content { 
 	width: 752px;
 	border: 0px solid #000;
 	padding-left: 0px; /*75px;*/
 	padding-right: 0px; /*75px;*/
 	padding-top: 25px;
 	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#contact_phone {
	width:	310px;
	border:  2px solid #000;
	padding: 10px 10px 10px 10px;
	background-color: #C6E2FF;  /* RGB(220,232,251); */
	float: left;
	clear: left;
	margin: 0px 0px 5px 0px;
}

#contact_address {
	width:	310px;
	border:  2px solid #000;
	padding: 10px 10px 10px 10px;
	background-color: #CCFF99; /*#C6E2FF;  /* RGB(220,232,251); */
	float: left;
	clear: left;
	margin: 5px 0px 0px 0px;
}

#contact_form {
	width:	400px;
	border:  2px solid #000;
	padding: 5px 5px 15px 5px;
	background-color: #FFDD99; /*#C6E2FF;*/
	float: right;
	margin-left: 5px;
}

#copyright { 
 	font-size: 12px;
 	width: 700px;
 	border: 0px solid #000;
 	text-align: center;
	padding: 10px 0px 7px 0px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}

#designservices {
 	width: 675px;
	background-color: #FFDD99;
 	border: 1px solid #000;
 	padding: 15px 15px 15px 15px; 
 	text-align: left;
}

P.heading {
	color: blue;
	font-weight: bold;
}

#menus {
	color: white;
	font-size: 16px;
}

#ordertitle {
    width: 700px;
	color: #000000;
	background-color: #FFFF00;
	border: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	font-size: 14px;
	text-align: center;
}

.yellow { color: yellow }

#placeorder {
	float: right;
}
