html {
	font-size: 62.5%;
}

body {
	font-family: "trebuchet ms", verdana, tahoma, helvetica, sans-serif;
	background: #fed url(img/flower2.png) repeat-x top left;
	color: #024;
	margin: 0;
	font-size: 1.5em;
}

h1 {
	font-size: 1.8em;
	text-align: center;
}

h2 {
	font-size: 1.8em;
}

ins {
	color: #282;
	text-decoration: none;
}

del {
	color: #999;
}

/* Hack to make sure floated content appears to take up space */
#spacer {

	clear: both;
}

#title {
	height: 72px;
	background: url(img/title.png) center center no-repeat;
}

#menu {
	float: left;
	width: 100px;
	text-align: center;
	border-right: 1px dotted black;
	border-top: 1px dotted black;
	padding: 5px;
}

#menu li {
	list-style-type: none;
	padding: 0;
}

#menu ul {
	padding-left: 0;
	margin-left: 5px;
}

#menu > div {
	margin-bottom: 24px;
}

#content {
	border-top: 1px dotted black;
	border-left: 1px dotted black;
	margin-left: 99px;
	text-align: center;
}

/* I.E. box model fixup... */
body > #content {
	margin-left: 110px;
}

#footer {
	float: left;
	height: 32px;
	width: 100%;
	padding: 8px 0;
	border-top: 1px dotted black;
}

#validcss {
	padding-left: 5px;
	width: 88px;
	float: left;
}

#validxhtml {
	width: 88px;
	padding-right: 5px;
	float: right;
}

#sitetools {
	text-align: center;
}

img {
	border: none;
}

ul#gallery {
	padding: 0;
}

#gallery li {
	list-style-type: none;
	float: left;
	text-align: center;
	margin: 0 10px;
}

#gallery h2 {
	font-size: 1em;
	font-weight: normal;
	height: 2em;
}

.links #gallery li {
	height: 120px;
	width: 12em;
}

#content p, #content h2 {
	padding-left: 8px;
}

.copyright {
	text-align: right;
	font-style: italic;
}

#content.kursk {
	background-color: #d0ffd0;
}

.tburd {
	background-image: url("img/tback.png");
}

#content.tburd h1 {
	background-color: transparent;
	color: black;
	margin-top: 8px;
}

#content h1 {
	background-color: #88d;
	margin-top: 0;
	color: white;
}

#similarMinds {
	margin-left: 50%;
	width: 280px;
}

#similarMinds h2, #similarMinds p {
	position: relative;
	right: 280px;
	margin: 0;
}

#similarMinds > h2, #similarMinds > p {
	right: 140px;
}

#similarMinds h2 {
	background-color: #666;
	color: #ccc;
	padding: 4px;
	font-weight: bold;
	font-size: 1.1em;
}

#similarMinds p {
	background-color: #999;
	color: white;
	padding: 9px 4px 2px 4px;
}

.hobbies *, .history * {
	text-align: left;
}

