* {
	margin:0px;
	padding:0px;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color:#505050;
}

a {
	color: #FD5817;
	text-decoration: none;
	}

a img {
	border:0;
	text-decoration: none;
	}

.menu {
		font-weight:bold;
		}

a:hover {
	text-decoration: underline;
	}

#page {
	margin-left:auto;
	margin-right:auto;
	width:560px;
	background: #ffffff url(images/vlborder.gif) left repeat-y;
}

#section1 {
	text-align:left;
	background: url(images/vrborder.gif) right repeat-y;
	color: #505050;
}


#section1 h1 {
	margin:0 auto 0 auto; /* top right bottom left */
	background-image:url(images/cbf1.gif);
	width:500px;
	height:150px


}
#section1 h1 span {
	display:none;
}

#section1 h2 {
	text-align:center;
	margin:5px auto 5px auto; /* top right bottom left */
	font-size:18px;
	}

.red {
	background-color: #ff9900;
	text-align:center;
	margin:5px auto 5px auto; /* top right bottom left */
	font-size:16px;
	font-weight:bold;
	}
	
#section1 h3#sessions {
	margin:10px 0 0 25px; /* top right bottom left */
	background-image:url(images/sessions.gif);
	width:250px;
	height:60px


}
#section1 h3#sessions span {
	display:none;
}

#section1 h3#beers {
	margin:10px 0 0 25px; /* top right bottom left */
	background-image:url(images/beers.gif);
	width:250px;
	height:60px


}
#section1 h3#beers span {
	display:none;
}

#section1 h3#venue {
	margin:10px 0 0 25px; /* top right bottom left */
	background-image:url(images/venue.gif);
	width:250px;
	height:60px


}
#section1 h3#venue span {
	display:none;
}

#section1 h3#sponsors {
	margin:10px 0 0 25px; /* top right bottom left */
	background-image:url(images/sponsors.gif);
	width:250px;
	height:60px


}
#section1 h3#sponsors span {
	display:none;
}

#section1 p {
	margin: 5px 25px 0 25px; /* top right bottom left */
	}
	
#section1 p.menu {
	text-align:center;
	}
	
#section1 ul {
	margin: 5px 25px 0 40px; /* top right bottom left */
	padding: 5px 30px;
	list-style:url(images/peaks.gif) none;
	}

#section1 ul li {
	padding-left:2px;
	padding-right:2px;
	}	

.w90 {
	width:85%;
	}

.centre {
	text-align:center;
	margin-left:auto;
	margin-right:auto;	
	}

.left {
	text-align:left;
	}


.right {
	text-align:right;
	}
	
.shadow {
	background: #919191;
	}

.shadow table {
	position: relative;
	top: -4px;
	left: -4px;
	width: 100%;
	border: 1px solid #505050;
	background: #e0e0e0;
	}
	
table th, table td {
	margin: 0;
	padding: 3px 2px;
	text-align:center;
	}
	
table th {
	font-weight:bold;
	background: #505050;
	color: #f90;
	}

table td {
	border-bottom: 1px solid #f90;
}
	
table td.alt, table tr.alt {
	background: #c0c0c0;
	}


