body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff url(../images/style/body_bg.gif) repeat-y top center;
	font-size: 12px;
	font-family: tahoma, arial, helvetica, sans-serif;
}

a {
	font-family: tahoma;
	font-weight: bold;
	color: #89C53F;
	text-decoration: none;
}

a img {
	border: 0;
}

a:hover {
	color: #8B8B76;
	background-color: transparent;
}

a:active {
	color: #0A9846;
}

a:visited {
	color: #0A9846;
}

p {
	margin: 0 0 20px 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	margin: 0;
}

	table tr.color0 {
		background-color: #eee;
	}
	
	table tr.color1 {
		background-color: #ddd;
	}

	table tr.alt {
		background-color: #cfc;
	}
	
	table tr.over {
		background-color: #afa;
	}
	
		table tr td {
			border: 1px solid #8B8B76;
			padding: 7px;
		}
		
h3 {
	margin: 20px 0 10px 0;
	color: #444;
}

form p {
	font-weight: bold;
}

form span.note {
	font-weight: normal;
	font-size: 10px;
}

#wrapper {
	width: 897px;
	margin: -17px auto 0 auto; /*negative top margin takes up the space occupied by the skiplink*/
	padding: 17px 0 0 0;
	text-align: left;
	background: #fff url(../images/style/wrapper_bg.gif) repeat-y top center;
}

#header {
/*	border: 1px solid orange;*/
	height: 320px;
	background: #fff url(../images/style/banner.png) no-repeat top right;
}

	#header h1 {
		margin: 0;
		padding: 0;
	}
	
	#header #headernav {
/*		border: 1px solid orange;*/
		float: left;
	}
	
	#header #headernav ul {
		list-style: none;
		margin: 77px 0 0 12px;
		padding: 0;
	}
	
		#header #headernav ul li {
			margin: 13px 0;
		}
	
		#header #headernav ul li a {
			position: relative;
			padding: 0;
			font-size: 20px;
			font-family: tahoma;
			font-weight: bold;
			color: #89C53F;
			text-decoration: none;
		}
		
			#header #headernav ul li a:hover {
				color: #8B8B76;
			}
		
			#header #headernav ul li a#home_link {
				left: 0px;
			}
			
			#header #headernav ul li a#partner_link {
				left: 0px;
			}
			
			#header #headernav ul li a#system_link {
				left: -1px;
			}
			
			#header #headernav ul li a#status_link {
				left: -10px;
			}
			
			#header #headernav ul li a#blog_link {
				left: -35px;
			}
	
			#header #headernav ul#home a#home_link,
			#header #headernav ul#partner a#partner_link,
			#header #headernav ul#system a#system_link,
			#header #headernav ul#status a#status_link,
			#header #headernav ul#blog a#blog_link {
				color: green;
			}
		
	#header #contact {
		float: left;
		margin-top: 283px;
	}

	#header #search {
		float: right;
		margin-top: 283px;
		margin-right: 40px;
	}
	
	/*Everyone except IE6*/
	html>body #header #search {
		margin-top: 260px;
	}
	
	/*IE7 only*/
	*:first-child+html #header #search {
		margin-top: 283px;
	}
	
		#header #search label {
			display: none;
		}
		
		#header #search #searchSubmitButton {
			display: none;
		}

#logo_corner {
	float: left;
}

a#skiplink {
	display: none;
}

#main {
	margin-top: -23px;
	background: #F2F2F2 url(../images/style/left_edge.png) repeat-y top left;
}

html>body #main {
	margin-top: -13px;
}

	#main #content {
		padding: 0 50px 0 50px;
		background: transparent url(../images/style/right_edge.png) repeat-y top right;
	}
	
	#main #content #cookieTrail {
		margin: 0;
		padding: 0;
		list-style: none;
		font-size: 9px;
	}
	
	#main #content #footer {
		
	}
	
		#main #content #footer ul {
			border-top: 1px solid green;
			list-style: none;
			margin: 20px 0 0 0;
			padding: 20px 0 40px 0;
		}
		
			#main #content #footer ul li {
				float: left;
				font-size: 10px;
			}
			
			#main #content #footer ul li.right {
				float: right;
			}
			
div.partners {
	border: 1px solid #666;
	text-align: center;
	background-color: #fff;
	margin-right: 30px;
	margin-bottom: 30px;
	padding: 10px;
	float: left;
}

	div.partners img {
		width: 50px;
	}

div.post {
	border-top: 1px solid #ddd;
	margin: 20px 0 20px 0;
	padding: 30px 0 10px 0;
	width: 600px;
}

	div.post img {
		float: left;
		margin: 5px 20px 10px 0;
	}

	div.post h3 {
		margin: 0;
		padding: 0;		
	}
	
	div.post h3 a {
		font-weight: normal;
		font-size: 1.5em;
		color: #090;
	}
	
	div.post h4 {
		color: #090;
		margin: 0;
		padding: 0;
		font-size: 1em;
	}
	
	div.post div.date {
		font-size: 11px;
		color: #777;
		margin-bottom: 20px;
	}
	
	div.post span.author {
		color: #444;
	}
	
	div.post p.body {
		margin: 10px 0 30px 0;
		line-height: 1.8em;
		letter-spacing: 0px;
	}
	
	div.post div.comments_link a {
		font-weight: normal;
		font-size: .9em;
	}
	
div#post {
	
}

	div#post h3 {
		font-size: 2.5em;
		margin: 0;
	}
	
	div#post h4 {
		font-weight: normal;
		margin: 5px 0 40px 0;
	}
	
		div#post h4 span.date {
			color: #777;
		}
		
	div#post img {
		float: left;
		margin: 10px 2em 1em 0;
	}
	
	div#post p {
		line-height: 2em;
	}
	
div.comments {

}

	div.comments .comment {
		padding: 1em;
		border-bottom: 1px dotted #999;
	}
	
		div.comments .color0 {
			background-color: #fff;
		}
		
		div.comments .color1 {
			background-color: #cfc;
		}

	div.comments h4 {
		margin: 0 0 1em 0;
		font-size: 1.4em;
	}
	
	div.comments .name {
		font-weight: bold;
		float: left;
	}
	
	div.comments .date {
		float: right;
	}
	
	div.comments .body {
		clear: both;
		margin: 3em 0 0 0;
	}
		
.download .description {
	font-size: 10px;
}

#admin_nav {
/*	float: left;*/
	margin-right: 20px;
}