@import "content.css";

* {
	margin: 0;
	padding: 0;
}

p {
	padding: 0;
	margin: 0 0 3px 0;
}

body {
	font-family: "Georgia", serif;
	font-size: 90%;
	line-height: 18px;
	margin: 0;
	padding: 0;
	background: #444 url(../img/bg1.gif) repeat 0 0;
	text-align: center; /* for IE */
}

/* ie sux */
* html #cnt {
	background: inherit;
}

a,
a:visited {
	color: #8A0000;
}

a:hover {
	color: #AA2020;
}

#switch-lang {
	float: right;
	margin: 10px 15px;
}

#switch-lang button {
	border: 1px solid #000;
	padding: .1em;
	background: #555;
	color: #ccc;
}

#switch-lang button:hover {
	color: #eee;
	background: #777;
	cursor: pointer;
}

#backpage {
	position: relative;
	width: 800px !important;
	margin: 0 auto 0 auto;
	text-align: center;
	background: #222 url(../img/bgback.png) repeat-y 0 0;
}

#title {
	border-bottom: 1px solid #222;
	height: 200px;
	background: #444 url(../img/drums.jpg) repeat-x top left;
}

#title h1 { 
	margin: 0;
	height: 200px;
}

#title h1 img { 
	margin: 0 0 0 30px;
	border: none; 
}

#player {
    /*height: 100px;*/
    width: 770px;
    background: black;
}

#page {
	position: relative;
	width: 770px !important;
	margin: 0 auto 0 auto;
	text-align: left;
	border: 1px solid #222;
	border-top: none;
	background: #ddd;
	color: #444;
}

#iframecontent {
    width: 770px !important;
    background: #ddd;
}

#menu {
	display: block;
	padding: 3px 0 0 0;
	background: #888 url(../img/menubg.gif) repeat-x bottom left;
	width: 100%;
	min-height: 29px;
	text-align: center;
}

#menu a,
#menu a:visited {
	color: #999;
	text-decoration: none;
	display: block;
	padding: 5px 15px;
	background: url(../img/menu_left.gif) no-repeat left top;
}

#menu a:hover {
	color: #fff;
}

#menu ul li .selected a {
	font-weight: bold;
	color: #ddd;
}

#menu ul li .selected a:hover {
	color: #fff;
}

#menu ul {
	list-style-type: none;
	list-style-position: outside;
}

#menu br { clear: left; }

#menu li {
	float: left;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	background: url(../img/menu_right.gif) no-repeat right top;
	margin-bottom: 1px;
}

#footer {
	font-family: "Lucida Sans Unicode", "verdana", "arial", serif;
	font-size: 70%;
	background: #444;
	color: #ddd;
	margin: .5em 1em .5em 1em;
	padding: .2em .4em .2em .4em;
}

#footer a,
#footer a:visited {
	color: #ddd;
}

#footer a:hover {
	color: #fff;
}

.backlink{
	margin-top: .3em;
	clear: both;
}

#admin-actions {
	font-family: "Lucida Sans Unicode", "verdana", "arial", serif;
	background: #ccc;
    margin: 1em 0em .5em 0em;
	padding: .2em .4em .2em .4em;
    border: solid #444 1px;
}

#admin-actions a {
    
}

#home-alert-msg {
	font-family: "Lucida Sans Unicode", "verdana", "arial", serif;
	font-size: 100%;
	background: #ccc;
	color: #444;
	margin: 0;
	padding: .2em .4em .2em .4em;

}
