div#column {
    position: absolute;
    top: 129px;
    bottom: 0;
    left: 0;
    width: 175px;
    background: url('../images/gradient_left.gif') repeat-y center;
}
div#column h4 {
    color: white;
    background-color: #000;
    margin: 0 4px 0 0;
    padding: 5px 0 5px 10px;
    font-size: 13px;
}
div.box ul {
    margin: 0;
    padding: 5px 0 5px 10px;
    list-style-type: none;
}
div.box li {
    margin: 5px 0 0 0;
}
div.box.ads {
    text-align: center;
}
div.box.featured a {
    margin: 10px;
    display: block;
    color: rgb(128, 128, 128);
    font-weight: bold;
}
div#breadcrumbs {
    margin-left: 200px;
}
div#breadcrumbs ul {
    margin: 25px 0 4px 0;
    padding: 0;
    list-style-type: none;
    overflow: auto;
}
div#breadcrumbs li {
    float: left;
}
div#breadcrumbs li + li::before {
    font-family: monospace;
    content: '>';
    margin: 0 5px;
    font-weight: bold;
}
div#breadcrumbs a {
    color: rgb(128, 128, 128);
}
div#breadcrumbs a:hover {
    color: #c03;
}
div#breadcrumbs li.here {
    font-weight: bold;
}
div#content {
    clear: both;
    margin: 0 0 0 170px;
	
}
div#content h1 {
    background: url('../images/top_left.gif') no-repeat top left;
    font-size: 16px;
    height: 30px;
    padding: 10px 0 0 15px;
    margin: 0 25px 0 0;
}
div#content h1 span.inner {
    background: url('../images/top_right.gif') no-repeat top right;
    float: right;
    font-size: 11px;
    position: relative;
    height: 22px;
    margin: -10px -11px 0 0;
    padding: 18px 10px 0 0;
}
div#content h1 span.inner a {
    font-weight: normal;
}
div#body {
    background: #ffffff;
    min-height: 400px;
    margin-right: 0px;
    border: 1px solid #ccc;
}
div#footer {
    background: #fff url('../images/gradient_bottom.gif') repeat-x top;
    padding: 5px 0 5px 10px;
    font-size: 12px;
    height: 50px;
}
h3 {
	color:purple;
}
