body {
	margin: 0px;
	padding: 0px;
	background: white url(../img/bg.gif) top left repeat-x;
	font-family: verdana;
	font-size: 9pt;
	text-align: center;
}

td {
	font-size: 9pt;
}

A {
	color: #DF870A;
}

#outer {
	position: relative;
	border-top: 1px solid #333AD7;
	margin: 0px auto;
	width: 780px;
	text-align: left;
}

#wrapper {
	position: relative;
	top: 0;
	background: url(../img/topbg.gif) top left no-repeat;
	float: left;
}

#top {
	text-indent: -10000px;
	position: absolute;
	height: 700px;
	width: 350px;
	top: 60px;
	left: 10px;
}

#nav {
	position: absolute;
	left: 0;
	top: 40px;
	width: 450px;
	text-align: right;
	font-weight: bold;
	color: white;
}

* html #nav {
	position: relative;
}

#nav A {
	color: white;
	text-decoration: none;
}

#nav A:hover {
	text-decoration: underline;
}

#footer {
	margin: 20px 0 40px 0;
	text-align: center;
	color: #CCC;
	font-size: 8pt;
}

#languages {
	font-size: 7pt;
	position: absolute;
	top: -35px;
	right: -315px;
	text-align: right;
	width: 80px;
	color: white;
}

#languages A {
	color: #CFC;
	text-decoration: none;
}

#body {
	position: relative;
	float: left;
	width: 390px;
	padding: 10px;
	margin: 230px 0 0 360px;
	min-height: 550px;
}

* html #body {
	width: 390px;
	margin: 230px 0 0 180px;
	height: 550px;
	padding-right: 15px;
}

H1, H2, H3, H4 {
	color: #333AD7;
}

