body 
	{
/*
	background: url(images/swirl_bubble.gif) repeat;
*/
	background: black;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: .7em;
	margin: 0;
	padding: 0;
	}
hr 
	{
	color: #999;
	background-color: #999;
	border: 0;
	height: 1px;
	}
input,
select, 
textarea 
	{
	background: #eef;
	border: 1px solid 99c;
	}
pre 
	{
	font-size: 106%;
	}

/*********************************************
*** Page, Header, Footer, Logo
*********************************************/	
#wrapperPage
	{
	padding-bottom: 1em;
	}
#wrapperContent 
	{ 
	background-color: #fff; 
	margin: 0 auto;
	padding: 1em; 
	width: 720px; 
	}
#logo 
	{
/*
	font-size: medium;
*/
	background: url(images/ne-raves-cybertribe_223x110.png) no-repeat center;
	margin: .3em auto;
	text-align: center;
	}
#logo a 
	{
/*
	color: #fff;
	font-variant: small-caps;
	font-weight: bold;
	letter-spacing: .3em;
	text-decoration: none;
*/
    display: block;
    text-decoration: none;
    overflow: hidden;
    border: 0;
    margin: 0 auto;
    padding: 0;
    padding-top: 110px;
    height: 0px !important;
    width: 223px;
    cursor: pointer;
	}
#logo a:hover 
	{
	color: #aaf;
	}	
#header 
	{
	}
#footer 
	{
	background: #008;
	font-size: 88%;
	margin: 0 auto;
	padding: 1em;
	width: 720px;
	}
#footer,
#footer a 
	{
/*
	font-size: .8em;
	font-weight: bolder;
	margin: .6em -10%;
	padding: 0;
	text-decoration: none;
*/
	color: #fff;
	text-align: center;
	}

	
/*********************************************
*** Menu
*********************************************/	
#menu 
	{
/*
	border-bottom: .2em solid red;
	background-color: #666;
	font-family: Verdana, Arial, sans-serif;
	font-size: .88em;
*/
	background-color: #008;
	border: 0;
	height: 2.4em;
	margin: 0 auto;
	padding: .8em .8em 0 .8em;
	vertical-align: center;
	width: 720px; 
	}
#menu,
#menu a 
	{
	color: #ccc;
	}
ul#menuList 
	{
/*
	border-bottom-width: 1px;
	background-color: #008;
	border-width: 1px;
	border-color: #44f;
	border-style: solid;
	border-right-width: 1px;
*/
	list-style-type: none;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	}
ul#menuList li 
	{
/*
	margin: 0 .2em;
*/
	border-color: #eee;
	border-style: solid;
	border-width: 0 thin 0 0;
	display: inline;
	font-weight: bold;
	list-style: none;
	padding: 0 .2em;
	text-transform: lowercase;
	vertical-align: center;
	}
ul#menuList li:last-child 
	{
	border: 0;
	}
#menu a 
	{
/*
	text-transform: lowercase;
	border: 1px solid #bbb;
*/
	margin: 0;
	padding: .2em .8em;
	white-space: nowrap;
	text-decoration: none;
	}
ul#menuList a.self 
	{
/*
	background: #000;
*/
	color: #fff;
	text-transform: uppercase;
	}
#menu a:hover,
#menu a.self:hover 
	{
/*
	background: #fa0;
	border: 1px solid #ddd;
*/
	color: #0f0;
	}
	
/*********************************************
*** Misc classes
*********************************************/	
.even 	
	{ background-color: #f4f4f4; }
.odd 	
	{ background-color: #fff; }
.selected 
	{
	text-transform: uppercase;
	}
.alert 
	{
	color: #c00;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	}
ul.inline 
	{
	margin: .3em 0;
	padding: .2em;
	}
.inline li 
	{
/*
	border: 0;
	border-right-width: 1px;
	border-style: solid;
*/
	border-right: 1px solid #fff;
	display: inline;
	padding: 0 1em;
	}
.inline li:last-child,
.inline .last 
	{
	border: 0em;
	}
.inline a 
	{
	}
.inline a:hover 
	{
	}
.pageTitle 
	{
	color: #008;
	margin: 0;
	}	

