@charset "utf-8";

/* universal set of reset styles
---------------------------------------------------------------*/




html {
	height:100%;
	margin-bottom:1px;
}
body {
	margin:0;
	padding:0;
	font-family: 'Volkhov', serif;
	font-weight: normal;
	font-style: italic;
	font-size: 1.1em;
	line-height: 1.2em;
	color:#3B4D31;
	background-color: #0C133D;
	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.6em;
	color:#3B4D31;
}

img.fl {
	margin:14px 16px 14px 15px;
	float:left;
}

p.basic {
	font-family: 'Volkhov', serif;
	font-weight: normal;
	font-style: normal;
	font-size: 0.9em;
	line-height: 1.2em;
	color:#3B4D31;
}

p.basicbold {
	font-family: 'Volkhov', serif;
	font-weight: bold;
	font-style: normal;
	font-size: 0.9em;
	line-height: 1.7em;
	color:#3B4D31;
}

p.footer {
	font-family: 'Volkhov', serif;
	font-weight: normal;
	font-style: italic;
	font-size: 0.7em;
	line-height: 0.8em;
	color:#ffffff;
}

hr.short {
	width: 70%;
}

td.main {
	background-color: #ffffff;
	background-image: url(river.jpg);
	background-repeat: repeat-x;

}

