/* Default Classes */

.center{
	margin:0 auto;
}

.float_left{
	float:left;
}

.float_right{
	float:right;
}

.clear_both{
	clear:both;
}

.absolute{
	position:absolute;
}

.relative{
	position:relative;
}

.fixed{
	position:fixed;
}

.none{
	display:none;
}

.block{
	display:block;
}

.inline{
	display:inline;
}

.noline{
	text-decortation:none;
}

.bold{
	font-weight:bold;
}

.no-border{
	border:0 none;
}

a{
	color:white;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

/*{
list-style-type:none;
margin:0;
padding:0;
}*/

/* Default ends */

*{
	margin:0;
	padding:0;
}

body{
	font-family:arial, verdana, sans-serif;
	font-size:62.5%;
}

#wrapper{ /* wraps entire page content - use % width for responsive design */
	margin: auto;
	width: 100%;
	max-width:1024px;
}


#bg_wrap { 
    width: 100%; 
    height: 100%; 
    position: fixed; 
    left: 0px; 
    top: 0px; 
    z-index: -100; 
}

#bg_img {
    width:100%;
    height:100%;
    z-index:-100;
}
#menu{
	height:100px;
	position:relative;
	top:-20px;
	font-size:20px;
	color:#fff;
	padding-left:305px;
}
#menu ul{
	margin-left:200px;
}
#menu a{
	float:left;
	width:100px;
	height:100px;
	text-indent:-9999px;
}

#menu p{
	margin-top:50px;
	float:left;
}

#menu .guests{
	width:99px;
	background: url('../images/sprite-guests.png');
}
#menu .menu{
	width:80px;
	background: url('../images/sprite-menu.png');
}
#menu .artist{
	width:103px;
	background: url('../images/sprite-artists.png');
}
#menu .contact{
	width:103px;
	background: url('../images/sprite-contact.png');
}
#menu a:hover{
	background-position:0px -100px;
}
#menu a.current:hover{
	background-position:0px -200px;
}
#menu .active{
	background-position:0px -200px;
}

#header{
	width:1024px;
	height:122px;
	background: url('../images/the-artists-dinner.png');
	margin-top:60px;
	z-index:100;
}


#content{
	margin-left:10px;
	/*margin:auto;*/
	width:1014px;
	height:367px;
	overflow:hidden;
}
#content .blurb{
	width:960px;
	padding:30px;
	text-align: right;
	font-size: 38px;
}
#content div{
	width:1024px;
	height:367px;
}
#content .artist{
	background: url('../images/slide-01-Artists.png');
	/*background: url('../images/slide-01.png');*/
}
#content .guests{
	display:none;	
	background: url('../images/slide-02.png');
}
#content .menu{
	display:none;
	background: url('../images/slide-03.png');
}
#content .contact{
	display:none;
	background: url('../images/slide-03-contact.png');
	/*background: url('../images/slide-04.png');*/
}

#links{
	float:left;
}

#footer{
	width:1024px;
	height:50px;
	padding-top:80px;	
	color: #fff;
	font-size:14px;
	/*background-color:yellow;*/
}

#sponsers {
	margin: auto;
	width: 320px;
}

#sponsers li{
	padding-right:40px;
}

#location{
	margin: auto;
	width:800px;
	height:15px;
	
	padding-bottom:50px;
}

#location p{
	margin: auto;
	font-size:1.4em;
	color:#fff;
}

