body {
	background-color: #000;
	color: #ddd;
	font-family: "Times New Roman",serif;
	margin: 0;
}

div#wrapper {
	background-color: #666;
	margin: 0 auto;
	padding: 15px;
	width: 770px;
}

span.code {
	font-family: monospace;
}

/* Begin Panel Stylings */
.panel {
	background-color: #333;
	border: 1px solid #aaa;
	margin: 2px 0;
}

div#logo {
	height: 75px;
	text-align: center;
}

div#logo img {
	border-style: none;
}

ul#nav {
	list-style-type: none;
	margin: 0;
	padding: 10px;
	text-align: center;
}

ul#nav li {
	display: inline;
}

ul#nav a {
	color: white;
	font-size: 13pt;
	padding: 0 15px;
	text-decoration: underline;
}

ul#nav a:hover {
	color: yellow;
}

div#content {
	padding: 10px;
	text-align: center;
}

div#content img {
	border: 1px solid black;
}

div#footer {
	padding: 5px;
	font-size: 10pt;
	text-align: center;
}
/* End Panel Stylings */

h1 {
	color: #ddd;
	font-weight: normal;
	margin-top: 0;
}

h3 {
	clear: both;
	font-weight: normal;
	margin-bottom: 0;
	text-align: left;
}

h4 {
	font-weight: normal;
	text-decoration: none;
}

h4.subtitle {
	margin-top: 0;
}

h6 {
	color: #ddd;
	font-size: 10pt;
	font-weight: normal;
	margin-top: 0;
}

.using_subtitle {
	margin-bottom: 0;
}

p {
	text-align: justify;
}

a:link {
	color: #ddd
}

a:visited {
	color: #bbb
}

a:hover {
	color: #aaa
}

a:active {
	color: #bbb
}

img.before_paragraph {
	float: left;
	margin: 3px 10px 5px 0;
}

img.right_of_paragraph {
	margin-left: 10px;
	margin-top: 10px;
	float: right;
}

ul {
	text-align: left;
	margin-left: 20px;
	margin-top: 5px;
	padding: 0;
}

ul.reference_list {
	list-style-type: none;
	margin-left: 0;
	padding-left: 20px;
}

ul.reference_list li {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 10px;
	text-align: left;
	text-indent: -20px;
}

/* Gallery */
table.gallery_thumbs {
	margin: 0 auto;
}

table.gallery_thumbs tr td {
	width: 230px;
}

table.gallery_thumbs tr td.using_caption {
	padding-bottom: 15px;
}

p.gallery_image_caption {
	margin-top: 5px;
	text-align: center;
}

p.gallery_image_descrip {
	margin: 0 auto;
	text-align: justify;
}