@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #d1d1d1;
	background: #000;
	padding: 0;
	margin: 0;
}

#wrapper {
	background: url('../images/bg.jpg') repeat-x;
	height: 600px;
	margin: 45px 0 15px 0;
}

.inner {
	/*background: url('../images/website-003.jpg') no-repeat;*/
	position: relative;
	width: 900px;
	height: 600px;
	padding: 80px 0 0 0;
	margin: 0 auto;
}

#slides {
	position: absolute;
	top: 130px;
	left: 300px;
}

#header .inner {
	position: relative;
}

#nav-home {
	font-weight: bold;
}

#nav-home ul {
	list-style-type: none;
	padding: 0;
	margin: 8px 35px;
}

#nav-home ul li {
	margin: 4px 0;
}

#menu_top ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#menu_top ul li {
	display: inline;
	padding-right: 6px;
}

#nav-home a, #nav-home a:link, #nav-home a:active, #nav-home a:visited {
	text-decoration: none;
	color: #fff;
}

#nav-home a:hover {
	text-decoration: underline;
}

#player {
	position: absolute;
	top: 5px;
	right: 5px;
}

#content {
	background: url('../images/bg-content.jpg') repeat-x;
	height: 500px;
}

#content-left {
	width: 275px;
	float: left;
}

#content-main {
	width: 590px;
	float: right;
	margin: 0 10px 0 0;
}

#footer {
	position: absolute;
	bottom: 85px;
	right: 10px;
	font-size: 12px;
	color: #fff;
}

img {
	vertical-align: bottom;
	border: none;
}

a, a:link, a:active, a:visited {
	color: #936;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}