body {
	margin: 0;
	padding: 0;
	background-image: url(../images/background-strip.png);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #FFF6DC;
	width: 100%;
	height: 100%;
	font: 90% Tahoma, Arial, Helvetica, sans-serif;
}

a { color: #FF2037; text-decoration: underline; font-weight: bold;}

a:hover { color: #FF2037; text-decoration: none; font-weight: bold;}

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 10px 0; padding: 0; }

h1 { font-size: 32px; }

h2 { font-size: 28px; }

h3 { font-size: 24px; }

h4 { font-size: 20px; }

h5 { font-size: 16px; }

h6 { 
	font-size: 13px; 
	text-transform: uppercase; 
	margin: 5px 0; 
	font-weight: bold; 
}

ul { 
	line-height: 1.8em; 
	list-style-type: square; 
	color: #333333; 
}

ol { 
	line-height: 1.8em; 
	color: #333333; 
}

blockquote {
	color: #555555;
	background-color: #eeeeee;
	border: 1px solid #cfcfcf;
	padding: 5px 10px; 
	margin: 10px 20px;
}


em { 
	font-style: italic; 
}

strong { 
	font-weight: bold; 
}

del { 
	text-decoration: line-through; 
	color: #555555; 
	font-size: 11px; 
}

ins { 
	text-decoration: none; 
	color: #679b3c; 
}

img {
	border: 0;
}

/* Structure */

/*-----------------------------
header
------------------------------*/
#header {
	background: url(../images/website-header.png) 0 0 no-repeat;
	position: relative;
	border: none;
	padding: 0;
	height: 158px;
	color: #fff;
	width: 850px;
	}

/*-----------------------------
navigation
------------------------------*/

#navbar
{
	position: relative;
	border: none;
	padding: 0;
	height: 42px;
	color: #fff;
	width: 850px;
margin: 0 0 5px 0;
border-top: #F5FF99 solid 2px;
border-bottom: #F5FF99 solid 2px;
	}

#navbar img
{
	height: 42px;
}

#nav_home
{
	display: block;
	background: url(../images/menu/menu_o_02-home.png) 0 0 no-repeat;
	width: 68px;
	height: 42px;
margin: 0 0 0 37px;
	float: left;
}

#nav_home a {
	display: block;
	width: 68px;
	height: 42px;
	background: url(../images/menu/menu_i_02-home.png) 0 0 no-repeat;
	text-decoration: none;
}

#nav_home a:hover
{
	background-image: none;
}

#nav_home a:active
{
	background-image: none;
}

#nav_info
{
	display: block;
	background: url(../images/menu/menu_o_03-info.png) 0 0 no-repeat;
	width: 67px;
	height: 42px;
	float: left;
}
#nav_info a
{
	display: block;
	background: url(../images/menu/menu_i_03-info.png) 0 0 no-repeat;
	width: 67px;
	height: 42px;
	float: left;
	text-decoration: none;
}
#nav_info a:hover
{
	background-image: none;
}

#nav_info a:active
{
	background-image: none;
}

#nav_tickets
{
	display: block;
	background: url(../images/menu/menu_o_04-tickets.png) 0 0 no-repeat;
	width: 93px;
	height: 42px;
	float: left;
}

#nav_tickets a
{
	display: block;
	background: url(../images/menu/menu_i_04-tickets.png) 0 0 no-repeat;
	width: 93px;
	height: 42px;
	float: left;
	text-decoration: none;
}
#nav_tickets a:hover
{
	background-image: none;
}

#nav_tickets a:active
{
	background-image: none;
}

#nav_artists 
{
	display: block;
	background: url(../images/menu/menu_o_05-artists.png) 0 0 no-repeat;
	width: 89px;
	height: 42px;
	float: left;
}
#nav_artists a
{
	display: block;
	background: url(../images/menu/menu_i_05-artists.png) 0 0 no-repeat;
	width: 89px;
	height: 42px;
	float: left;
	text-decoration: none;
}
#nav_artists a:hover
{
	background-image: none;
}

#nav_artists a:active
{
	background-image: none;
}

#nav_sponsors 
{
	display: block;
	background: url(../images/menu/menu_o_06-sponsors.png) 0 0 no-repeat;
	width: 206px;
	height: 42px;
	float: left;
}
#nav_sponsors a
{
	display: block;
	background: url(../images/menu/menu_i_06-sponsors.png) 0 0 no-repeat;
	width: 206px;
	height: 42px;
	float: left;
	text-decoration: none;
}
#nav_sponsors a:hover
{
	background-image: none;
}

#nav_sponsors a:active
{
	background-image: none;
}

#nav_vibe 
{
	display: block;
	background: url(../images/menu/menu_o_07-vibe.png) 0 0 no-repeat;
	width: 62px;
	height: 42px;
	float: left;
}
#nav_vibe a
{
	display: block;
	background: url(../images/menu/menu_i_07-vibe.png) 0 0 no-repeat;
	width: 62px;
	height: 42px;
	float: left;
	text-decoration: none;
}
#nav_vibe a:hover
{
	background-image: none;
}

#nav_vibe a:active
{
	background-image: none;
}

#nav_press 
{
	display: block;
	background: url(../images/menu/menu_o_08-press.png) 0 0 no-repeat;
	width: 90px;
	height: 42px;
	float: left;
}
#nav_press a
{
	display: block;
	background: url(../images/menu/menu_i_08-press.png) 0 0 no-repeat;
	width: 90px;
	height: 42px;
	float: left;
	text-decoration: none;
}
#nav_press a:hover
{
	background-image: none;
}

#nav_press a:active
{
	background-image: none;
}

#nav_store 
{
	display: block;
	background: url(../images/menu/menu_o_09-store.png) 0 0 no-repeat;
	width: 82px;
	height: 42px;
	float: left;
}
#nav_store a
{
	display: block;
	background: url(../images/menu/menu_i_09-store.png) 0 0 no-repeat;
	width: 82px;
	height: 42px;
	float: left;
	text-decoration: none;
}
#nav_store a:hover
{
	background-image: none;
}

#nav_store a:active
{
	background-image: none;
}

#wrapper {
	position: absolute;
	background-image: url(../images/background.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	}
	
#content {
	margin: 0 auto 0 auto;
	width: 850px;
}	

#topper {
width: 100%;
clear: both;
text-align: center;
padding: 5px 0 20px 0 ;
}

.column_left_home {
margin:0;
   width: 800px;
   float: left;
}

.column_left {
margin:0;
	width: 395px;
	float: left;
}

.column_right {
	float: right;
	width: 430px;
	margin: 0 0 0 10px;
	
}

#featuredsponsors {
padding: 0 5px 5px 5px;
	margin:0 0 5px 0 ;
	text-align: left;
	background-color: #fff;
	float:left;
	width: 390px;
}

#featuredsponsors a:hover {
opacity: 0.8;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
}

#featuredsponsors img {
padding: 0 5px;
}


#boothlogos {
	opacity: 0.8;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
	background-color: #fff;
	float:left;
	width: 400px;
padding: 0;
margin: 0;
}

#boothlogos img{
padding: 0;
margin: 0;
display: inline;
vertical-align: middle;
}

.news {
	opacity: 0.8;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
	background-color: #fff;
	float:left;
	width: 375px;
	color: #000;
	padding: 0 5px 0 5px;
	margin:0;
	text-align: left;
	}

.news_home {
	opacity: 0.8;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
	background-color: #fff;
	float:left;
	width: 800px;
	color: #000;
	padding: 0 5px 0 5px;
	margin:0;
	text-align: left;
	}

#ad_buttons {
text-align: center;
margin: 10px 0 0 0;

}


#ad_buttons img{
padding: 0 6px 5px 6px;
border: #000 solid 2px;
}


#artists {
	opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
	background-color: #fff;
	float:left;
	width: 605px;
	color: #000;
	padding: 10px 0 0 5px;
	margin: 4px 0 0 0;
	}

#artists img {
	border: 0;
	margin: 10px 0 5px 0;
	}


#vibe_text{
	opacity: 0.8;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.8;
	background-color: #fff;
	padding: 0 0 0 5px;
	width: 395px;
	font-size: 1.2em;
	}

#vibe_gallery {
	padding: 0;
	}
	
#vibe_gallery img{
	border: 0;
	}	


#booths {
	width: 500px;
	}

#footer {
	clear : both;
	width: 100%;
	}

/*--------------------
Contact Form :: How people can reach out and touch 
--------------------*/
	form {
		padding-top:10px;
		border:none;
		}

	label {
		display:block;
		font-weight:bold;
		color:#444;
		margin:5px 0;
		}

	input.submit_text{
		width:280px;
		padding:4px;
		border:1px solid #999;
		font:90%;
		color:#777;
		}
	
	input.submit_button{
		width:150px;
		padding:4px;
		border:1px solid #999;
		font:90%;
		color:#777;
		margin-top: 3px;
		}
	
	textarea {
		width:280px;
		padding:4px;
		font:90%;
		border:1px solid #999;
		height:200px;
		display:block;
		color:#777;
		}


/*--------------------
Slim Box
--------------------*/

.smd_slimbox {
	float:left;
	width:160px;
	margin: 0;
	clear:both;
}
.smd_slimbox .cell {
	float:left;
	margin: 0 0 8px 0;
	text-align:center;
}
.smd_slimbox img {
	margin:0 auto;
display: block;
}
.smd_slimbox .cap {
	float:left;
	width:140px;
	padding:2px 0 0 5px;
}
.smd_slimbox_nav {
	clear:both;
	width:500px;
	padding:20px;
}
.smd_slimbox_prev {
	float:left;
}
.smd_slimbox_next {
	float:right;
}