* {
margin: 0;
padding: 0;
}

body {
font-family: Verdana;
font-size: 12px;
}

#maincontainer {
width: 700px;
height: auto;
margin: 30px auto auto auto;
}

#header {
width: 695px;
height: 50px;
background-color: #ffffff;
border: solid 1px #FF7200;
border-right: solid 5px #ff7200;
}

h1 {
font-family: Verdana, Arial, Tahoma;
font-size: 22px;
font-weight: normal;
text-transform: uppercase;
text-decoration: none;
margin: 10px 0px 0px 15px;
color: #666666;
}

#businesscard {
width: 250px;
height: auto;
border: solid 1px #cccccc;
border-width: 0px 1px 1px 1px;
margin: 0px 0px 0px 350px; 
}

ul {
margin: 0 0 0 20px;
line-height: 16px;
}

li {
list-style-type: none;
}

#contactbar {
border-top: solid 1px #FF7200;
width: 250px;
height: 25px;
background-color: #ffffff;
text-align: right;
padding: 8px 0 0 0;
}

#contact {
margin: 0 15px 0 0;
color: #ff7200;
font-size: 14px;
font-family: Trebuchet MS, Verdana, Arial;
}

a, a:active, a:visited, a:hover {
color: #ff7200;
text-decoration: none;
}