
* { padding: 0; margin: 0; }

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
 	background-color: #6DC4EF;
 	background-image: url(images/mnb_bg_lg2.jpg);
	background-repeat: repeat-x;
}

a:link {
	color: #666;
}


h1 
{
	font-family:"Comic Sans MS", cursive;
	font-size:15px;
	font-weight:normal;
	color: #cc0066;
} 


p {
 padding: 10px;
}

p.first { 
padding:5px;
color:#33ccff;
font-family:"Comic Sans MS", cursive;
font-size: 1.2em; 

}

p.second {
padding:5px;
color:#d90058;
font-family:"Comic Sans MS", cursive;
font-size: 1.2em; 

}

p.third {
padding:5px;
color:#660033;
font-family:"Comic Sans MS", cursive;
font-size: 1.2em; 

}

p.madeby {
padding: 10px;
color:#7b7b7b;
font-family:Verdana, Geneva, sans-serif;
font-size: 0.8em;
text-align:center;
}

.center {
text-align: center; }

#wrapper {
	margin: 0 auto;
	width: 960px;
	color: #CCC;
}


#header {
	width: 960px;
	height: 177px;
	background-image:url(images/header.png);
}


/* menu */

#menu {
	width: 960px;
	height: 42px;
	background-image:url(images/menu.png);
	background-repeat:no-repeat;
	background-position:center;
	z-index: 100;

}

ul#menu{ 
	font-size: 1.2em; 
	font-family:"Comic Sans MS", cursive;
	font-weight: bold; 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	}
ul#menu li {
	display: block; 
 	float: left;
	margin: 0 0 0 82px; 
	}
ul#menu li a { 
	height: 33px; 
	color: #d7025e; 
	text-decoration: none; 
	display: block; 
	line-height: 150%; 
	padding: 8px 15px 0; 

	}
ul#menu li a:hover { 
	color: #333; 
	}
ul#menu li a.current{ 
	color: #630033; 
	padding: 5px 15px 0; 
	}
	
	
/* telos menu */


/* cuber show */
#slideshow {
	background: url(images/cube_shadow.jpg) no-repeat;
	background-position: top center;
	height: 350px;
	margin-top: 5px;
	position:relative;
 
}

#cu3er-container {
	width:600px; outline:0;
}

/* telos cuber show */

#content { 
 color: #333;
 margin: 0px auto;
 height: 620px;
 width: 960px;
 background-image:url(images/mainbg1.png);
 background-position:top;
 background-repeat:no-repeat;
 text-align:center;
}

#textblock {
	font-family: "Century gothic", "Lucida Grande", sans-serif;
	font-size: 1.0em;
	color:#666;
	width:830px;
	margin: 0 0 0 65px;
}


.maintext {
	width:30%;
	height:auto;
	text-align:justify;
	padding: 11px;
	float:left;
}

.gallery {
	width:auto;
	height:auto;
	text-align:justify;
	padding: 11px;
	float:left;
}


#footer {
	width: 960px;
}


#footie {
	position:relative;
	background-image:url(images/mbfooter.png);
	background-position:bottom;
	background-repeat:no-repeat;
	color:#FFF;
}



