/* LAST UPDATED 09.08.08 */

/*

	Table of Contents

	I. GENERAL
	II. NAVIGATION MENUS
	III. STRUCTURE & TYPOGRAPHY
	IV. FORM ELEMENTS
	V. HEADINGS

*/

/* -----------------------------------------------------------
		I. GENERAL
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background: #000 url(../images/bg.jpg) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #fff;
}

p, ul { padding: 0 0 18px 0; 
padding-right:20px;}

a {
	color: #166988;
	text-decoration: underline;
}

a:hover { color: #000; }

a img { border: 0; }

.small { font-size: 90%; }

ul, ol { margin-left: 20px; }

/* -----------------------------------------------------------
		II. NAVIGATION MENUS
----------------------------------------------------------- */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 115%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav a {
	color: #ece53d;
	text-decoration: none;
}

#nav a:hover { text-decoration: underline; }

/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -300px;
	text-align: center;
	min-width: 960px; 
}

#musicplayer{
position:absolute;
top:10px;
left:10px;
}

	#wrapper {
		background: url(../images/main.jpg) no-repeat;
		position: relative;
		text-align: left;
		width: 960px;
		height: 600px;
		margin: 0px auto;
	}
	#wrapper2 {
		background: url(../images/main-contact.jpg) no-repeat;
		position: relative;
		text-align: left;
		width: 960px;
		height: 600px;
		margin: 0px auto;
	}
#wrapper3 {
		background: url(../images/main-ownwords.jpg) no-repeat;
		position: relative;
		text-align: left;
		width: 960px;
		height: 600px;
		margin: 0px auto;
	}
	#wrapper4 {
	background: url(../images/main-gallery.jpg) no-repeat;
	position: relative;
	text-align: left;
	width: 960px;
	height: 600px;
	margin: 0px auto;
	background-color: #000000;
	}
		#nav {
			float: left;
			width: 170px;
			margin: 235px 0 0 35px;
			_margin-left: 17px; /* for ie6 */
			line-height: 28px;
		}

		#mainContent {
			float: left;
			width: 365px;
			height: 375px;
			margin: 200px 0 0 55px;
			overflow: auto;
			line-height: 24px;
			font-size: 90%;
		}
		#mainContent2 {
			width: 500px;
			height: 500px;
			margin-left:380px;
			margin-top:80px;
			background-color:#000000;
			
			
		}

		#musicPlayer {
			float: right;
			margin: 12px 12px 0 0;
			_margin-right: 6px; /* for ie6 */
		}

/* -----------------------------------------------------------
		IV. FORM ELEMENTS
----------------------------------------------------------- */



/* -----------------------------------------------------------
		V. HEADINGS
----------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding: 0 0 18px 0;
	padding-right:20px;
	margin: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }

h1 { font-size: 25px; }

h2 { font-size: 22px; }

h3 { font-size: 19px; }

h4 { font-size: 16px; }

html {
scrollbar-base-color: #000000;
scrollbar-arrow-color: white;
scrollbar-track-color: #333333;

scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black;
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: black;
}
