/* css Zen Garden submission - 'Kyoto Forest', by John Politowski, http://rpmdesignfactory.com/ */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */
/* All associated graphics copyright 2007, John Politowski */


/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */


/* basic elements */

html {
	margin: 0;
	padding: 0;
}
	
body {
	font-family:Arial, Helvetica, sans-serif;	
	line-height:18px;
	font-size:12px;
	color: #333333; 
	background: #FFC44E url(swingweekimages/header.jpg) no-repeat top center; 
	margin: 0; 
	padding: 0;
}

html a:link, a:active, a:visited{
	text-decoration:underline;
	font-size:13px;
}

html a:hover{
	text-decoration:underline;
}

p{
	margin: 0px;
	padding: 0;
}

h3 {
	display:none;
}

ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}

li {
	background: url(bullet.gif) left center no-repeat;
	padding-left: 7px;
	margin-right: 7px;
	margin-bottom: 5px;
		display:list-item;

}

acronym {
	border-bottom: none;
}

/* content div's */

#container { 
	margin: auto;
	width:940px;
	position:absolute;
	top:123px;
	left:127px;
}

#intro{
	width:892px;
	height:451px;
}

#info {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}


#pageHeader span{
	display:none;
}

p.p1 {
margin:50px 0px 0px 9px;
}

#quickwelcome {
	background:url(swingweekimages/mainwelcome.jpg) no-repeat top left;
	overflow:hidden;
	position:relative;
	width:450px;
	text-align:justify;
	}

#quickinstructors {
	background:url(swingweekimages/maininstructors.jpg) no-repeat top left;
	overflow:hidden;
	position:relative;
	width:450px;
	text-align:justify;
}

#quickmusic {
	background:url(swingweekimages/mainmusic.jpg) no-repeat top left;
	overflow:hidden;
	position:relative;
	width:450px;
	text-align:justify;
}
#quickroom {
	background:url(swingweekimages/mainroom.jpg) no-repeat top left;
	overflow:hidden;
	position:relative;
	width:450px;
	text-align:justify;
}

#joelallison {
	overflow:hidden;
	position:absolute;
	top:10px;
	left:690px;
	width:275px;
	text-align:justify;
	z-index:6;
	font-size:11px;
	line-height:17px;
}

#michaeljaya {
	overflow:hidden;
	position:absolute;
	top:336px;
	left:483px;
	width:230px;
	text-align:justify;
	z-index:6;
	font-size:11px;
	line-height:17px;
}

#pageHeader {
	background:url(swingweekimages/indexpic.jpg) no-repeat top center;
	height:500px;
	overflow:hidden;
	position:absolute;
	top:0px;
	left:430px;
	width:587px;
}

#extraDiv1 {
	background:url(swingweekimages/mainpics.jpg) no-repeat top right;
	position:absolute;
	top:0px;
	left:460px;
	width:567px;
	height:800px;
	text-align:justify;
	z-index:4;
	}



#footer{
	padding:10px;
	text-align:center;
}

/* link list and extra div's */

#linkList {
	position:relative;
	width:450px;
	top:0;
	z-index:5;
	color: #666666;
	font-size:12px;
	left: 0px;
	height:550px;
	line-height:18px;
}


