/* browser initiation */
*	{
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #000;
	font-size: small;
	font-family: sans-serif;
	text-decoration: none;
	}
th, td, form	{
	margin: 0;
	padding: 0;
	background-color: transparent;
	color: #000;
	font-size: small;
	font-family: sans-serif;
	text-decoration: none;
	}
img	{
	border-width: 0;
	}
a:link, a:visited	{
	color: #18164f;
	}
a:hover, a:active	{
	color: #900;
	text-decoration: underline;
	}

/* divisions */
#container	{
	width: 760px;
	margin: 0 auto;
	background: #fff url(../images/bg.gif) repeat-y top center;
	}
#wrapper	{
	width: 750px;
	margin: 0 5px;
	}
#header	{
	width: 750px;
	}
#header img	{
	float: left;
	}
#header p#lang, #header p#sitemap	{
	float: right;
	clear: right;
	padding: 5px 10px 3px;
	}
#header p#lang a, #header p#sitemap a	{
	padding: 0 10px;
	font-size: small;
	}
#headerimg	{
	clear: both;
	width: 750px;
	height: 100px;
	}
#headerswf	{
	clear: both;
	width: 750px;
	height: 170px;
	}

#contentcontainer	{
	width: 750px;
	background: #fff url(../images/contentbg.gif) repeat-y top right; 
	}
#contentcontainer:after	{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}
#footer	{
	clear: both;
	width: 750px;
	background-color: #18164f;
	color: #fff;
	text-align: center;
	font-size: small;
	padding: 5px 0;
	}
sup	{
	font-size:80%;
	line-height:0.5em;
	}
