/*  --- general --- */


body
{
margin: 0;
padding: 0;
font: 80% arial, helvetica, sans-serif;
background-color: #b6ccc7;
text-align: center;
}


a { color: #600;
 }

a:link { color: #600;
}

a:visited { color: #633;
 }

a:hover, a:active
{
	color: #006633;
	text-decoration: underline;
}

h2, h3
{
	font-family: georgia, times, serif;
	color: #600;
	font-weight: normal;
	margin: 0 0 1em;
}

h4 {
font: bold 100%/1.3 arial, helvetica, sans-serif;}

h2 { font-size: 180%; }
h3 { font-size: 140%; }
img { border: none; }

/* --- classes --- */
.hidden
{
	position: absolute;
	left: -500em;
	top: -500em;
}

.clear
{
	clear: both;
	height: 1px;
}


/*  --- header --- */
h1
{
	position: absolute;
	left: 140px;
	top: 0;
	width: 330px;
	height: 150px;
	margin: 0;
	overflow: hidden;
	color: #aaa;
}

h1 a
{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 330px;
	height: 169px;
	background: url(/images/bg-header.gif) no-repeat;
}


/*  --- containers --- */


#container1
{
width: 820px;
margin: 0 auto;
background-image: url(images/background.jpg); /** Link to the image you created **/
background-repeat: repeat-y; /** Repeats the image vertically **/
background-position: center; /** Centers the Background image **/
background-color: #b6ccc7; /** Website BG colour (matches canvas colour in Step 1) **/
}
 
#container2 { 
background: #fff;
width: 800px;
margin: 0 auto;
}

/*  --- content --- */


#content
{
	padding: 40px 0 35px 0;
	margin: 0em 240px 0em 35px;
text-align: left;
}

#contentwide
{
	padding: 40px 0 40px 0;
	margin: 0em 0px 0em 35px;
	width: 600px;
}


.postmetadata { font-size: 85%; }
#content h3 { margin: 0 0 1em; }
#content h3 a { text-decoration: none; }
#content p { margin: 0 0 1em; }

.imagefloat
{
	float: right;
	margin: 0 0 1em 1em;
	border: 1px solid #999;
}




#contactform
{
	margin: 0;
	padding: 0;
}

#contactform p
{
	clear: left;
	padding-top: .5em;
}

#contactform label
{
	float: left;
	width: 10em;
	margin: 0;
}


/*  --- footer --- */


#footer
{
background-image: url(images/base_background.jpg); /** Link to the image you created **/
background-repeat: no-repeat; /** Repeats the image vertically **/
background-position: center top; /** Centers the Background image **/
background-color: #b6ccc7; /** Website BG colour (matches canvas colour in Step 1) **/
	text-align: center;
	padding: 20px 0;
	font-size: 80%;
	color: #000;
}

/*  --- sidebar --- */


#sidebar
{
	float: right;
	width: 190px;
	padding-top: 25px;
	font-size: 90%;
padding-right: 10px;
text-align: left;
}

#sidebar h3
{
	width: 125px;
	height: 22px;
	margin: 1em 0em 0em 0em;
padding-left: 0em; }


#sidebar ul
{
	margin: 1em 1em 1em 0em;
	padding: 0;
}

#sidebar li
{
padding: 10px 0 0 0;
list-style-type: none;
}

#sidebar p
{
	width: 140px;
	margin: 0 0 1em;
}