body {
	position: relative;

	color: black;
	margin:0px;
	padding: 0px;

	background: black url('back.jpg') 0 0 no-repeat;

	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;

	scrollbar-face-color: #66BBCC;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #66BBCC;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #000000;
}


hr { clear: left; display: none; }

a, a:visited {
	text-decoration: none;
	color: navy;
}
a:hover {
	color: red;
}

p {
	padding:5px;
	padding-left:0;
	clear: both;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000000;
}

ul {
	padding-top: 2px;
	padding-left: 10px;
	margin: 0px;
	list-style-type: square;
	list-style-image: url('list.gif'); 
	list-style-position: inside;

}

li {
	padding-left: 10px;
}

img {
	border-color: #FFFF99;

	border-width: 1px;
	border-style: dashed;
}
a:hover img{
	border-color: white;
	border-width: 1px;
	border-style: solid;
}



/*********************  HEADER  ******************/


div#header {
	position: absolute;
	left: 0px;
	top: 0px;
	margin:0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	height: 160px;

}

div#player {
	display: none;
	position: absolute;
	right: 10px;
	top: 300px;
	margin: 0px;
	border: 0px;

}



/*********************  MENU  ******************/


div#leftbar {
	position: absolute;
	left: 0px;
	top: 138px;
	width: 175px;
	margin: 0px;
	border: 0px;

	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: orange;
}

div#navmenu {
	width: 175px;
	height: 300px;
	font: 16px Verdana, sans-serif;
}


div#navmenu a {
	display: block;
	text-align: center;
	font: bold 1em sans-serif;
	padding: 5px 10px;
	margin: 0 0 2px;
	border-width: 0;
	text-decoration: none;
	color: #FFC;
	background: transparent url('back-fade.jpg') 0 0 no-repeat fixed;

}
div#navmenu a:hover, div#navmenu a:active {

	color: #411;
	background: transparent url('back-over.jpg') 0 0 no-repeat fixed;
}


/*********************  CONTENT  ******************/


div#content {
	position: absolute;
	top: 150px;
	left: 180px;
	padding: 0px;
	margin: 0px;

	max-width: 700px;

	border: 0px;

}


div#content h1 {
	margin: 0px;
	padding: 1px;
	padding-right: 5px;

	height: 20px;

	text-align: right;
	font-family: Verdana;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: white;

	border: 0px;
	border-bottom-width: 1px;
	border-color: white;
	border-style: solid;


}

div#content div#cont-body {

	padding: 3px;
	margin: 0px;
	background: #468 url('back-blue.jpg') 0 0 no-repeat;
	margin-bottom: 10px;

	border: 1px;
	border-top-width: 0px;
	border-color: white;
	border-style: solid;

}
div#content p {
	margin: 0px;

}

div#content h2 {
	margin: 0px;
	margin-top: 10px;

	padding-right: 4px;
	padding-top: 0px;

	text-align: right;
	font-family: Tahoma;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: orange;

	border-width: 0px;
	border-top-width: 2px;
	border-color: orange;
	border-style: solid;


}

div#content .myrow {

	clear: both;
	margin: 10px;

	padding: 0px;
	padding-top: 10px;

	border: 0px;


}

div#content .mycolumn, div#content .mycolumn2 {

	float: left;

	margin: 0px;
	padding: 0px;
	border: 0px;

}
div#content .mycolumn2 {
	margin-left: 15px;
}



/*********************  FOOTER  ******************/

div#counter{
	position; relative;
	left: 0;
	bottom:0;
	margin:0;
	padding;1px;
	border:0;
}

