body,html {
	margin: 0;
	padding: 0;
	color: #000;
	background: darkred;
	background: url("/img/redcurtains.jpg") 0 0 fixed;
}

#all {
	width: 90%;
	min-width: 600px;
	margin: 50px auto;
	background: url("/img/redcurtains-washed.jpg") 0 0 fixed;
}

#header {
	height: 150px;
	padding: 15px 15px 0 15px;
	margin: 0;
	text-align: center;
	color: silver;
	background: url("/img/redcurtains-dark.jpg") 0 0 fixed;
}

#header .left_img {
	float: left;
	font-size: 0; /* eliminates mysterious 4px gap below img??? */
}

#header .right_img {
	float: right;
	font-size: 0; /* eliminates mysterious 4px gap below img??? */
}

#navbar {
	float: left;
	width: 100%;
	background: url("/img/redcurtains.jpg") 0 0 fixed;
}

#navbar a {
	display: block;
	font: 1em sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding: 6px;
	color: white;
	background: url("/img/redcurtains.jpg") 0 0 fixed;
}

#navbar a:hover {
	color: black;
	background: url("/img/redcurtains-washed.jpg") 0 0 fixed;
}

#navbar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#navbar li {
	width: 7em;
	height: 2em;
	float: left;
	position: relative;
	margin: 0;
	padding: 0;
}

#navbar li ul {
	display: none;
	position: absolute;
	top: 2em;
	left: 0;
}
#navbar li:hover > ul { display: block; }

#content {
	padding: 20px;
}

#content .article {
	padding-bottom: 40px;
	font-family: sans-serif;
}

#content .article .img {
	clear: both;
	padding: 5px 10px 5px 10px;
}

#content .article .left_img {
	float: left;
	padding: 5px 10px 5px 0;
}

#content .article .right_img {
	float: right;
	padding: 5px 0 5px 10px;
}

#sidebar {
	float: right;
	width: 200px;
	text-align: center;
	color: silver;
	margin-left: 10px;
	padding: 5px;
	background: url("/img/redcurtains-dark.jpg") 0 0 fixed;
}

#sidebar .article h1 {
    font-size: large;
}

#sidebar .article .img {
	clear: both;
	padding: 5px;
}

#footer {
	clear: both;
	text-align: center;
	color: white;
	font-size: x-small;
	background: url("/img/redcurtains-dark.jpg") 0 0 fixed;
}

fieldset {
	float: left;
}

fieldset legend {
	font-weight: bold;
}

fieldset label {
	display: block;
	color: white;
}

fieldset input {
	display: block;
	width: 600px;
}

.summary textarea {
	width: 600px;
	height: 150px;
}

.text textarea {
	width: 600px;
	height: 400px;
}

