body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFF2;
	margin: 0;
	padding: 0;
	text-align: center;
}

#outersquare{
	background-image: url(/Images/background.gif);
	background-repeat: no-repeat;
	margin: 45px auto 0 auto;
	padding: 0;
	height: 485px;
	width: 465px;
	text-align: left;
	border: thin solid #FFFFF2;
	
}


#insidesquare {
	height: 150px;
	width: 150px;
	border: thin solid #D9D9B0;
	margin: 235px 0 0 140px;
}

.menulist {
	margin: 0; /*removes indent IE and Opera*/
    padding: 0; /*removes indent Mozilla and NN7*/
    list-style-type: none; /*turns off display of bullet*/
}

li.serve {
    font-size: 16px;
	color: #727238;
	text-align: center;
	margin: 12px 0 10px 0;
}/*interior design services*/


li.name {
	font-size: 12px;
	color: #727238;
	text-align: center;
	margin: 0 0 10px 0;
}/*sue norman, leed ap*/

li.phone {
	font-size: 10px;
	color: #727238;
	text-align: left;
	padding-left: 6px;
	margin: 0;
}/*phone*/

li.email  {
	font-size: 10px;
	text-align: right;
	padding: 0 6px 0 0;
	margin: 0 0 10px 0;	
}/*e-mail*/
li.web {
   text-align: center;
   font-size: 10px;
   color: #727238;
   margin: 0;
   padding: 0;
}

a:link {
    color: #727238;
    text-decoration: underline;
 }

a:visited {
    color: #727238;
    text-decoration: underline;
}


a:hover {
	text-decoration:underline;
	border-style: none;
	color: #515128;
}


a:active {
   text-decoration:underline;
   border-style: none;
   color: #515128;
   border-style:none;
}/*how to get rid of dotted box around active links, this isn't it*/


li.email a:link {
    color: #727238;
    text-decoration: none;
 }

li.email a:visited {
    color: #727238;
    text-decoration: none;
 }
 li.email a:hover {
    color: #515128;
    text-decoration: underline;
 }
 li.email a:active {
    color: #515128;
    text-decoration: underline;
 }
