body {
	background: #fffff0;
	font-family: serif;
	text-align: center;
	}

#everything {
	margin-top: 1.5em;
	margin-left: auto;
	margin-right: auto;
    width: 640px;
	color: #8b0000;
	}

#title {
        color: #8b0000;
        margin-bottom: 2em;
        }


#everything h1 {
	font-style: normal;
	font-variant: small-caps;
	}

#main {
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	}
	
#text {
	width: 400px;
	text-align: left;
	margin: 0 auto 2em auto;
	padding: 0;
	}

#articles {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 0;
	color: #8b0000;
	}
	
#articles li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	}
	
#articles a {
	text-decoration: none;
	color: #480000;
        font-weight: bold;
	}
	
#text a {
	text-decoration: none;
	color: #480000;
        font-weight: bold;
	}
	
#rhc {
        background-color: #480000;
        float: right;
        width: 270px;
        }
		
#rhc a {
	text-decoration: none;
        font-weight: bold;
	}

#rhc-top {
        background-image: url('http://collapsonomics.org/testing/images/rhc_top_logo2.jpg');
        height: 35px;
        }

#rhc-content {
        width: 240px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px;
        }

#rhc-btm {
        background-image: url('http://collapsonomics.org/testing/images/rhc_btm.jpg');
        height: 15px;
        }

#footer {
		margin-top: 2em;
		width: 640px;
		text-align: center;
		font-size: 11pt;
		}

#footer a {
		color: #480000;
		text-decoration: none;
        font-weight: bold;
		}
		
.red {
	color: #8b0000;
	font-size: 14pt;
	}
	
.definition {
	color: #8b0000;
	font-size: 12pt;
	}
