/* Layout ******************/

html
{
  height:100%; /*for body 100% height */
  text-indent:0;

}

body
{
  width:800px;
  margin:0 auto;
  min-height:100%; /* to attach footer to bottom */
  position:relative;
}

* html body
{
  height:100%; /* same as min-height in case of IE */
}





#header
{
  height: 160px;
  position: relative;
}

#menu
{
  position: absolute;
  /*margin:115px 20px 0 auto;*/
  top: 105px;
  right: 20px;
  width:475px;
}

#logo
{
	padding-left: 15px;
	padding-top: 15px;
}





#content
{
  float:right; width:540px;
  margin: 0 40px 0 30px;
}

#news
{
  float:left; width:150px;
  margin: 0 10px 0 30px;  
}

* html #content
{
  margin: 0 20px 0 15px;
}

* html #news
{
  margin: 0 5px 0 15px;
}

#main
{
  overflow:hidden; width:100%;
}




#main
{
  padding-bottom:62px; /*50+2 for footer, and 10 for white space*/
}

#footer
{
  position:absolute; bottom:0;
  height:50px; width:100%;
  padding:1px 0;
}

#search
{
  display:none;
  position:absolute;
  top:0; right:0;
  margin:20px;
}






.band
{
  float:left; /* canceling "provalivanie" of floats*/
  margin-bottom:40px;
  width:100%;
  clear:both;
  /*
  Other type of clearing floats
  width: 100%;
  overflow: hidden;*/
}

.band_photo
{
  /* float:left; margin-right: 10px;*/
  margin:0 auto 10px 0; 
  display:block;
  clear:both;
}

.band_info_title
{
  float:left;
  width:70px;
  display: block;
  padding-top:4px;
}

.band_info_text
{
  display: block;
  margin-left: 70px;
  clear: right;
  padding-top:4px;
  text-indent:0;
}

.contact_title
{
  float:left;
  width:180px;
}

.contact_text1 
{
  float:left;
  text-indent:0;
  width:200px;
}

.contact_text2 
{
  margin-left:380px;
  clear: right;
  text-indent:0;
}

#top_banner
{
  position:absolute;
  top:10px;
  right:20px;
}







/* Fonts *******************/

body {
  font:10pt Tahoma, Sans-Serif, Verdana;
}

h2 {
  font-size:150%;
  
}

#content h2 {
  font-size:140%;
  text-transform:uppercase;
  font-weight:bold;
  text-align:center;
}

.date {
  font-size:80%;
}

#content .band h2 {
  font-size:150%;
  font-weight:900;
  text-transform:uppercase;
  text-align:left;
}

.band_info_title {
  font-weight:bold;
}

.contact_title {
  font-weight:bold;
}


#news {
  font-size:80%;
}

#news h2 {
  font-size:125%; font-weight:bold;
  text-transform:uppercase;
}

#footer {
  font-size:70%;
}








/* Colors ******************/

html {
  /*background:url("images/window_bg.gif1") #1E334D;*/
  background-color: #1E334D;
}

body {
  background:url("images/main_bg.gif") #1E334D left top repeat-y;
  color:black;
}

#header {
  background:url("images/header_bottom.gif") #1E334D 0px 150px no-repeat;
  color:white;
}

#footer {
  background:url("images/footer_top.gif") #1E334D left top no-repeat;
  color:white;
}

#content {
  background-color:white;
  color:black;
}

#footer,
{
  background-color:#1E334D;
  color:white;
}

#news {
  background-color:white;
  /*color:#293499;*/
}

#news .news_item {
	background:url("images/news_divider.gif") white left bottom no-repeat;
}




a {
  color:#C0262A;
}

#news h2 {
  color:#293499;
  /*background-color:#DDE6FF;*/
}

#content h2 {
  color:#293499;
}

.date {
  color:#C0262A;
}

#content .band h2 {
  color:#C0262A;
}

#search {
  color:white;
}












/* Misc ********************/


#menu {
  list-style:none;
}

#menu li {
  float: left;
}

img
{
  border:0;
}

#news h2 {
  margin:3px;
  margin-left:0px;
}

#adv {
  margin: 20px 0;
}

#content h2 {
  margin:4px 0 8px 0;
}

#news .news_text {
  margin-left:3px;
}

#news .news_item {
  padding-top:4px;
  padding-bottom:8px;
}

#footer p {
  text-align: right;
  padding-top:20px;
  padding-right:25px;
}


#poster
{
  /* float:left; margin-right: 10px;*/
  margin:20px auto; 
  display:block;
  clear:both;
}