body {
	margin:0px;
	padding:0px;
	font-family:verdana, arial, helvetica, sans-serif;
	color:#333;
	background-color:#fff;
}

#contact {
	font:12px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 0px 5px;
    width:555px;
    text-align:justify;
}
body>#contact {width:555px;}

#logo {
    position:absolute;
    top:15px;
    left:15px;
    width:130px;
    padding:0px;
    background-color:#fff;
    /* Again, the ugly brilliant hack. */
    voice-family: "\"}\"";
    voice-family:inherit;
}
/* Again, "be nice to Opera 5". */
body>#logo {width:130px;}

#site_container {
    position:absolute;
    top:15px;
    left:160px; /* 15 + 130 + 15 */
    width:130px;
    padding:0px;
    background-color:#fff;
    /* Again, the ugly brilliant hack. */
    voice-family: "\"}\"";
    voice-family:inherit;
}
/* Again, "be nice to Opera 5". */
body>#site_container {width:130px;}

#cell {
	font:14px verdana, arial, helvetica, sans-serif;
    text-align:center;
    vertical-align:middle;
    margin:0px 0px 5px 0px;
    border:1px dashed #999;
    background-color:#fff;
    line-height:60px;
}

#description {
    position:absolute;
    top:15px;
    left:305px; /* 15 + 130 + 15 + 130 + 15 */
    width:235px;
    height:125px;
    margin:0px 0px 5px 0px;
    padding:2px 0px 2px 2px;
    border-style:solid;
    border-color:#999;
    border-width:0px 0px 0px 0px; /* 1 0 0 1 */
    text-align:justify;
    font:12px verdana, arial, helvetica, sans-serif;
}
/* Again, "be nice to Opera 5". */
body>#description {width:235px;}

#content {
    position:absolute;
    top:15px;
    left:160px; /* 15 + 130 + 15 */
    width:465px;
    padding:0px;
    background-color:#fff;
    /* Again, the ugly brilliant hack. */
    voice-family: "\"}\"";
    voice-family:inherit;
}
/* Again, "be nice to Opera 5". */
body>#content {width:465px;}

.header {
    font:16px/14px Trebuchet MS, verdana, arial, helvetica, sans-serif;
}

.highlight {
    color:orange;
    font-weight:600;
}

.title {
    font:14px/15px Trebuchet MS, verdana, arial, helvetica, sans-serif;
    font-weight:600;
}

p {
    font:14px/15px Trebuchet MS, verdana, arial, helvetica, sans-serif;
    text-align:justify;
}

a {
    text-decoration:none;
    color:#09c;
    font-weight:600;
    font-size:12px;
    font-family:verdana, arial, helvetica, sans-serif;
}
