html {
	min-height:100%;
}
body {
	font-family:sans-serif;
	padding:0;
	margin:0;
	border:0;
	background-color:#4A708B;
	/* Engine specific linear-gradient */
	background:-moz-linear-gradient(-84deg,#4A708B,#4A708B,#FE8729);
	background:-webkit-linear-gradient(-84deg,#4A708B,#4A708B,#FE8729);
	background:-o-linear-gradient(-84deg,#4A708B,#4A708B,#FE8729);
	background:-ms-linear-gradient(-84deg,#4A708B,#4A708B,#FE8729);
	/* General CSS for linear-gradient */
	background-image:linear-gradient(174deg,#4A708B,#4A708B,#FE8729);
	font-size:110%;
	text-align:center;
}
a {
	color:#8B0000;
}
div#content {
	max-width:68em;
	margin:auto;
}
div#box_title, div#box_rates, div#box_markets, div#box_contact, div#box_msg, div#jur_msg, div#box_sell, div#box_buy, div#box_note, div#box_text, div#box_credits, ul#pages li, ul#langs li {
	color:white;
	text-align:left;
	background-color:transparent;
	margin:2%;
	padding:1.3em 1.3em;
	border-radius:0.6em;
	box-shadow: 0px 1px 10px 1px rgba(0,0,0,0.4), -1px 0px 2px rgba(0,0,0,0.2), 3px 0px 2px rgba(0,0,0,0.2);
}
div#box_title, div#box_rates, div#box_markets, div#box_contact, div#box_buy, div#box_sell, div#box_note, div#box_text, div#box_msg, div#jur_msg {
	background-color:black;
}
img#logo{
	position:relative;
	top:0.5em;
	margin-right:0.5em;
}
div#box_title{
	margin-top:0;
	font-weight:bolder;
	padding-top:0.6em;
	border-top-left-radius:0;
	border-top-right-radius:0;
}
span.sitename{
	font-size:200%;
	color:#F8931A;
}
span.tagline{
	font-style:italic;
	margin-left:1.5em;
}
div#nav a{
	color:#F8931A;
}
div#left{
	width:47%;
	float:left;
	margin:2% 0 2% 2%;
	padding:0;
}
div#right{
	width:47%;
	float:right;
	margin:2% 2% 2% 0;
	padding:0;
}
div#box_rates, div#box_markets {
	text-align:center;
	margin:0 0 4%;
	border:solid 0.3em #F8931A;
	font-weight:bolder;
}
div#box_contact{
	text-align:center;
	margin:0 0 4%;
	padding:3em;
	border:dashed 0.3em #F8931A;
}
div#box_contact #closed{
	font-size:130%;
	font-weight:bolder;
	margin-bottom:2em;
	display:none;
}
div#box_contact #email{
	font-size:130%;
	font-weight:bolder;
}
div#box_contact #address{
	margin-top:2em;
}
div#box_contact a, div#box_note a, div#box_text a{
	color:#F8931A;
}
div#box_msg{
	text-align:center;
}
div#box_msg a{
	padding:0.2em;
}
div#box_buy{
	margin:0 0 4%;
}
div#box_sell{
	margin:0 0 4%;
}
div#box_note{
	margin:0 0 4%;
}
span.note_label{
	color:#F8931A;
}
div#box_credits{
	text-align:center;
	margin-bottom: 0;
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
div#box_credits span, div#box_credits p{
	font-size:smaller;
	margin:0.4em auto;
}
div#box_credits a {
	color:#8B0000;
}
ul#pages, ul#langs {
	list-style-type:none;
	display:inline;
	padding:0;
}
ul#pages {
	float:left;
}
ul#langs {
	float:right;
}
ul#pages, ul#langs {
	margin:0em 2%;
}
ul#pages li, ul#langs li {
	display:inline;
	padding:0.6em 1em;
	margin:0.2em;
}
div#box_rates p {
	margin-bottom:0.4em;
}
div.rate, div.market a {
	font-size:160%;
	color:#F8931A;
}
div.market {
	margin-bottom:0.3em;
}
span.pagetitle {
	color:#F8931A;
	font-size:150%;
	font-weight:bolder;
}
span.institle {
	color:#F8931A;
	font-size:120%;
	font-weight:bolder;
}
p.fnotes {
	font-size:smaller;
}
div.clear {
	clear:both;
	margin:0;
	padding:0;
}
