body {
	background: #fff;
	color: #000;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	margin: 0px;
	padding: 0;
}

#container {
    width: 690px;
    \width: 690px;
    w\idth: 690px;
    margin: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

#header {
    padding: 5px;
    margin-bottom: 5px;
    background-color: #fff;
}

#header h2.subtitle {
    margin: 0px;
    margin-left: 10px;
    display: inline;
    color: rgb( 102, 102, 102 );
    font-size: 16px;
}

#menu {
    padding: 5px;
    margin-bottom: 5px;
    background-color: #fff;
}

#content {
    padding: 5px;
    margin-left: 0px;
    background-color: #fff;
    color: #000;
    font-size: 11px;
    text-align: justify;
}

#content h1.title {
    color: rgb( 102, 102, 102 );
    margin: 0px;
    text-transform: uppercase;
}
#content .author {
    color: rgb( 102, 102, 102 );
    font-size: 10px;
    margin-bottom: 3px;
}
#content .author_name {
    font-weight: bold;
    font-size: 11px;
}
#content hr {
    border: 0px;
    border-top: 1px dashed rgb( 153, 153, 153 );
    color: #fff;
    background-color: #fff;
    height: 4px;
}

#content p.feedback {
    margin: 0px;
    text-align: right;
    color: rgb( 153, 2, 1 );
}
#content a {
    margin: 0px;
    text-align: right;
    color: rgb( 153, 2, 1 );
    text-decoration: none;
}

#content a:hover {
    text-decoration: underline;
}
#content a.title {
    color: rgb( 102, 102, 102 );
    text-decoration: none;
}
#content a.title:hover {
    color: rgb( 102, 102, 102 );
    text-decoration: underline;
}


#content img {
    margin: 14px; 
    float: right;
}

#sidebar {
    display: none;
    float: left;
    width: 150px;
    \width: 160px;
    w\idth: 150px;
    margin: 0;
    margin-right: 5px;
    padding: 5px;
    background-color: #fff;
}

#sidebar h3.title {
    margin: 0px;
    color: rgb( 153, 2, 1 );
    font: small-caps;
    font-size: 11px;
    font-weight: bold;
}

#sidebar input {
    border: 2px solid rgb( 153, 153, 153 );
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    font-size: 12px;
}

#sidebar a {
    font-size: 10px;
    font-weight: bold;
    color: rgb( 141, 141, 141 );
    text-decoration: none;
}
#sidebar a:hover {
    color: rgb( 153, 2, 1 );
    text-decoration: none;
}

#sidebar ul {
    list-style: none;
    margin: 0px;
    padding-left: 0px;
}

#sidebar hr {
    border: 0px;
    border-top: 1px dashed rgb( 153, 153, 153 );
    border-bottom: 1px dashed rgb( 153, 153, 153 );
    color: #fff;
    background-color: #fff;
    height: 4px;
}

#footer {
    clear: both;
    padding: 5px;
    margin: 0px;
    margin-top: 5px;
    background-color: #fff;
    text-align: center;
    font-size: 11px;
}
#footer .colophon {
    font-size: 9px;
}

#footer a {
    color: rgb( 153, 2, 1 );
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}

#footer hr.big {
    border: 0px;
    border-top: 3px solid rgb( 153, 153, 153 );
    color: #fff;
    background-color: #fff;
    margin: 2px;
}
