body {
	padding: 0;
	margin: 0;
	border: 0;
	font: 70% "Verdana";
	background: url(images/body_btbg.jpg) no-repeat bottom right;
	width: 100%;
	min-width: 900px;
	color: #4e412b;
	position: relative;
}

a {
	color: #446706;
}

img { 
	border: 0; 
}

.colmask {
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
}

#header {
	width: 100%;
	height: 320px;
	background: url(images/body_bg.gif) repeat-x top left;
}

	#header_inner {
		width: 100%;
		height: 100%;
		background: url(images/body_bg2.jpg) no-repeat left top;
	}
	
		#logo {
			display: block;
			width: 238px;
			height: 44px;
			position: absolute;
			left: 250px;
			top: 71px;
			background: url(images/logo.gif) no-repeat left top;
		}
	
		#top_navi {
			position: absolute;
			top: 60px;
			right: 0;
			width: 225px;
			list-style: none;
			padding: 0;
			margin: 0;
		}
	
			#top_navi li {
				margin: 0 0 5px 0;
			}

.holygrail { 
	margin-top: -120px;
	background: transparent; /* Right column background colour */ 
}

.holygrail .col1 {
	margin: 0 250px; /* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
	position: relative;
	left: 200%;
	overflow: hidden;
}

/* CENTER */
.holygrail .col1wrap {
	float: left;
	width: 50%;
	position: relative;
	right: 250px; /* Width of left column */
}

/* LEFT */
.holygrail .col2 {
	float: left;
	float: right;
	width: 200px; /* Width of left column content (left column width minus left and right padding) */
	position: relative;
	right: 25px; /* Width of the left-had side padding on the left column */
	padding: 130px 0 0 0;
}

/* RIGHT */
.holygrail .col3 {
	float: left;
	float: right;
	width: 200px; /* Width of right column content (right column width minus left and right padding) */
	margin-right: 75px; /* Width of right column right-hand padding + left column left and right padding */
	position: relative;
	left: 50%;
}

.holygrail .colleft {
	float: left;
	width: 100%;
	margin-left: -50%;
	position: relative;
	left: 500px; /* Left column width + right column width */
	background: transparent; /* Left column background colour */
}

.holygrail .colmid {
	float: left;
	width: 200%;
	margin-left: -250px; /* Width of right column */
	position: relative;
	right: 100%;
	background: transparent; /* Centre column background colour */
}

.news_header {
	background: #e8e8e8;
	padding: 15px;
	border-top: 5px solid #446706;
}

	.news_header .title {
		color: #666666;
		font-size: 130%;
		font-weight: bold;
		margin: 0 0 5px 0;
	}
	
		.news_header .title a {
			text-decoration: none;
			color: #666666;
		}
	
	.news_header .date {
		color: #314a03;
		font-size: 90%;
	}

.news_content {
	padding: 15px;
}

h3.menu_caption {
	margin: 0;
	padding: 15px 18px;
	font-weight: normal;
	font-size: 150%;
	color: #446706;
	background: #e8e8e8;
}

.menu_inner {
	margin: 18px;
}

	.menu_inner a {
		line-height: 180%;
	}

.forumheader {
	font-weight: bold;
	padding: 20px 0 10px 0;
	font-size: 100%;
}

.forumheader3 {
	text-align: left;
}

.forumheader2 {
	text-align: left;
}

.smalltext {
	font-size: 80%;
}

* html .smalltext {
	font-size: 55%;
	padding: 0;
	margin: 0;
}

.news_extendstring {
	color: #ff0000;
}

.nextprev {
	background: #a0d83c;
	width: 100%;
	padding: 15px;
	text-align: center;
}

.google1 {
	background: #a0d83c;
	width: 100%;
	height: 200px;
}

#footer {
	clear: both;
	padding: 150px 0 40px 265px;
	border-bottom: 5px solid #446706;
}

	.things {
		margin: 0 0 10px 0;
	}

