body {
	margin:0px;
	padding:0px;
	text-align:center;
	background:#363636 url(img/layout/horizbg.jpg) top left repeat-x;
	font-family:verdana;
	color:#fff;
}

* {
	margin:0px;
	padding:0px;
	border:0px;
}

a:link, a:visited {
	color:#0076a3;
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:underline;
}

#shell {
	width:850px;
	margin:0px auto;
	text-align:left;
	background:url(img/layout/vertbg.jpg) top left repeat-y;
	position:relative;
}

#logos {
	display:block;
	width:850px;
	height:175px;
	background:url(img/layout/logosbg.jpg) top left no-repeat;
	position:relative;
}

#logos #magics-logo {
	position:absolute;
	left:25px;
	top:15px;
}

#logos #magics-hdr {
	position:absolute;
	left:272px;
	top:102px;
}
/*
#logos #magics-hdr {
	position:absolute;
	left:260px;
	top:100px;
}
*/
#holos {
	display:block;
	width:850px;
	height:200px;
	background:url(img/layout/holos.jpg) top left no-repeat;
	position:relative;
}

#holos-sl {
	position:absolute;
	top:0px;
	left:-16px;
}

#holos-sr {
	position:absolute;
	top:0px;
	right:-16px;
}

#navos {
	width:250px;
	height:200px;
	z-index:99;
}

#navos li {
	display:block;
	height:50px;
	width:250px;
}

#navos li a {
	display:block;
	height:50px;
	width:250px;
}

#navos li span { visibility:hidden; }

#n1 { background-image:url(img/layout/nav-n1.jpg); }
#n2 { background-image:url(img/layout/nav-n2.jpg); }
#n3 { background-image:url(img/layout/nav-n3.jpg); }
#n4 { background-image:url(img/layout/nav-n4.jpg); }

#navos li a:hover { background-position:0 -50px; }
#navos li a.selected { background-position:0 -100px; }
#navos li a:hover.selected { background-position:0 -150px; }

#banos {
	height:200px;
	width:600px;
	position:absolute;
	top:0px;
	left:250px;
	z-index:8;
}

#banos-in {
	position:relative;
	height:200px;
	width:600px;
	overflow:hidden;
	background-color:#d7d7d7;
}

#banos-o {
	position:absolute;
	left:250px;
	top:0px;
	z-index:999;
}

#in1, #in2, #in3, #in4 { position:absolute; top:0px; left:0px; }

#boros {
	padding-bottom:50px;
}

#left {
	float:left;
	width:200px;
	padding:0 25px 0 25px;
	font-size:.8em;
}

.ntxt {
	margin:3px;
}

#content {
	margin-left:250px;
	padding:0 0 0 25px;
	font-size:.9em;
}

.cno {
	width:550px;
	position:relative;
}

.cngo {
	position:absolute;
	top:0px;
	right:0px;
	z-index:99;
}

.ctxt {
	margin:6px;
}

#content ul {
	list-style-position:inside;
}

.fr { float:right; }
.fl { float:left; }
	