/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(../home/background.png);
	background-repeat: repeat;
}

a:link {
	color: #FFCC33;
}

a:visited {
	color: #00CCFF;
}

a:hover {
	color: #00FF00;
}

/* FRAME TEMPLATE */

#frame {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 845px;
	z-index: auto;
}

#template {
	position: absolute;
	z-index: auto;
	width: 960px;
	height: 800px;
	top: 0px;
	left: 0px;
	color: #333333;
}


/* TRU SOUNDZ ENTERTAINMENT LOGO */

#logo {
	position: absolute;
	z-index: auto;
	top: 30px;
	left: 18px;
}

/* NAVIGATION */

#navigation {
	position: absolute;
	z-index: auto;
	top: 25px;
	left: 350px;
	width: 500px;
	text-align: center;
}

/* Slide */
.slide {
	position: absolute;
	z-index: auto;
	width: 940px;
	height: 450px;
	top: 100px;
	left: -20px;
	text-align: center;
}



/* YOUTUBE VIDEO CODE */

#youtube {
	position: absolute;
	z-index: auto;
	top: 89px;
	left: 510px;
	width: 425px;
	height: 349px;
}

/* paypal integration */

#paypal {
	position: absolute;
	z-index: auto;
	top: 685px;
	left: 70px;
	width: 960px;
	text-align: center;
}

/* social networks */

#networks {
	position: absolute;
	z-index: auto;
	top: 85px;
	left: 610px;
	width: 340px;
	text-align: right;
}

/* SITE CONTENT &amp; INFORMATION */


.content {
	position: absolute;
	z-index: auto;
	top: 520px;
	left: 270px;
	width: 650px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.content .text {
	color: #66ffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* SIDEBAR CONTENT */

.sidebar {
	position: absolute;
	z-index: auto;
	top: 540px;
	left: -20px;
	width: 230px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.sidebar .title {
	color: #00CCFF;
	font-size: 1.2em;
}


/* FOOTER/COPYRIGHT INFORMATION */

#footer {
	position: absolute;
	z-index: auto;
	top: 845px;
	left: 10px;
	width: 960px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
}
