body {
margin: 0;
padding: 0;
text-align: center;
//background: #898989;
background: url('bg.png') repeat;
}

img {
border:0;
}

h1, h2, h3 {
	color: #FFFFFF;
	font-size: 100%;
	margin: 0 0 0 5px;
}

p {
	font-size: 90%;
}

#container {
width: 800px;
margin: 0 auto 0 auto;
text-align: left;
}

#header {
	height: 55px;
	background: url('flag.png') no-repeat;
}

#tlds {
	width:795px;
	position: absolute;
	text-align: right;
	font-size: 80%;
}

#tlds li, #tlds ul,  #tlds a { 
	display: inline;
	color: #FFFFFF;
	padding: 0 5px 0 0;
	text-decoration: none;
}

#tlds a:hover {
	text-decoration: underline;
}


#nav {
	background: url('flag-nav.png') no-repeat;
	height: 47px;
	text-align: right;
	font-size: 120%;
}

#nav li, #nav ul,  #nav a { 
	display: inline;
	color: #FFFFFF;
	padding: 0 5px 0 0;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline overline;
}

#layout {
background: #FFFFFF;
width: 800px;
height: 100%;
float: left;
}

#logo {
	width: 308px;
	float: left;
}

#ipexp {
	background: url('minibar.png') top repeat-x;
	margin-top: 10px;
	width: 231px;
	float: left;
}

#newsletter {
	background: url('minibar.png') top repeat-x;
	margin: 10px 0 0 10px;
	width: 231px;
	float: left;
}

#uppercontent {
	width: 780px;
	height: 317px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

#upperleft {
	background: url('minibar.png') top repeat-x;
	width: 336px;
	float: left;
}

.x336ad {
	height: 280px;
	margin: 5px 0 0 0;
}

#upperright {
	background: url('minibar.png') top repeat-x;
	margin: 0 0 0 10px;
	width: 434px;
	float: left;
}

#lowercontent {
	width: 780px;
	height: 317px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

#lowerright {
	background: url('minibar.png') top repeat-x;
	margin: 0 0 0 10px;
	width: 336px;
	float: left;
}

#lowerleft {
	background: url('minibar.png') top repeat-x;
	width: 434px;
	float: left;
}

.clear {
clear: both;
}

form.form { font-size: 80%; background-color: #ffffff; padding: 0px;}
#options {
   list-style-type: none;
   width: 370px;
   margin: 10px; padding: 0;
}
.form a { color: #898989; }
#options li { 
   float: left;
   width: 140px;
   border-left: 5px solid #ccc;
   margin-left: 30px;
}
input.textbox { width: 370px; font: 120% arial, verdana, sans-serif; }
input.button {font: 120% arial, verdana, sans-serif; margin-top: 10px;}
label { font-weight: light; color: #898989; }
/* TOOLTIP HOVER EFFECT */
label { font-weight: bold; line-height: 20px; cursor: help; }
#tooltip{ width:20em; color: #fff; background: #555; font-size: 12px; font-weight: normal; padding: 5px; border: 3px solid #333; text-align: left; }

#footer {
	width: 780px;
	background: #FFF url('minibar.png') top repeat-x;
	text-align: left;
	margin: 0 0 0 10px;
	color: #898989;
}

#footer a { color: #898989; text-decoration: none; }

#subpage {
	background: url('minibar.png') top repeat-x;
	width: 730px;
	margin: 10px auto;
}

.inlinks a { color: #616161; text-decoration: none; }


#error {
   border: 1px solid red;
   border-left: 5px solid red;
   padding: 2px;
   margin: 5px 10px 5px 10px;
   background: #eee;
}

#news {
   font: normal 12px 'Trebuchet MS','Arial';
   border: 1px solid #898989;
   border-left: 5px solid #898989;
   border-right: 5px solid #898989;
   padding: 2px;
   margin: 5px 10px 5px 10px;
   background: #eee;
   height: 100px;
   overflow:auto;
}