* {
	margin: 0px;
	padding: 0px;
}

body {
	padding-left: 20px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
}

#all {
	width: 664px;
}

#header {
	width: 636px;
	border-bottom: 1px solid black;
	border-top: 10px solid #800000;
}

#sitename {
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
}

#header a {
	color: black;
	text-decoration: none;
}

#sitelinks {
	text-align: right;
	line-height: 16px;
	font-weight: bold;
	text-transform: lowercase;
	font-variant: small-caps;
}

#sitedescription {
	margin-right: 68px;
	float: left;
	width: 150px;
	font-size: 10px;
	font-style: italic;
}

#title {
	float: left;
	width: 418px;
	border-bottom: 1px dotted black;
}

div.content {
	width: 418px;
	float: left;
}

#footer {
	border-top: 1px dotted black;
	padding-top: 14px;
	margin-left: 218px;
	width: 418px;
}

#bottom {
	width: 636px;
	border-bottom: 10px solid #ccc;
}

div.prev {
	float: left;
}

div.next {
	float: right;
}

span.footer {
	font-weight: bold;
	font-variant: small-caps;
}

.fullwidth {
	margin-left: -218px;
	width: 660px;
}

.col3 {
	width: 210px;
	float: left;
	margin-right: 8px;
}

.col3x2 {
	width: 428px;
	float: left;
	margin-right: 8px;
}

.col4 {
	width: 150px;
	float: left;
	margin-right: 12px;
}

.col4x2 {
	width: 312px;
	float: left;
	margin-right: 12px;
}

.col4x3 {
	width: 474px;
	float: left;
	margin-right: 12px;
}

.col4x3, .col4, .col3, .col3x2, .col4x2 {
	font-size: 10px;
	line-height: 12px;
	font-style: italic;
}

div.col4 img { margin-top: 4px; margin-bottom: 4px; }
div.col4x2 img { margin-top: 4px; margin-bottom: 4px; }
div.col3 img { margin-top: 4px; margin-bottom: 4px; }
div.col3x2 img { margin-top: 4px; margin-bottom: 4px; }

.clear {
	clear: both;
}

p {
	margin-bottom: 14px;
}

h1 {
	font-family: Georgia, serif;
	font-size: 36px;
	line-height: 42px;
}

h2 {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	text-transform: lowercase;
	font-variant: small-caps;
	font-style: normal;
}

.with {
	text-transform: uppercase;
	font-style: italic;
}

a {
	color: #800000;
}

a:visited {
	color: #633;
}

a img {
	border: none;
}

h2 a {
	text-decoration: none;
}