body {
	background-color: maroon;
	color: white;
	font-family: Veranda, Cochin, serif;
	min-width: 700px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#left_nav,#left {
	background-color: black;
	color: maroon;
	float: left;
	font-size: smaller;
	padding: 5px;
	min-width: 15%;
	max-width: 105px;
	height: 100%;
	text-align: center;
}

#top_nav,#right {
	background-color: black;
	color: maroon;
	font-size: small;
	padding: 0px 20px;
	float: right;
	vertical-align: bottom;
}

#title,#header {
	background-color: black;
	border-bottom-style: dotted;
	border-collapse: collapse;
	border-color: maroon;
	border-width: 5px;
	color: red;
	font-family: serif;
	font-size: xx-large;
	font-weight: 800;
	text-align: center;
	height: 100px;
	min-width: 600px;
	padding: 5px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	vertical-align: bottom;
}

.subtext {
	margin-top: -15px;
	font-size: smaller;
	/*position: relative;
	left: 10px;*/
}

.subtitle {
	margin-left: auto;
	margin-right: auto;
	font-weight: 500;
	font-size: x-large;
	color: white;
	background-color: maroon;
	padding: 5px;
	min-width: 400px;
	max-width: 60%;
}

.article {
	margin-left: auto;
	margin-right: auto;
	min-width: 400px;
	max-width: 60%;
	color: silver;
	background-color: black;
	padding: 5px;
	margin-bottom: 20px;
	text-align: center;
}

a:link.artlink {
	text-decoration:underline;
}

a:visited.artlink {
	text-decoration:underline;
}

#content {
	color: white;
	font-family: Cochin, serif;
	/*margin-left: 100px;*/
	padding: 20px;
}

a:link {
	color: white;
	text-decoration: none;
}

a:visited {
	color: #7e7e7e;
	text-decoration: none;
}

a:hover {
	color: #f30000;
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}

div.ideas
	{margin-left: 360px;
	border-left: 1px dashed white;
	padding: 0.75em}

fieldset
	{max-width: 250px;
	background: black}

fieldset.right
	{padding: 1em;
	text-align: right}

legend
	{color: black;
	background: maroon;
	border: 2px solid black;
	padding: 2px 6px}
