/*LAYOUT*/
* {
	margin: 0;
	padding: 0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

body {
	
	background-color: #fff;
	background-image:url(../images/bg.jpg);
	background-position: top center;
	background-repeat: repeat;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: 600;
	margin: 0px auto 0px auto;
	padding: 0px;
	color: #000;
	z-index: 0;
}

#container {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
	position: relative;
	left: 0px;
	z-index:1;
}

#headercontainer {
	width: 100%;
	height: 126px;
	background-color: #fff;
	background-image:url(../images/headerbg.jpg);
	background-position: top center;
	background-repeat: repeat;
	z-index:2;
}

#header {
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	top: 0px;
	z-index:3;
}

#content {
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	top: 0px;
	z-index:3;
}

#downloadthesummer {
	width: 850px;
	height: 425px;
	margin: 30px auto 30px auto;
}

#downloadthesummer2 {
	width: 850px;
	height: 425px;
	margin: 50px auto 100px auto;
}

#thesummercover {
	width: 425px;
	float: left;
	position: relative;
	left: 2px;
}

#thesummertext {
	width: 411px;
	margin: 30px 0px 0px 0px;
	float: right;
}

#summerdownloadbutton {
	margin: 22px 0px 0px 0px;
	float: right;
}

#buymindful {
	width: 850px;
	height: 400px;
	margin: 30px auto 30px auto;
}

#buysingle {
	width: 850px;
	height: 425px;
	margin: 30px auto 30px auto;
}

.homecontentblock {
	width: 850px;
	height: 400px;
	margin: 30px auto 30px auto;
}

.mindfulcover {
	width: 428px;
	float: left;
}

.dancevideo {
	width: 411px;
	float: right;
}

.mindfulbuttons {
	width: 411px;
	float: right;
}

.itunes {
	margin: 22px 0px 0px 0px;
}

#jb {
	margin: 22px 0px 0px 13px;
}

#imagescolumn {
	width: 450px;
	margin: 0px 0px 20px 0px;
	float: left;
}

#mainbioimage {
	margin: 10px 0px 0px 0px;
}

#gallery {
	margin: 10px 0px 0px 2px;
}

.thumbnail {
	margin: 2px 1px 2px 1px;
}

#rightcolumn {
	width: 440px;
	margin: 0px 0px 20px 0px;
	float: right;
}

.videoblock {
	width: 560px;
	margin: 20px auto 30px auto;
	
}

.getmineheader {
	width: 419px;
	margin: 10px auto 10px auto;
	
}

.danceheader {
	width: 121px;
	margin: 10px auto 10px auto;
	
}

.licensingblock {
	width: 700px;
	margin: 0px auto 0px auto;
	text-align: center;
	font-size: 15px;
	font-weight: 200;
}

#clear {
	clear: both;
}

#footercontainer {
	width: 100%;
	height: 126px;
	background-image:url(../images/footerbg.png);
	background-position: top center;
	background-repeat: repeat;
	z-index:2;
}

#footer {
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	top: 0px;
	z-index:3;
}

table tr td {
	margin: 0px;
}

/*CONTENT*/

img {
	border: 0px;
}

p {
	margin: 10px 1px 1px 15px;
}











