body {
	background-color:	#fff;
	color:			#000;
	font-family:		Helvetica, Arial, sans-serif;
	font-size:		small;
	line-height:		140%;
	margin:			0;
	width:			auto;
}

#outer {
	position:		relative;
	margin:			auto;
	width:			760px;
}

#container {
	margin:			auto;
}

#header {
	height:			212px;
	clear:			both;
}

#language {
	display:		block;
	position:		absolute;
	top:			188px;
	left:			20px;
	font-size:		80%;
}

#content {
	clear:			both;
}

#outerNavigation {
	width:			335px;
	float:			left;
	display:		block;
}

#navigation {
	margin-left:		10px;
}

#tabs {
	clear:			both;
	width:			100%;
	font-size:		100%;
	height:			80px;
	border-bottom:		solid #000 2px;
}

#tabs ul {
	list-style:		none;
	padding:		0;
	margin:			0;
}

#tabs li {
	display:		block;
	float:			left;
	width:			108px;
	height:			80px;
}

#tabs a {
	display:		block;
	padding:		32px 15px 25px 10px;
	margin:			0 5px 0 0;
	font-size:		110%;
	color:			#000;
	background-color:	#fff;
	font-weight:		normal;
}

#tabs .current {
	display:		block;
	padding:		32px 15px 25px 10px;
	margin:			0 5px 0 0;
	font-size:		110%;
	color:			#000;
	background-color:	#fff;
	font-weight:		bold;
}

#tabs a:hover {
	color:			#fff;
	background-color:	#000;
	font-weight:		bold;
}

#tabs a.home {
	background:		transparent url("/img/nav-home.gif") no-repeat 100% 0;
}

#tabs a.id {
	background:		transparent url("/img/nav-id.gif") no-repeat 100% 0;
}

#tabs a.ui {
	background:		transparent url("/img/nav-ui.gif") no-repeat 100% 0;
}

#tabs a.sw {
	background:		transparent url("/img/nav-sw.gif") no-repeat 100% 0;
}

#tabs a.home:hover {
	background:		transparent url("/img/nav-home.gif") no-repeat 0 0;
}

#tabs a.id:hover {
	background:		transparent url("/img/nav-id.gif") no-repeat 0 0;
}

#tabs a.ui:hover {
	background:		transparent url("/img/nav-ui.gif") no-repeat 0 0;
}

#tabs a.sw:hover {
	background:		transparent url("/img/nav-sw.gif") no-repeat 0 0;
}

#tabs a.current {
}

#illustration {
	margin:			0 0 40px 0;
	clear:			both;
}

#outerMain {
	width:			425px;
	float:			right;
	display:		block;
	
}

#logo {
	margin-left:		47px;
	padding-bottom:		21px;
	clear:			both;
}

#main {
	margin:			0 0 40px 47px;
	clear:			both;
}

#footer {
	clear:			both;
}

#footerCopy {
	margin-left:		20px;
	font-size:		80%;
	line-height:		120%;
}

#footerImage {
	height:			37px;
	background:		transparent url("/img/f-home.gif") no-repeat bottom;
}

#footerId {
	height:			37px;
	background:		transparent url("/img/f-id.gif") no-repeat bottom;
}

#footerUi {
	height:			37px;
	background:		transparent url("/img/f-ui.gif") no-repeat bottom;
}

#footerSw {
	height:			37px;
	background:		transparent url("/img/f-sw.gif") no-repeat bottom;
}

strong, .strong, b, .bold {
	font-weight:		bold;
}

em, .em {
	font-style:		normal;
}
 
a {
	text-decoration:	none;
}

a:link, a:visited {
	color:			#801713;
	background-color:	#fff;
	font-weight:		bold;
}

a:hover {
	color:			#b3201b;
	background-color:	#fff;
}

a:active {
	color:			#d23325;
	background-color:	#fff;
}

ul {
	list-style:		square;
	background-color:	transparent;
}