@import url(reset.css);

BODY{
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#E1E1E1;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;}
A{
	outline:none;}
IMG{
	border:none;}
DIV#header{
	position:relative;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	height:224px;
	width:960px;}

DIV#menu{
	z-index:10;
	width:850px;
	margin:155px 0 0 0;
	position:absolute;}
DIV#menu UL LI{
	float:left;}
DIV#menu UL LI A{
	line-height:1em;
	text-decoration:none;
	font:12px Tahoma, Geneva, sans-serif;
	font-weight:bold;
	display:block;
	padding:24px 5px 26px 5px;
	color:#FFF;}
DIV#menu UL LI A:hover,
DIV#menu UL LI A.active{
	background-image:url(../images/active.png);
	background-position:bottom center;
	background-repeat:no-repeat;}

DIV#language{
	position:absolute;
	right:0;
	bottom:0;
	margin:0 20px 5px 0;}
DIV#language A{
	padding:3px 3px;
	display:block;}

DIV#wrapper{
	width:960px;}

DIV#index{
	position:relative;
	background-image:url(../images/index.jpg);
	background-repeat:no-repeat;
	height:465px;}

DIV#login{}
DIV#tabs{
	position:absolute;
	left:40px;
	bottom:60px;}
DIV#tabs DIV.tab{
	float:left;
	width:213px;
	height:90px;
	margin:0 5px 0 0;}

/*
 * CONTENT
 */
DIV#print_content{}

DIV#print_content,
DIV#print_content TD{
	line-height:2em;
	font:12px Tahoma, Geneva, sans-serif}

/*
 * ARTICLES
 */

DIV#articles{
	background-image:url(../images/content-bg.jpg);
	background-repeat:repeat-y;
	padding:25px;}
DIV#articles H1{
	font:16px Tahoma, Geneva, sans-serif;
	font-weight:bold;}


DIV#footer{
	width:945px;
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	padding:15px 25px 0 0;
	height:60px;}
DIV#footer,
DIV#footer A{
	color:#666;}
	
.clear{ clear:both;}