@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bga.png) repeat-x;
	background-color:#fdc599;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
#container { 
	width: 54em;
	margin: 1em auto 0 auto;
	text-align: left;
	border:solid 1px #fff;
} 
#header {
	padding: 0;
	background:url(images/h5.png) no-repeat;
	height:90px;
} 
#inner {
	width:54em;
	background:url(images/scrollside.png) repeat-y;
	position:relative;
	height: 45em;
}
#header h1 {
	margin: 0;
	padding:0;
	font-family:"Charlemagne Std", "Copperplate Gothic Bold", Times, serif;
	font-size:36px;
	color:#653556;
	position: relative;
	left: 10em;
	top: 0.9em;
	letter-spacing: 1px;
	word-spacing: 15px;
	width: 9em;
}
h1 {
	font-family: Nyala,"Times New Roman", Times, serif;
	font-size:24px;
	color:#fff;
	text-align:center;
}
h2 {
	font-family: Nyala,"Times New Roman", Times, serif;
	font-size:17px;
	text-align:center;
	
}
h3 {
	font-family: Nyala,"Times New Roman", Times, serif;
	font-size:21px;
	color:#653556;
	text-align:center;
	padding:1em 0;
}
#sidebar1 {
	float: right;
	width: 11em;
	padding: 15px 0;
}
#mainContent {
	margin: 0 .5em 0 .5em;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	padding-left: 9em;
	padding-top: 0.5em;
} 
a {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#000;
}
p {
	padding:5px 0;
}

.quote {
	font-family:Nyala;
	font-size:14px;
	font-weight:bold;
	color:#653556;
	text-align:center;
	margin-top:19px;
}
.disclaimer {
	font-size:12px;
	text-align:center;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#footer {
	background: url(images/scrollbottom.png) no-repeat bottom right;
	padding: 0;
	height:90px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;
}
.copyright {
	font-size:10px;
	color:#653556;
	text-align:center;
	margin:0;
	padding:0 0 2em 0;
	position:relative;
}
.copyright a {
	text-decoration:none;
	color:#fff;
}
.copyright a:hover, a:active {
	text-decoration:none;
	color:#653556;
}
.lang {
	position: relative;
	text-align:center;
	height:28px;
	width:40em;
	left: 9em;
}
.lang ul {
	list-style:none;
}
.lang li {
	float:left;
}
.lang a {
	background:#fff;
	font-family:"Charlemagne Std", "Copperplate Gothic Bold", Times, serif;
	font-size:14px;
	text-align:center;
	height:28px;
	padding:10px 5px 5px 5px;
	margin:0 15px 6px 0;
	border:1px solid #653556;
	text-decoration:none;
	color:#653556;
	display:block;
}
.lang a:hover, a:active {
	background:#fff;
	font-family:"Charlemagne Std", "Copperplate Gothic Bold", Times, serif;
	font-size:14px;
	text-align:center;
	height:28px;
	padding:10px 5px 5px 5px;
	margin:0 15px 6px 0;
	border:1px solid #653556;
	text-decoration:none;
	color:#fdc599;
	display:block;
}