@CHARSET "UTF-8";

body {
	color: #000000;	
}

#nav {
	width: 814px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;	
}

.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

.kwicks li {
	width: 160px;
	height: 100px;
	
	display: block;
	float: left;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
}

.kwicks div {
	width: 100%;
	height: 100px;	
}

#kwick_schedule {
	background-image: url('../images/schedule.png');
}
#kwick_venue {
	background-image: url('../images/venue.png');
}
#kwick_about {
	background-image: url('../images/about.png');
}
#kwick_contact {
	background-image: url('../images/contact.png');
}
#kwick_news {
	background-image: url('../images/news.png');
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */	
}

#right_round {
	width: 10px;
	height: 100px;
	float:right;
	margin-top: -100px;
}
