	/* HTML Setup */
	
	* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		font-family:Verdana, Arial, sansserrif;
		}

	body {
		color:#630;
		
		text-align:center; /* horizontal centering for IE Win quirks */
		}

	a, a img {
		border:none;
		text-decoration:none;
	}

	p a {
		color:#13b5ea;
		font-weight:bold;
		}
	
	p a:hover {
		text-decoration:underline;
	}
	
	#distance { 
		width:1px;
		height:50%;
		background-color:#fc6;
		margin-bottom:-250px; /* - half of container's height */
		float:left;
		}

	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:500px;
		width:900px;
		clear:left;
		}
	
	h4 {
	color:#13B5EA;
	font-size:.9em;
	}
		
								/* Page Setup */		



	/* Left Column */

	#leftColumn {
		width:250px;
		float:left;
	}


	#logo {
		margin-left:5px;
	}
	
	a, a img { 
		text-decoration:none;
		border:none;
		cursor:pointer;
	}

	a:visited {border:none;} /* visited link */
	a:link {border:none;}
	a:active {border:none;} /* selected link */
	a:focus { outline: none; }
	
	.invis {
		visibility:hidden;
	}


	ul {
		list-style-type:none;
	}
	
	#mainNav {
		position:relative;
		z-index:100;
	}
	
	#mainNav ul {
		width:220px;
		height:200px;
		margin-top:-20px;
		margin-left:10px;
	}
	#mainNav ul li {
		display:block;
	}
	#mainNav ul li a {
		display:block;
		width:220px;
		height:35px;
	}
	
#mainNav a.flyers{
	background: url(../images/flyers_btn.gif) no-repeat;
}

#mainNav a.mixes{
	background: url(../images/mixes_btn.gif) no-repeat;
}
#mainNav a.sweded{
	background: url(../images/sweded_btn.gif) no-repeat;
}			
#mainNav a.about{
	background: url(../images/about_btn.png) no-repeat;
}	
#mainNav a.contact{
	background: url(../images/contact_btn.gif) no-repeat;
}			
#mainNav a.blog{
	background: url(../images/blog_btn.gif) no-repeat;
}	


/* -- mainNav hovers -- */

#mainNav a.flyers:hover {
	background: url(../images/flyers_hover2.png) no-repeat;
}

#mainNav a.mixes:hover {
	background: url(../images/mixes_hover2.png) no-repeat;
}

#mainNav a.sweded:hover{
	background: url(../images/sweded_hover2.png) no-repeat;
}

#mainNav a.about:hover{
	background: url(../images/about_hover2.png) no-repeat;
}

#mainNav a.contact:hover{
	background: url(../images/contact_hover2.png) no-repeat;
}	

#mainNav a.blog:hover{
	background: url(../images/blog_hover2.png) no-repeat;
}		

/* -- mainNav current -- */

#mainNav a.flyers.current {
	background: url(../images/flyers_hover2.png) no-repeat;
}

#mainNav a.mixes.current{
	background: url(../images/mixes_hover2.png) no-repeat;
}

#mainNav a.sweded.current{
	background: url(../images/sweded_hover2.png) no-repeat;
}			
#mainNav a.about.current{
	background: url(../images/about_hover2.png) no-repeat;
}	
#mainNav a.contact.current{
	background: url(../images/contact_hover2.png) no-repeat;
}	


#TM {
	padding-top:100px;
}

	/* Right Column */
	
#rightColumn {
	text-align:right;
}
.slide {  
    width:   540px;  
    height:  460px; 
    margin-top:40px;  
    margin-left: 60px;  
    float:left;
   
} 
 
.slide img { 
	padding:1px;
    background-color: #fff;  
    top:  0; 
    left: 0 
} 

#slideshowBtns {
	position:absolute;
	margin-left:860px;
	margin-top:200px;
}

#prev {
	display:inline;
	background:url(../images/arrowLeft.gif);
	width:47px;
	height:47px;
	float:left;
	cursor:pointer;
	display:none;
}

#next {
	position:relative;
	background:url(../images/arrowRight.gif) no-repeat;
	width:50px;
	height:50px;
	cursor:pointer;

}

#next:hover {
	background-image:url(../images/arrowRight_hover.gif);
	}
