/* AboutUs.css
 * used to format Internet-art-marketing 'About US' page
 $Date: 2005-06-02 16:09:03 -0400 (Thu, 02 Jun 2005) $
 $Rev: 153 $
 $Author: DaleS $
 ©Copyright SIME Corp, 2002-2005
 */

@import "IAM.css";

#Catalog a {
text-decoration: none;
display: block;
background-color: #ffeaa5;
padding: 10px;
text-align: center;
text-decoration: none;
border: 1px #000000 solid;
height: 100%;
color: #000000;
margin-top: 1em;
margin-bottom: 1em;
float: left;
width: 230px;
margin-right: 1em;
margin-left: 1em;}

#Catalog a.floatLeft {
float: left;
}

#Catalog a.floatRight {
float: right;
}

#Catalog h1{
margin-top: 2em;}

#Catalog a:hover {
background: #ccb94a;
color: #000000;
}

#Catalog a:active {
background: #ccb94a;
color: #000000;
}
