@charset "utf-8";

/* universal set of reset styles
---------------------------------------------------------------*/




html {
	height:100%;
	margin-bottom:1px;
}
body {
	margin:0;
	padding:0;
	font-family: 'Gentium Basic', serif;
	font-weight: normal;
	font-size: 1.2em;
	line-height: 1em;
	color:#3B4D31;
	background-color: #cccccc;
	background-image: url(mountains.jpg);
	background-repeat: repeat-x;
}

/* Basic link styles 
---------------------------------------------------------------*/

a{
	outline:none;
	cursor:pointer;
}
a:link,
a:visited,
a:active{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

h3 {	font-family: 'Gentium Basic', serif;
	font-weight: bold;
	font-size: .9em;
	font-style: normal;
	line-height: 1.5em;
	color:#3B4D31;
}

img.fl {
	margin:14px 16px 14px 15px;
	float:left;
}




