* {
 margin: 0;
 padding: 0;
}

body {
background: #000000 url(spa/images/bg.jpg) repeat-x right  top;
margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
 padding: 0;
 text-align: center;
}

#container {
width: 960px;
margin: 0 auto;
 text-align: center; vertical-align:top; } 

#logo {padding: 0; margin: 0; background-image:url(spa/images/logo.jpg); height: 60px; width: 960px; background-repeat: no-repeat;}

#menu { 
height:35px; 
width:960px; background-image:url(spa/images/bg_menu.jpg); text-align:center; 
 }
 
 #empty {height:20px; vertical-align:bottom;}
 #empty2{height:40px;}
 
#content {
	margin: 0 auto;
	width:960px;
	text-align: center;
	display:inline;
}

#left { 
	margin: 0 auto;
	height:200px;
	width:242px;
	text-align: left;
	float:left;
}
#left ul { list-style: none;  text-align:left; }
#left li { float:left; }
#left li#submenu {border-bottom:none;	width: 242px; height:5px;}
#left li#invi { display:none; }

#submenu { text-align:left; font-family:Arial; letter-spacing:1px; font-size:11px; line-height:22px; border-bottom:none; text-decoration:none;}

#right {
	margin:0 auto;
	height:424px;
	width:708px;
	float:right;
}
#right ul { list-style: none;  text-align:left;  }
#right li { float:right; }
#right li#main {	border-bottom:none;	width: 708px;}
#right li#empty-cell {	border-bottom:none;	width: 708px; height:20px;}

#fullflash {
	margin:0 auto;
	height:585px;
	width:960px;
	float:left;
	text-align:center;
}

#right-longer {
	margin:0 auto;
	height:995px;
	width:708px;
	float:right;
}
#right-longer ul { list-style: none;  text-align:left;  }
#right-longer li#main {	border-bottom:none;	width: 708px; }

#footer {
	margin: 0 auto;
	width:960px;
	height:45px;
	background-position:bottom;
	float: left;
	text-align:center;
	background-image:url(spa/images/footer.jpg);
}

#contact_table {
	margin:0 auto;
	list-style: none;
	width:960px;
	float:left;}

/*  TEXT LAYOUT  */
.body {text-align:left; font-family:Arial; font-size:11px; line-height:16px; color:#d7ecfd;  text-decoration:none;}
a.body:link {text-align:left; font-family:Arial;  font-size:11px; line-height:16px; color:#d7ecfd;  text-decoration:none;}
a.body:visited {text-align:left; font-family:Arial; font-size:11px; line-height:16px; color:#d7ecfd;  text-decoration:none;}
a.body:hover {text-align:left; font-family:Arial;  font-size:11px; line-height:16px; color:#06F;  text-decoration:none;}
a.body:active {text-align:left; font-family:Arial; font-size:11px; line-height:16px; color:#d7ecfd;  text-decoration:none;}

.submenu {text-align:left; font-family:Arial; letter-spacing:1px; font-size:11px; line-height:16px; color:#d7ecfd;  text-decoration:none; margin-top:5px;}
a.submenu:link {text-align:left; font-family:Arial; letter-spacing:1px; font-size:11px; line-height:16px; color:#d7ecfd;  text-decoration:none;}
a.submenu:visited {text-align:left; font-family:Arial; letter-spacing:1px; font-size:11px; line-height:16px; color:#d7ecfd;  text-decoration:none;}
a.submenu:hover {text-align:left; font-family:Arial; letter-spacing:1px; font-size:11px; line-height:16px; color:#06F;  text-decoration:none;}
a.submenu:active {text-align:left; font-family:Arial; letter-spacing:1px; font-size:11px; line-height:16px; color:#d7ecfd;  text-decoration:none;}

.submenu2 {
	text-align:left;
	font-family:Arial;
	letter-spacing:1px;
	font-size:12px;
	line-height:16px;
	color:#06F;
	text-decoration:none;
}

.menu_head {cursor: pointer; margin-bottom:3px; margin-top:3px; text-align:left; font-family:Arial; letter-spacing:1px; font-size:11px; line-height:16px; color:#d7ecfd;  text-decoration:none;}
.menu_head a{color:#d7ecfd; text-decoration:none;}
.menu_head a:hover{color:#06F;}
.menu_body {display:none; margin-left:20px; margin-bottom:10px; margin-top:5px; width:198px; text-align:left; font-family:Arial; letter-spacing:1px; font-size:11px; line-height:16px; color:#d7ecfd;  text-decoration:none;}
.menu_body a{display:block;  color:#d7ecfd; text-decoration:none;}
.menu_body a:hover{color:#06F;  }

.titles {text-align:left; font-family:Arial; font-size:14px; font-weight:bold; line-height:40px; color:#FFF;  text-decoration:none;}
.about {text-align:left; font-family:Arial; font-size:12px; line-height:18px; color:#d7ecfd;  text-decoration:none;}
.about-blue {text-align:left; font-family:Arial; font-size:12px; line-height:18px; color:#06F;  text-decoration:none;}
.language {text-align:left; font-family:Georgia; font-weight:lighter; letter-spacing:0.03em; font-size:14px; line-height:35px; color:#d7ecfd;  text-decoration:none;}

/*  END TEXT LAYOUT  */
