/* global */

html{height: 100%;}

body
{ font-family: arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-family: sans-serif;
  text-align: center;
  text-decoration: none;
  font-size: 80%;
  line-height: 1.4em; 
}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.7em;
}

h1
{ font-family: serif;
  font-size: 108%;
  letter-spacing: .1em;
}

h2
{ margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
  letter-spacing: .1em;
  font-weight: normal;
  text-decoration: underline;
}

/* img{border: 0px;} */

a{outline: none;}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* margin lefts / margin rights - to centre content */
#main, #links, #footer, #logo, #menuin, #content
{ margin-left: auto; 
  margin-right: auto;
}

/* main container */
#main{width: 950px}

/* header */
#header
{ width: 100%;
  height: 100px;
  padding: 5px 0px 0px 0px;
}

#header a, #header a:hover, .sidebarad a, .sidebarad a:hover, .sidebardivision a, .sidebardivision a:hover {
	
	font-weight: bold;
	text-decoration: none;
	
}

#ad
{ padding: 10px 5px 0px 10px;
  float: left;
  width: 485px;
  text-align: center;
 
}

#toppic
{ padding: 5px 10px 0px 5px;
  float: left;
  width: 435px;
  text-align: right;
}

/* language menu */
#language {
	
	margin: 0px 10px 5px 10px; 
	text-align: center;
	width: 930px;
	
}

#language p {
	
	font-family: verdana, arial, sans-serif;
  	text-align: center;
  	text-decoration: none; 
  	text-transform: uppercase;
  	font-size: 80%;
  	display: block;
  	padding: 5px 5px 5px 5px;

 }

/* navigation menu */
#menu {
	
	margin: 0px 10px 0px 10px; 
	text-align: left;
	width: 930px;
	/* height: 20px; */
	
}

#menu ul {
	
	height: 20px;

} 

#menu li { 
	
	float: left;
  	list-style: none;
  	
} 

#menu li a, #menu li a#selected, #menu li a:hover {
	
	font-family: verdana, arial, sans-serif;
  	float: left;
  	text-decoration: none; 
  	text-transform: uppercase;
  	font-size: 80%;
  	display: block;
  	padding: 1px 25px 0px 0px;

 }

/* sidebars */
.sidebar
{ float: left;
  width: 204px;
  padding: 5px 10px 5px 10px;
}

/* sidebar items / links */
.sidebaritem
{ text-align: center;
  width: 204px;
  float: left;
  margin: 0px 0px 5px 0px;

}

.sidebaritem h1, .sidebaritem h2, .sidebaritem p{margin: 0px 10px 0px 10px}

.sidebaritem h1
{ font-weight: normal; padding: 8px 0px 16px 0px;
  text-transform: uppercase;
}

.sidebaritem p
{ line-height: 16px; 
  padding: 5px 0px 5px 0px;
}

.sidebaritem a, .sidebaritem a:hover
{ padding: 0px 0px 2px 14px;
  text-decoration: none;
}

/* sidebar - ad and division */

.sidebardivision
{ text-align: center;
  width: 204px;
  float: left;
  margin: 0px 0px 5px 0px;

}

.sidebarnews { 
	
	text-align: center;
 	width: 204px;
  	float: left;
  	margin: 0px 0px 5px 0px;
  	padding: 0px 0px 0px 0px;

}

.sidebarnews p { 
	
	line-height: 16px; 
    padding: 5px 5px 5px 5px;

}

.sidebarnews a { 

    padding: 0px 0px 0px 10px;

}

.sidebarmenu { 
	
	text-align: left;
 	width: 204px;
  	float: left;
  	margin: 0px 0px 5px 0px;

}

.sidebarmenu p { 
	
	line-height: 16px; 
    padding: 5px 5px 5px 15px;

}

.sidebarmenu a, .sidebarmenu a:hover { 
 
    padding: 0px 0px 0px 10px;
    text-decoration: none;

}

.sidebarad { text-align: center;

  width: 204px;
  float: left;
  margin: 0px 0px 5px 0px;

}

.sidebarad p { 
	
	line-height: 16px; 
    padding: 5px 0px 5px 0px;

}

/* page content (centre) */
#content
{ text-align: center;
  width: 500px;
  padding: 5px 0px 5px 0px;
  float: left;
}

/* content items */

.contentitem
{ text-align: center;
  width: 500px;
  float: left;
  
  
}

.contentreply, .contentbad
{ text-align: center;
  width: 480px;
  margin: 5px 5px 5px 5px;
}

.contentreply p, .contentbad p
{ line-height: 16px; 
  padding: 10px 5px 10px 5px;
}

.contentitem a, .contentitem a:hover { 
	
	text-decoration: none;
	font-weight: bold;
	
}

.reply, .message {
	
	text-align: center;
  	width: 98%;
  	border-style: solid;
	margin: 5px 0px 0px 0px;

}

.reply p, .message p {
	
	line-height: 16px; 
  	padding: 10px 5px 10px 5px;
  	
}

/* footer */
#footer
{ padding: 10px 4px 10px 4px;
  font-size: 80%;
  font-family: verdana, arial, sans-serif;
  clear: both;
  text-align: center; 
  border-top: 2px solid;
  margin: 10px 4px 10px 4px;
}

#footer a
{ text-decoration: none;
  padding: 0px 0px 2px 0px;
  border-bottom: 1px dashed;
}

#footer a:hover
{ text-decoration: none;
  padding: 0px 0px 2px 0px;
  border-bottom: 1px solid;
}

input, textarea, select { 

border-width: 1px;
border-style: solid;
font-weight: normal;
font-size: 7.0pt;
font-family: verdana, arial, sans-serif;
TEXT-DECORATION: none;
padding: 2px 2px 2px 2px;

}

/* Based on Nifty Corners: rounded corners without images */
/* By Alessandro Fulciniti */
/* http://www.html.it/articoli/nifty/index.html */
.rtop, .rbottom{display: block;}

.rtop .r1, .rtop .r2, .rtop .r3, .rtop .r4,
.rbottom .r1, .rbottom .r2, .rbottom .r3, .rbottom .r4
{ display: block;
  height: 1px;
  overflow: hidden; 
}

.r1{margin: 0 5px}

.r2{margin: 0 3px}

.r3{margin: 0 2px}

.rtop .r4, .rbottom .r4
{ margin: 0 1px;
  height: 2px
}

.ftop, .fbottom{display: block;}

.ftop .f1, .ftop .f2, .ftop .f3, .ftop .f4,
.fbottom .f1, .fbottom .f2, .fbottom .f3, .fbottom .f4
{ display: block;
  height: 1px;
  overflow: hidden; 
}

.f1{margin: 0 5px}

.f2{margin: 0 3px}

.f3{margin: 0 2px}

.ftop .r4, .fbottom .r4
{ margin: 0 1px;
  height: 2px
}


