/*#############################################################
Name: Summer Breeze
Date: 2006-07-04
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	font: normal 1em "Lucida Sans Unicode",sans-serif;
	margin: 0; padding: 0;
}
a {
	color: #362;
}
a:hover, .footer a:hover {
	color: #111;
}
body      { color: #443; font-size: 12px; background: #759258 url(imgthomas/bg.jpg) repeat-y center; margin: 0 }
p,cite,code,ul {
	margin-bottom: 1.2em;
}
h1 {
	font: normal 1.2em "Lucida Sans Unicode",sans-serif;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {
	background: url(img/bgcode.gif);
	border: 1px dotted #AAA;
	color: #444;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

cite {
	display: block;
	background: url(img/quote.gif) no-repeat;
	color: #663;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}

/* misc */
.divider      { background: url(img/divider.gif) no-repeat; margin: 16px 0; height: 24px }

.clearer {
	clear: both;
}

/* structure */
.container  { font-size: 1em; margin: 0 auto; width: 590px }
.container2  { font-size: 16pt; margin: 0 auto; width: 590px }
/* header */
.header    { background: #597f93 url(imgthomas/header.jpg) no-repeat center; text-align: center; border-bottom: 1px solid #ccc; height: 180px }
.header h1   { color: white; font: 3em/180px "Trebuchet MS", sans-serif }

/* navigation */
.navigation {
	height: 36px;
	margin: 0 auto;
	width: 632px;
}
.navigation a        { color: #fff; font: bold 8pt/31px serif; text-decoration: none; background: url(imgthomas/navigation.jpg) no-repeat; text-align: center; letter-spacing: 1px; float: left; position: relative; left: 16px; width: 120px; height: 31px }
.navigation a:hover {
	color: #FFF;
	background-position: left bottom;
}

/* content */
.content  { padding: 18px 0 }
.content h1  { color: #553; font-size: 1.4em; margin-top: 40px; margin-bottom: 4px }

/* footer */
.footer {
	color: #886;
	font-size: 0.9em;
	padding-bottom: 12px;
	text-align: center;
}
.footer a {
	color: #664;
}
<h2> { font-size: 16pt }
