/**
* End Of Fashion
* @company NTech Media
* @author Julian DE SAXE
* @creationDate 12/05/2008
* @lastModificationDate 12/05/2008
*/


body {
	font-size: 0.8em;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: white;
	text-align: left;
	width: 900px;
	background: black;
}

a, a:link, a:active, a:visited {
	text-decoration: none;
	color: #a39161;
/*	color: #7b8f56;*/
}

a:focus, a:hover {
	text-decoration: underline;
	color: #7b8f56;
}

a img {
	border: 0px;
}

h3 {
	color: #a39161;
}

#content {
	left: 350px;
	top: 160px;
	position: absolute;
	height: 600px;
	width: 550px;
	float: left;
	line-height: 1.4em;
}

#logo {
	position: relative;
	top: 20px;
	left: 53px;
}



/*
* Navigation Bar
*/

.nav {
	position: relative;
	width: 120px;
	top: 80px;
	left: 50px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	/* the properties below are here to fix an issue with IE */
	font-size: 0px; 
	line-height: 0px;
}

.nav a {
	display: block;
}


.nav li {
	display: block;
	list-style: none;
	margin: 0px;
	padding: 20px 3px 3px 3px;
	*margin-bottom: -20px;
}


/*
* Content id's
*/
#player {
	position: absolute;
	top: 680px;
	left: 5px;
}

#tour-list {
	border: 1px solid #555555;
	/*border-spacing: 4px 2px;*/
	/*padding: 4px;*/
}

#tour-list thead {
	background-color: #1f1f1f;
	color: #f5e500;
	font-weight: bold;
}

#tour-list td {
	border-bottom: 1px solid #555555;
	padding: 8px;
}

#tour-list a,
#tour-list a:active,
#tour-list a:hover,
#tour-list a:visited {
	color: #ccab00;
}

.adminlables {
 	color: #7b8f56;
}

.shows_title{
	color: #a39161
}

#random_images {
	left: 50px;
	top: 600px;
	position: absolute;
	height: 186px;
	width: 248px;
}
