/* @override 
	http://customers.negnetsolutions.com/css/kvj.css
	http://customers.negnetsolutions.com/dev/kvj/css/kvj.css
	http://beta.negnetsolutions.com/css/home.css
	http://dev.kvjproductions.com/css/home.css
*/

/* KVJ Productions CSS */

#index_container {
	margin: auto;
	width: 1029px;
	height: 648px;
	margin-top: 30px;
	background: url(../images/bg.jpg) center center;
}


div#player_large {
	position: relative;
	width: 790px;
	height: 395px;
	top: 110px;
	left: 117px;
}

/* @group Copyright */

div#copyright {
	color: white;
	position: relative;
	top: 170px;
	left: 40px;
	width: 900px;
	text-align: right;
	font-size: 11px;
}

div#copyright a {
	color: white;
	text-decoration: none;
}

div#copyright a:hover {
	text-decoration: underline;
}

/* @end */

object {
	background-color: black;
}


/* @group Navigation */

div#index_links {
	position: relative;
	top: 123px;
	left: 115px;
	width: 800px;
}

div#index_links a {
	color: #fff;
	font-size: 11px;
	display: block;
	text-decoration: none;
	height: 20px;
	padding-top: 6px;
	padding-right: 7px;
	padding-left: 7px;
	float: left;
}

div#index_links a:hover {
	/*background-color: #6f4b21;*/
}

div#index_links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	text-transform: uppercase;
}

div#index_links li {
	float: left;
	margin: 0;
	padding: 0 3px;
}

/* @end */