/* --------------------------------------
	Global Style Sheet
	Project: Radio Torrente de Vida
	Author: Franklin de Leon
	URL: www.fdvisions.com
-------------------------------------- */


* {margin:0; padding:0;}

body {font: 0.8em  Tahoma, Arial, Sans-Serif; background:#494141 url("img/back.jpg") repeat-x}

h1 { padding:5px 0 8px 0;font:700 1.2em  Tahoma, Arial, Sans-Serif; color:#f9f8e7; }


a {color: #fffef4; text-decoration: none}

a:hover { color:#888888; text-decoration:underline}

/* --- container starts  here --- */

#container {
	margin: 0 auto; 
	padding:0; 
	width:800px; 
	height:auto; 
	background-color: #000000;
	border: 0px solid red;
}

#top {
	padding:0; 
	width:800px;
	height: 100px;
	background-image: url("img/top_back.gif");
}

#logo {
	float: left;
	margin:0;
	padding:0;
	width: 200px;
	height: 100px; 
	}


#logoborder {
	border:0; 
	}

	/* --- navigation starts --- */

#nav ul{
	position: relative; 
	float: right; 
	font: bold 11px/16px 'lucida grande', verdana, arial, helvetica, sans-serif; 
	width: auto; 
	text-align: center; 
	list-style-image: none; 
	margin-top: 70px; 
	background: transparent; 
	padding: 0; 
	right: 0; 
	bottom: 0;
}

#nav ul li{
	position: relative; 
	text-align: center; 
	width: auto; 
	color: #c1d9f1; 
	list-style: none; 
	list-style-image: none; 
	background: #999999; 
	display: inline; 
	width: auto;
}

#nav ul li a{
	background: #999999; 
	color: #eaeaea; 
	width: 90px; 
	float: left; 
	margin-left: 7px; 
	padding: 7px; 
	text-decoration: none;
}


#nav ul li a:hover, #nav ul li a:active{
	background: #cbcbcb; 
	color: #0c0d0d 
}


#nav ul li a.active {
	background: #000000 url("img/active_back.gif") repeat-x; 
	color: #ded100 
}

#nav ul li a#first{
	margin-left:0;
}


#content {
	width:800px;
	height:300px;
	padding:0;
	background-image: url("img/online_radio.jpg");
}

#xcontent {
	width:800px;
	height:auto;
	padding:0;
	background: transparent url("img/line_back.gif") repeat-x; 
}

#livecontent {
	width:800px;
	height:300px;
	padding:0;
	background: transparent url("img/line_back.gif") repeat-x; 
}

#help {
	float: right;
	width: 200px;
	padding:0;
	margin:0px 73px 0 0;
}

#news {
	float:left;
	width:440px;
	padding:0;
	margin:12px 0 0 12px;
}


#news p {
	color:#fff;
	margin: 0 4px 4px 0
}

#news a{
	color: #efe31c;
}

img.floatleft {
	float: left;
	margin: 5px 
}

#live {
	float: right;
	width: 125px;
	padding:0;
	margin:228px 73px 0 0;
}

.textwrap {
	clear: both;
	margin:0;
	padding: 5px;
}

.textwrap p {
	margin:0;
	color: #fffffb;
}

#footer {
	padding:0;
	width: 800px;
	height:90px;
	background-image: url("img/foo_back.gif");
}

#footer p {
	font-size: 0.9em;
	text-align: center;
	padding-top: 26px;
}
