* {
	font-family:tahoma, verdana, arial, sans-serif;
	margin:0px;
	padding:0px;
}

body {
	margin:0px;
	padding:0px;
	background-color:#fde6b8;
}

div.wrapper {
	overflow:hidden;
}

/*-------------------------------
	HEADER
-------------------------------*/

div.headerbg {
	display:block;
	background:url('images/header_bg.jpg') repeat-x;
	width:100%;
	height:239px;
}

/* div.headerimg {
	width:100%;
	height:239px;
	background:url('images/header.jpg') no-repeat center;
} */

/*-------------------------------
	NAVIGATION
-------------------------------*/

div.navbg {
	display:block;
	width:100%;
	height:39px;
	background:url('images/nav_bg.jpg') repeat-x;
}

div.navredbg {
	width:100%;
	height:39px;
	background:url('images/nav_redbg.jpg') no-repeat center;
	text-align:center;
}

ul.nav {
	display:inline;
	width:700px;
	text-align:center;
}
ul.nav li {
	display:inline;
}

ul.nav a {
	padding-right:30px;
	text-decoration:none;
	color:white;
	position:relative;
	font-size:12px;
	top:10px;
}

ul.nav a:hover {
	color:#330066
}

div.livewrapper {
	position:relative;
	width:1180px;
	margin-left:-590px;
	left:50%;
	text-align:right;
}

a.listenlive {
	position:relative;
	left:800px;
	top:164px;
	width:175px;
	height:76px;
	display:block;
}

/*-------------------------------
	BODY
-------------------------------*/


div.bgtransition {
	background:url('images/bgtransition.jpg') repeat-x #bfdae8;
}

div.bodycolumn {
	padding-top:20px;
	display:block;
	position:relative;
	width:380px;
	left:50%;
	min-height:600px;
}

div.bodytransition {
	background:url(images/body_bgtransition.jpg) top center no-repeat;
	min-height:293px;
}

div.bodyimage {
	background:url(images/body_bg.jpg) center repeat-y;
}

div.tree {
	display:block;
	background:url('images/palmtop.jpg') no-repeat;
	width:366px;
	height:391px;
	position:relative;
	top:-391px;
	margin-bottom:-391px;
	margin-left:-394px;
	left:50%;
}

div.imagerotator {
	width:350px;
	height:200px;
	display:block;
	position:relative;
	left:-370px;
	margin-bottom:-200px;
	background:#F8F8F8;
	border:none;
}

/*-------------------------------
	FOOTER
-------------------------------*/

div.footer {
	width:100%;
	height:157px;
	background:url(images/topfooter_bg.jpg) top repeat-x;
}

div.footerimg {
	width:100%;
	height:157px;
	background:url(images/topfooter.jpg) no-repeat center;
}

div.footer2 {
	display:block;
	width:100%;
	background:url(images/bottomfooterbg.jpg)
}

div.footer2img {
	display:block;
	width:100%;
	height:44px;
	background:url(images/bottomfooter.jpg) center no-repeat;
}

div.footer2text {
	position:relative;
	width:787px;
	margin-left:-393px;
	left:50%;
}

/*-------------------------------
	TEXT STYLES
-------------------------------*/
h1 {
	margin:0px;
	padding:0px;
	font-size:18px;
	line-height:30px;
	font-style:normal;
	font-weight:normal;
}

p {
	font-size:10px;
	line-height:20px;
	padding-bottom:20px;
}

a:hover {
	color:red;
}