	.green {
		color: #13553c
	}
	.header-container {
		position:relative;
	}
	.navigation-container {
		position:absolute;
		bottom:0pt;
		right:0pt;
	}
	
	
	a {
		text-decoration:none;
	}
	
	p {
		margin-bottom:2em;
	}
	
	a.bottom-navigation, a:hover.bottom-navigation {
		color:#bbb;
	}
	
	
	a.navigation {
		margin-right:0.4em;
		color:#999
	}


	a.active {
		color:#000;
		/*border-bottom:1px solid #333;*/
		text-decoration:underline;
	}
	a:hover {
		color:black;
		/*border-bottom:1px dotted #333;*/
		text-decoration:underline;
	}

	
	body {
		background:url('../background-line.png') repeat-x;
		margin-bottom:0;
	}
	.footer-container{
		margin-top:2em; 
		padding-top:2em;
		width:100%; 
		background:#523;
		height:80px;
		display:block;
		color:#bbb;
	}
	
	
	li.main {
		 list-style-type: disc; 
	}
	
	/**
	 * This trick is based from::
	 * http://groups.google.com/group/blueprintcss/browse_thread/thread/17fa0c9a1f9941bc
	 */
	div.wrapper-equal-height {
		overflow:hidden;
	}
	div.left-clear {
		   padding-bottom : 2000px;
		   margin-bottom : -2000px; 
	}
	/**
	 * end trick!
	 */
	
	/**
	 * Modification of borders::
	 */
	.colborder {
		border-right: 1px dotted #ddd;
	}
