/**
 * @author Julian Sutter <Julian@zebrakick.com>
 * @version 0.0.1 20080930 JS
 *
 * @Colors
 	sage: 	#DADDCA;
 	brown: 	#66473B;
 	orage:  #f2ae33;
 	green:  #a7af82;
 */
 
 
.hidden {display:none !important}
.float-catch { clear: both !important;}
.left { float: left;}
.right {float: right;}

html{
	background: #DADDCA repeat;
}

body {
	font-family: arial, sans-serif;
	background: url(/images/layout/background-gr.jpg) top left repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	height: 100%;
}

a {
	color: #f2ae33;
	text-decoration: none;
}


.download {
	font-weight: bold;
	line-height: 1.8em;
	color: #2C2F1A;
	padding-left: 13px;
	background: url(/images/common/download-arrow.gif) 0px 2px no-repeat;

}


a:hover {
	text-decoration: underline;
}

li {
	list-style: none;
}

h2 {
	font-size: 2em;
	color: #66473b;
	font-weight: normal;

}

h3 {
	font-weight: normal;
	font-size: 1.5em;
}

p {
	line-height: 1.5em;
}

.align-right {
	display: block;
	text-align: right;
}