body{
	margin: 0 auto;
	background: #000000;
	font-family:"Trebuchet MS";
	font-size: 1em;
}
img{	
	border-style:none;
}
.clear{
	clear:both;
}
h1{
	text-decoration:none;
	font-size:1.3em;
	color:#006699;
	padding: 10px 0 0 0;
}
p, a{
	text-decoration:none;
	font-size:.8em;
	font-weight:bold;
}
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
a{	
	text-decoration:none;
	color:#00CCFF;
}
a:hover{
	text-decoration:none;
}
#container{
	width:810px;
	margin: inherit;
	padding: 0 0 0 0;
	background:url(../images/content-bg.gif);
}
#header{
	width:1024px;
	height:150px;
	margin: 0 auto;
	background: none;
}
#header	#logo{
	width:675px;
	height:150px;
	background:url(../images/VIBELOGO.gif);
	margin: 15px 0 0 0;
}
#menubar{
	height:46px;
	margin: 0 4px 0 4px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background:url(../images/menubar-bg.jpg);
}
#menubar #center{
	width:1024px;
	height:46px;
	margin: 0 auto;
}
#menubar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menubar li {
	float: left;
	display: block;
	width: 110px;
	height: 46px;
	text-align: center;
}
#menubar a{
	display:block;
	width: 110px;
	height: 34px;
	padding: 12px 0 0 0;
}
#menubar a:hover{
	background:url(../images/hover-menubar-bg.gif);

}

#content{
	width:1024px;
	margin: 0 auto;
}
#content #split-left{
	float:left;
	width:604px;

	
}

#content #split-right{
	float:right;
	width:400px;

}
#footer {
    border-top: 1px solid #000;
    height: 150px;
}
