html{height: 100%;}

body
{ 
	background-image: url(/images/background.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	background-color: #000000;
 	color: #5A6370;
}

blockquote
{ background: #FFFFFF;
  color: #5A6370;
  border-color: #767676;
}

#main
{ 
	background-image: url("/images/back.png");
	background-repeat: repeat-y;
  color: #5A6370;
}

#footer, #menu, #menu li a
{ background: #FFFFFF url("/images/menu.png");
  color: #000000;
  border-color: #D7D7D7;
  font-weight: bold;
}
#links{
	background: #FFFFFF url("/images/topbg.jpg");
}

#links a, #links a:hover, #footer a:hover
{ background: transparent;
  color: #D1D3D7;
}
#footer a, #footer a:hover{
color: #000000;
}

#logo
{ background: #FFFFFF url("/images/logo.jpg") no-repeat;
  color: #5A6370;
}

#logo h1
{ background: transparent;
  color: #FFFFFF;
}

h1
{ background: transparent;
  color: #1775D5;
  border-color: #89A9C7;
}
#menu li a:hover, #menu li a#selected, #menu li a#selected:hover
{
  color: #FFFFFF;
  font-weight: bold;
} 

#content, #column2 a, #column2 a:hover
{ background: transparent;
  color: #000000;
}

#column1{
	color: #D1D3D7;
}
#column1 a{
	color: #D1D3D7;
	text-decoration: underline;
}
#column1 a:hover{
	color: #D1D3D7;;
}
#column1 h1
{ background: #FFFFFF url("/images/sbi_header.png");
  color: #000000;
}
#column1 .gbox_title
{ background: #FFFFFF url("/images/sbi_header.png");
  color: #000000;
}

input, textarea
{ background: #FFFFFF;
  color: #5A6370;
  border-color: #89A9C7;
}

