body
{
	font: small/18px "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	background-color: #fff;
	padding-top: 10px;
	margin: 0px auto;
	text-align: center;
}

#header
{
	width: 100%;
	background: #fff;
}

#content
{
	width: 560px;
	background: #fff;
	margin: 0 auto;
	padding-left: 11px;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: left;
	color: #333;
}

#image
{
	border: #fff solid 1px;
}

#footer
{
	position: fixed;
	bottom: 0;
	width: 100%;
	font: x-small/12px Verdana;
	color: #000;
	background: #fff;
	padding: 2px 0;
	padding-bottom: 6px;
}

p, li
{
	color: #000;
	padding: 0px;
	margin: 0;
	text-align: left;
}

img
{
	margin: auto;
	border: 0;
	align: left;
}

h1
{
	background-color: #fff;
	font: small/18px "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	margin: 0;
	color: #000;
	padding: 0px;
}

h2
{
	background-color: #fff;
	margin: 0px;
	color: #000;
	padding: 0px;
}

h3
{
	background-color: #000;
	margin: 0;
	color: #000;
	padding: 0px;
}

.details
{
	font-size: 10px;
	color: #000;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

h1 a:link, .details a:link
{
	color: #000;
}

h1 a:visited, .details a:visited
{
	color: #000;
}

h1 a:hover, .details a:hover
{
	color: #000;
}

h1 a:active, .details a:active
{
	color: #000;
}

a:link
{
	color: #921C1C;
	background-color: transparent;
	text-decoration: none;
}

a:visited
{
	color: #921C1C;
	background-color: transparent;
	text-decoration: none;
}

a:hover
{
	color: #921C1C;
	background-color: transparent;
}

a:active
{
	color: #921C1C;
	background-color: transparent;
}

.container
{
	width: 650px;
	padding-top: 0px;
	margin: 0 auto;
	background: #fff;
	text-align: center;
}

#minitabs
{
	position: fixed;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0% 0%;
	background-color: #fff;
	background-image: none;
	padding-right: 3px;
	padding-bottom: 0;
	padding-left: 0;
	border-bottom-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-top: 20px;
	margin-top: -10px;
}

#minitabs li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#minitabs a:link, #minitabs a:visited
{
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	margin: 0 15px 4px 10px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #666;
}

#minitabs a.active:link, #minitabs a.active:visited, #minitabs a:hover
{
	border-bottom: 1px solid #000;
	padding-bottom: 2px;
	background: #fff;
	color: #921C1C;
}

.default #nav-home a, .about #nav-about a, .archive #nav-archive a, .search #nav-search a, .contact #nav-contact a
{
	background: #696;
	color: #000;
}

.default #nav-home a:hover, .about #nav-about a:hover, .archive #nav-archive a:hover, .search #nav-search a:hover, .contact #nav-contact a:hover
{
	background: #000;
}

#nav a:active
{
	background: #000;
	color: #921C1C;
}

.error
{
	color: red;
}