body {
    font-family: "Trebuchet MS";
    font-size: small;
    margin: 0;
    padding: 0;
}

#wrapper {
    margin: 15px 30px 0px 30px;
    padding: 0;
    width: 900px;           
}

#header img {
    margin-bottom: 10px;
    margin-left: 220px;
}

#header ul {
    margin: 0;
    padding: 0px 0px 0px 40px;
    border-bottom: 1px solid black;
}

#header li {
    display: inline;
    margin-right: 57px;
    font-variant: small-caps;
    font-size: 110%;
}

#header .lastItem {
    margin-right: 0px;
}

#header a:link, #header a:visited {
    text-decoration: none;
    background-color: white;
    color: black;
}

#header a img {
    border-style: none;
}

#breadcrumbs {
    margin: 0px;
}

#breadcrumbs ul {
    margin: 5px 0px 0px 0px;
    padding-bottom: 5px;
    border-bottom: 1px solid black;
}

#breadcrumbs li {
    display: inline;
}

#breadcrumbs a:link, #breadcrumbs a:visited {
    font-weight: bold;
    text-decoration: none;
    color: tan;
}

#content {
    background-color: #dfefff;
    padding: 30px 30px 40px 40px;
    font-size: 110%;
    line-height: 125%;
}

#login_logout {
	/*float: right;*/
	margin: 3px;
	color: #999;
	font-size: smaller;
}

#productHeadline {
    font-size: 160%;
    font-weight: bold;
    margin-bottom: 20px;
}
/*
#content img {
    float: left;
    margin-right: 30px;
}
*/
#content #clearone {
    clear: both;
    height: 1px;
}

#footer {
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

#footer div {
    text-align: center;
    font-size: 90%;
    margin: 3px 0px 3px 0px
}

a:link, a:visited {
    text-decoration: none;
    color: #777777;
}

.serviceHeader {
    font-size: 120%;
    font-weight: bold;
}

.test_off {
    list-style-image: url(http://theconciergerieseattle.com/faq/bullet.png);
}

.linkmention {
    font-weight: bold;
}

.serviceBlock li a:link {
    text-decoration: underline;
}

.serviceBlock li a:visited {
    text-decoration: underline;
}

.even {
	background-color: white;
}

.odd {
	background-color: silver;
}