/* Universal */

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", helvetica, arial, sans-serif;
	color: #333;
	font-size: 11px;
	margin-top: 70px;
}
h4 { 
	font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", helvetica, arial, sans-serif;
	font-size: 100%; 
	font-weight: bold;
	color: gray; 
	margin-top: 1.5em; }
p {
	font-size: 100%;
}
a, a:visited, a:active { color: silver; font-weight: normal; text-decoration: none; }
a:hover { 
	color: black; 
}

/* Containers */

#navigation, #page_text {
        text-align: left;
}
#navigation {
        width: 900px;
        margin-bottom: 1.5em;
}
#page_text {
        width: 580px;
	color: #777;
	margin-top: 1em;
}
#page_width {
    width: 900px;

    margin: 0;
    padding: 0;
}