/*
	andreas05-alternative - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com) and SandwichBoard.
	Made for OSWD.org, free to use as-is for any purpose as long as the proper credits are given for the original design work.
	More free templates are available at:	http: //oswd.org/userinfo.phtml?user=Andreas

	Version: 1.0, September 27, 2005
	Version: 2.0, December 31, 2007
*/

/*
	These styles will not only be visible on the site but
	will also be applied to pages in the Admin Page Editor.
	CSS classes will be available in the editor's format
	drop-down.
*/

body {
	color: #303030;
	font: 76% Verdana, Tahoma, Arial, sans-serif;
}

a {
	color: #845837;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

h1, .h1 {
	clear: both;
	color: #372517;
	font-size: 3.6em;
	font-weight: bold;
	letter-spacing: -2px;
	margin: 15px 0 10px 0;
}

h2, .h2 {
	color: #372517;
	clear: both;
	font-size: 1.7em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 15px 0 10px 0;
}

h3, .h3 {
	color: #372517;
	clear: both;
	font-size: 1.5em;
	font-weight: normal;
	margin: 1em 0 0 0;
}

p, ul, ol {
	margin: 1em 0;
}

p {
	line-height: 1.3em;
}

img {
	border: 0;
	margin: 1em;
}

.image-left {
	float: left;
	margin: 3px 10px 10px 0;
}

.image-right {
	float: right;
	margin: 3px 0 10px 10px;
}

.small {
	font-size: 0.9em;
}

.center {
	text-align: center;
}
