/* andreas01 - an open source xhtml/css website layout by Andreas Viklund (http://andreasviklund.com). 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. For design assistance and support, contact me through my website or through http://oswd.org/email.phtml?user=Andreas

Version: 1.0
(July 25, 2005)

Screen layout: */

body {
	margin: 0 auto;
	padding: 0;
	font: 0.8em  Arial, Verdana, Tahoma, sans-serif;
	background: #FFFFFF;
}

#wrap {
	background: #FFFFFF;
	color: #40190A;
	margin: 10px auto 0;
	width: 760px;
	border: 1px solid #40190A;
}

#header {
	clear: both;
	margin: 0px;
	padding: 0;
	height: 25px;
}

#header h1 {
width: 250px;
margin: 0px;
float: left;
}

#header p {
	width: 500px;
	float: right;
	text-align: right;
	color: #a0a0a0;
	margin: 5px 0px 0px;
	font-size: 0.8em;
	line-height: 1.2em;
}

#main_nav {
	clear: both;
	margin: 0 0 5px;
	padding: 0;
	height: auto;
	background-color: #431400;
	width: 760px;
}

#frontphoto {
margin: 0;
padding: 0;
border: 0;
}
#content01 {
	margin: 20px 0px 20px 0px;
	padding: 0 20px;
	line-height: 1.4em;
	text-align: left;
}

#content02 {
	margin: 0 0px 20px 160px;
	padding: 0 10px;
	line-height: 1.4em;
	text-align: left;
}
p {
	margin-top: 0px;
	margin-bottom: 8px;
}

#content01 h2 {
	font-size: 1.5em;
	margin: 0 0 0.5em;
	padding-top: 1.5em;
	font-weight: normal;
	color: #3F170B;
}

#content01 img {
border: 0px;
}

#content02 h2 {
	font-size: 1.5em;
	margin: 0 0 0.5em;
	padding-top: 1.5em;
	font-weight: normal;
	color: #3F170B;
}
a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}
.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}

.centre {
	text-align:center;
	}
