* {
margin : 0;
padding : 0;
}
body {
mim-width : 800px;
text-algin : center;
background-color : #D3A7B8;
cursor: url(images/HummingBird.cur);
}
a:link, a:active, a:visited {
color : #663300;
}
a:hover {
background-color : #D1C1B2;
}
h1 {
font-family : Trebuchet MS, Helvetica, sans-serif;
font-size : 24px;
color : #663300;
}
h2 {
font-family : Trebuchet MS, Helvetica, sans-serif;
font-size : 15px;
color : #663300;
}
div#wrapper {
clear : both;
width : 900px;
margin : 0 auto;
background-image :  url(images/backrepeat2.jpg);
background-repeat : repeat;
background-color : #FFE0FF;
}
div#left {
clear : left;
float : left;
width : 425px;
}
div#right {
float : left;
width : 220px;
margin-left : 150px;
margin-top : 15px
}
div#about {
width : 425px;
margin : 10px 0px 20px 60px;
padding : 15px;
background-color : #D3A7B8;
color : #fff;
font-size : 13px;
line-height : 23px;
font-family : Verdana, Geneva, sans-serif;
}
ul#contact li {
margin-left : 2px;
font-size : 13px;
}
p {
font-size : 13px;
line-height : 23px;
font-family : Verdana, Geneva, sans-serif;
}
ul {
margin-top : 8px;
}
li {
font-size : 11px;
font-family : Verdana, Geneva, sans-serif;
list-style-type : none;
line-height : 18px;
}
li#headline {
font-size : 13px;
color : #663300;
}
div#lines {
clear : both;
width : 90%;
margin-left : 6%;
}
ul#company {
clear : both;
list-style-type : none;
}
ul#company li {
float : left;
margin : 5px 51px 25px 5px;
}
ul#company img {
border : none;
}
ul#company a:hover {
background-color : #FFE0FF;
}

/* Footer */
#footer {
clear : both;
font-family : Verdana, Geneva, sans-serif;
font-size : 10px; 
line-height : 17px; 
width : 90%;
text-align : center;
border-top : 1px dashed #663300;
padding-top : 8px;
padding-bottom : 10px;
margin-left : 5%;
} 