/* CSS Document */

body, html {
	font-family: Corbel, Helvetica, Geneva, Arial, sans-serif;
	font-size: 0.9em;
	_font-size: 84%; /* IE6 */
    height:100%;
    background-color: #ffffff;
	color: #000000;
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

#wrapper {
	width: 750px;
	left: 52%;
	position: absolute;
    background-color: transparent;
    background-repeat: no-repeat;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: -400px;
    overflow: hidden;
}

html:not([dummy]) #wrapper {
    background-position: center center;
} /* all browsers except IE 6&7 */

img {
    border: 0;
    font-size: 0.7em;
    color: #ff6600;
/*  behavior: url("../js/pngbehavior.htc"); /* IE 6 and less */
}

#nav {
	text-align: right;
	background-image: url(decoration/white_70percent.png);
	_background-image: none;
	_background-color: white;
	_filter: alpha(opacity=75);
	width: 13em;
	height: 850px;
	_width: 200px;
	padding-top: 20px;
	padding-right: 25px;
}

.invisibletitles {display: none;} /* hide if stylesheets loaded */

#reading h1 {color: #000000} /* black */
#reading h2 {color: #000000} /* black */
#reading h1, #reading h2 {text-transform: uppercase;}
#reading h3 {margin-bottom: 5px;}

#reading a {text-decoration: underline;}
#reading a, #reading a:visited {color: #000000} /* black */
#reading a:hover {color: #ad1793} /* purple */

#nav a {font-weight: normal; text-decoration: none; text-align: right;}
#nav a, #nav a:visited {color: #000000} /* black */
#nav a:hover {color: #ad1793} /* purple */

.weight2 {font-weight: bold;}
