/* ********************* /*/
/* *** Main settings *** /*/
/* ********************* /*/

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF;
	font-family: trebuchet ms, sans-serif;
	font-size: 0.8em;
	line-height: 1.6em;
}

/* To center the page */
#center_page {
	width: 100%;
	text-align: center;
}

/* Page content /*/
#page {
	width: 760px;
	text-align: left;
	margin: auto;
}

/* Clear row after using float /*/
div.bottom {
	clear: both;
	overflow: hidden;
	height: 1px;
}


/* **************************************** /*/
/* ** Invitation for the nearest concert ** /*/
/* **************************************** /*/
#bottom_and_concert {
	clear: both;
	text-align: center;
	margin-bottom: 10px;
}

#bottom_and_concert span {
	font-weight: bold;
}

#bottom_and_concert a {
	color: #D92B1E;
}

#bottom_and_concert a:hover {
	color:  #999999;
}
/* ***************** /*/
/* *** Page head *** /*/
/* ***************** /*/
#header {}

#logo {
	float: left;
	width: 600px;
}

#sponsor {
	margin-left: 600px;
	padding-top: 10px;
}

#sponsor #title {
	margin: 0px;
	font-size: 11px;
}

#sponsor a {
		position: relative;
		margin: 0px 0px 0px 0px;
		width: 116px;
		height: 27px;

		display: block;
		_cursor: hand;	
}

#sponsor a span {
		position: absolute;
		width: 100%;
		height: 100%;
		background: url("../images/sponsor.gif") no-repeat;	
}

/* *********************************** /*/
/* *** Basic group characteristics *** /*/
/* *********************************** /*/

/* Barevna muzika.cz logo & image replacement /*/
#logo_link {
	position: relative;
	margin: 20px 0px 5px 20px;
	_margin: 30px 0px 5px 20px;
	width: 510px;
	height: 45px;

	display: block;
	_cursor: hand;		
}
		
#logo_link span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url("../images/logobm.gif") no-repeat;
}
	

/* An light "square" with cutted right bottom corner /*/
#square_shadow {
	background: #F3F3F3 url("../images/shadow.gif") repeat-x;
}

#square {
	background: transparent url("../images/corner.gif") no-repeat bottom right;
}


/* About the Barevna muzika text /*/
#about-the-bm {
	color: #000000;
	padding: 20px 30px 0px 0px;
	margin: 0px;		
	text-align: justify;
}

#about-the-bm p {
	line-height: 1.4em;
	padding: 0px;
	margin: 0 0 0.5em 0;		
}

/* Photo of the group /*/
#photo {
	margin: 20px 30px 15px 25px;
	float: left;
}

/* An invitation - link to the contact /*/
#invitation {
	font-size: 1.3em;
	font-weight: bold;
	text-align: right;
	padding: 0px 40px 10px 0px;
}
	
#invitation a {
	color: #D92B1E;
	text-decoration: none;
}

#invitation a:hover {
	text-decoration: underline;
}

/* ************ /*/
/* *** Menu *** /*/
/* ************ /*/

#menu {
	text-align: center;
	margin-top: 1.7em;
	margin-bottom: -1.5em;
}

#menu a {
	color: #D92B1E;
}

#menu a:hover {
	color:  #999999;
}

p.navigate_up {
	text-align: right;
}

/* **************** /*/
/* *** Contents *** /*/
/* **************** /*/

/* Text column /*/
#text {
	text-align: justify;
	float: left;
	width: 340px;
	_width: 390px;
	padding: 0px 0px 0px 50px;
}

#text h2 {
	color: #D92B1E;
	font-weight: bold;
	font-size: 1.7em;
	padding: 0px;
	margin: 1.7em 0px 0.4em 0px;
}

#text p {
	margin: 0px 0px 1em 0px;	
}

#text a, #warranty a {
	color: #D92B1E;
}

#text a:hover, #warranty a:hover {
	color:  #999999;
}

#text ul {
	margin: 0px 0px 0px 20px;	
}

#text li {
	margin: 5px 0px 0px 0px;
	font: 1em Courier;
	text-align: left;
}

/* Second column with photos /*/
#photos {
	margin: 3.2em 0px 0px 0px;
	text-align: center;
}

#photos img {
	position: relative;
	border: 0px;
}

#photos a {
	boreder: 0px;
}

/* ******************* /*/
/* *** End of page *** /*/
/* ******************* /*/

#warranty { }

#warranty p {
	text-align: center;
	font-size: 0.85em;
	color: #AAAAAA;
}
