body {
	font-size: 14px;
	font-family: "times new roman", times, serif;
	background: #223322;
	color: #0A110A;
	}

p {
	background: none;
	}

a {
	text-decoration: none;
	color: #143A14;
	font-weight: bold;
	}

a.light {
	color: #879287;
	font-weight: normal;
	}

a:hover {
	color: #105F4F;
	}

div.container {
	border-width: 4px;
	border-style: double;
	border-color: #879287;
	background: #97A297;
	min-height: 1050px;
	}

div.header h2 {
	margin: 10px;
	text-align: right;
	font-style: italic;
	letter-spacing: 1em;
	font-size: 220%;
	}

div.body {
	border-width: 1px;
	border-style: dotted;
	border-color: #113322;
	margin: 10px;
	padding: 10px;
	width: 503px;
	min-height: 398px;
	background: url('images/dragon_gargoyle4.jpg') top center no-repeat;
	text-align: justify;
	}

div.sidebar {
	border-width: 1px;
	border-style: dotted;
	border-color: #374237;
	margin: 0 10px 10px 10px;
	padding: 10px;
	width: 200px;
	background: #97A297;
	float: right;
	}

div.sidebar ul {
	list-style-type: none;
	}

div.sidebar a {
	font-variant: small-caps;
	}

div.footer {
	font-weight: bold;
	text-align: center;
	}

p.project-nav {
	text-align: center;
	}

#subtitle {
	font-weight: bold;
	font-size: 120%;
	font-style: italic;
	letter-spacing: 2px;
	}