/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(../contact/background.png);
	background-repeat: no-repeat;
	background-position: top;	
}

a:link {
	color: #FFCC33;
}

a:visited {
	color: #00CCFF;
}

a:hover {
	color: #00FF00;
}

/* FRAME TEMPLATE */

#frame {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 878px;
	height: 1070px;
	z-index: auto;
}

/* TRU SOUNDZ ENTERTAINMENT LOGO */

#logo {
	position: absolute;
	z-index: auto;
	top: 0px;
	left: 18px;
}

/* NAVIGATION */

#navigation {
	position: absolute;
	z-index: auto;
	top: 25px;
	left: 350px;
	width: 500px;
	text-align: center;
}

/* SLIDE.COM FLASH SCROLLER */

#slide {
	position: absolute;
	z-index: auto;
	top: 89px;
	left: 10px;
	width: 175px;
	height: 275px;
}

/* ANIMATION BANNER SCROLLE */

#banner {
	position: absolute;
	z-index: 3;
	top: 85px;
	left: 176px;
	width: 700px;
	height: 275px;
}

/* SITE CONTENT &amp; INFORMATION */

.content {
	position: absolute;
	z-index: auto;
	top: 120px;
	left: 20px;
	width: 840px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.content .title {
	color: #FFCC33;
	font-size: 1.6em;
}

/* SIDEBAR CONTENT */

.sidebar {
	position: absolute;
	z-index: auto;
	top: 400px;
	left: 10px;
	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: 1045px;
	left: 10px;
	width: 860px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}
