﻿body
{
	background-color: #F3F3BF;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
html, body
{
	/* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}

h1, h2, h3, h4, h5
{
	color: #C6AD46;
}
h3
{
	font-size:0.97em;
}

/* holder styles */
#wrapper
{
	width: 780px;
	text-align: left;
}

#header
{
	margin:auto;
	width: 766px;
	height: 170px;
	background-image: url(../images/vibe/header_bg.jpg);
	background-repeat: no-repeat;
}

#musicplayer
{
	float: right;
	margin-top: 7px;
	margin-right: 55px;
	background-color:#3A4010;
}
#nav
{
	margin:auto;
	width: 766px;
	height: 50px;
	background-image: url(../images/vibe/nav_bg.gif);
	background-repeat:no-repeat;
}

#nav ul
{
	padding: 12px;
	margin: 0;	
}
#nav ul li
{
	display: inline;
	padding: 0;
	margin: 0;
}
#nav ul li a
{
	color: #000;
	font-weight:bold;
	text-decoration: none;
	padding: 5px 25px 5px 25px;
	text-align: center;
	width: 9em;
}
#nav ul li a:hover, #nav ul li a:focus
{
	background-color: #E2A911;
}

#leftcol
{
	width: 375px;	
	margin-left: 8px;
	float: left;
	min-height: 290px;
}

#rightcol
{
	width: 375px;
	margin-right: 8px;
	float: right;
	min-height: 290px;
}
#footer_head
{clear: both;
	height:59px;
	background-image: url(../images/vibe/footer_bg.gif);
	background-repeat:no-repeat;	
}

#footer
{	
	font-size:0.8em;
	color:#fff;
	background-color: #000;
	height:20px;
	padding: 5px;
	clear: both;
}
#footer a
{
	color:#999;
	text-decoration:underline;
}
.boxhead
{
	height:40px;
	background-image: url(../images/vibe/box_head.gif);
}

.boxbody
{
	min-height:100px;
	/*min-height hack for IE6 */
	height:auto !important;
	height:100px;
	/*end hack*/	
	background-image: url(../images/vibe/box_body.gif);
	 background-position: bottom left; 
	 background-repeat:no-repeat;
	 padding:5px 10px 15px 10px;
	 
}
.boxhead h1,h2,h3,h4,h5
{
	padding:18px 0 0 10px;
	
}

.boxbody img
{
	float:left;	
	margin:0 4px 0 0;
}

.boxwidehead
{
	height:39px;
	background-image: url(../images/vibe/boxwide_head.gif);
	background-repeat:no-repeat;
	background-position:top center;	
}
.boxwidehead h1,h2,h3,h4,h5
{
	padding:18px 0 0 20px;	
}
.boxwidebody
{
	padding:0px 10px 10px 20px;
	background-image: url(../images/vibe/boxwide_body.gif);
	background-repeat:no-repeat;
	background-position:bottom center;	
	min-height:200px;
}
a
{
	color:#CCCC66;
}