body {
	behavior: url(csshover.htc);
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	font-size:14px;
	background-color:#ababff;
	background-image:url(/images/template/wood_bg.jpg);
	background-repeat:repeat;
	background-position:top left;
}

h1 {
	margin-top:0px;
}

img, div {
	behavior: url(iepngfix.htc);
}

#header {
	/*background-image:url(/images/template/peter-nichol.png);
	background-repeat:no-repeat;
	background-position:top center;
	height:86px;
	width:586px;
	margin-left:auto;
	margin-right:auto;*/
	margin-top:7px;
}

#container {
	width:937px;
	margin-left:auto;
	margin-right:auto;
}

#left_column {
	float:left;
	width:584px;
}

#content_top {
	background-image:url(/images/template/content-top.png);
	background-repeat:no-repeat;
	background-position:top center;
	height:102px;
}

#content_top img {
	float:left;
	margin-right:20px;
}

#search_area {
	float:left;
	width:570px;
	margin-top:50px;
	text-align:right;
}

ul#navigation {
	float:left;
	list-style:none;
	margin:30px 0px 0px 0px;
	padding:0px;
	width:400px;
}

ul#navigation li {
	float:left;
	width:100px;
	margin-right:7px;
}

ul#navigation li a {
	font-size:16px;
	padding:3px;
	color:#0000ff;
	width:90px;
	display:block;
	text-align:center;
	text-decoration:none;
}

ul#navigation li a:hover {
	font-size:16px;
	padding:3px;
	color:#0000ff;
	width:90px;
	display:block;
	text-align:center;
	text-decoration:none;
	background-image:url(/images/template/highlight2.gif);
	background-repeat:no-repeat;
	background-position:top center;
}

#main_content {
	clear:left;
	background-image:url(/images/template/content-middle.png);
	background-repeat:repeat-y;
	background-position:top center;
	min-height:500px;
	padding-bottom:10px;
	padding-top:10px;
}

#content_container {
	margin:0px 30px;
}

#content_bottom {
	background-image:url(/images/template/content-bottom.png);
	background-repeat:repeat-y;
	background-position:top center;
	height:19px;
}

#right_column {
	float:left;
	width:310px;
}

#latest_blogs {
	background-image:url(/images/template/latest-blog-entries.png);
	background-repeat:no-repeat;
	background-position:top center;
	height:398px;
}

#facebook_status {
	background-image:url(/images/template/facebook-updates.png);
	background-repeat:no-repeat;
	background-position:top center;
	height:306px;
	font-size:12px;
}

.note_container {
	padding:100px 15px 10px 20px;
}

#blog_entries_top {
	background-image:url(/images/template/blog-entries-top2.png);
	background-repeat:no-repeat;
	background-position:top left;
	height:121px;
}

#blog_entries_area {
	background-image:url(/images/template/blog-entries-middle.png);
	background-repeat:repeat-y;
	background-position:top left;
	min-height:150px;
	padding-bottom:10px;
	padding-top:10px;
}

#blog_entries_bottom {
	background-image:url(/images/template/blog-entries-bottom.png);
	background-repeat:no-repeat;
	background-position:top left;
	min-height:40px;
}

#footer p {
	text-align:center;
}