/* GLOBAL SETTINGS */

* { 
    font-family: Verdana, sans-serif;
	padding: 0; 
	margin: 0;
	border: 0;
}

/* mac hide \*/
html,body  { height:100%; width:100%; }
/* end hide */

body { 
	text-align: center;
	min-height: 674px; /* for good browsers */
	min-width: 963px; /* for good browsers */
	background: #FFFFFF;
}
a { text-decoration: none; }


/* positioning flash element */
object {
	position: absolute;
	display: block;
	left: 0;
	z-index: 200;
	min-width: 963px; /* for good browsers */
	min-height: 674px; /* for good browsers */
	outline: none;
}


/* positioning (center) elements */
#xouter{
	height: 100%;
	width: 100%; 
	display: table;
	vertical-align: middle;
}
#xcontainer {
	text-align: center; 
	position: relative;
	vertical-align: middle;
	display: table-cell;
	height: 674px;
}	
#xinner {
	width: 963px;
	height: 674px;
	text-align: left /*center*/;
	margin-left: auto;
	margin-right: auto;
}
#content { position: relative; width: 963px; height: 674px; text-align: left; background: transparent; }

/* SPECIFIC ELEMENTS SETTINGS */
#menuContainer { position: absolute; left: 0; top: 0; width: 963px; height: 26px; background: #FFFFFF; z-index: 1;}
#menu { position: absolute; left: 395px; top: 40px/*0*/; width: 568px; height: 26px; background: transparent; z-index: 1; }
#menu a { margin-right: 52px; color: #48182D; font-size: 10px; font-weight: bold; text-transform: uppercase; }
#menu a:hover { color: #8C64AB; }

#textContainer { position: absolute; left: 379px; top: /*352*/40px; width: 500px; height: 210px; color: #FFFFFF; font-size: 10px; line-height: 150%; background: transparent; overflow: auto; z-index: 1; }
#textContainer a { color: #FFFFFF; font-size: 10px; line-height: 150%; text-decoration: none; }
#textContainer a:hover { border-bottom: 1px dashed #8C64AB; }

span.edit1 { color: #8C64AB; }

p, h1, h2 { z-index: 1; }
