/* Css-Document */

html, body {
	scrollbar-track-color: #d3d2d2;
	scrollbar-face-color: #c71010; /* #c71010; */
	scrollbar-arrow-color: #d3d2d2;
	scrollbar-highlight-color: #eceaea;
	scrollbar-shadow-color: #eceaea;
	scrollbar-3dlight-color: #d3d2d2;
	scrollbar-darkshadow-color: #d3d2d2;
}

body,td,th {
  font-family: Verdana, Tahoma, Helvetica, sans-serif;
  font-size: 11px;
  color: #333333;
}

body {
  background-color: #FFFFFF;
  margin: 0px;
  padding: 0px;
}

a:link, a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

h1 {
    font-size: 28px;
    font-weight: normal;
}
h2 {
    font-size: 22px;
    font-weight: normal;
}

table#main {
  height: 100%;
}

table#main2 {
  height: 470px;
  margin-top: 7%;
}

div#title {
  float: left;
  display: block;
  margin-left: 82px;
}

div#music {
  float: right;
  display: block;
  margin: 15px 32px 0 0;
  padding: 4px 0 0 0;
}

div#special {
  display: block;
  color: #C71010;
  margin: 10px 0 0 335px;
}

/* Navigation */

div#navigation {
  float: left;
  display: block;
  margin-top: 70px;
}

div#linkcont {
  margin: 35px 0;
}

a.navigation {
  font-size: 20px;
  color: #000;
  text-decoration: none;
  padding: 0 0 0 25px;
  margin: 15px 0;
}

a.navigation:hover {
  background-image: url(../images/arrow.gif);
  background-repeat: no-repeat;
  background-position: left;
  text-decoration: none;
}

/* Content index.html */

div#blockindex {
  float: right;
  display: block;
  width: 546px; height: 318px;
  background-image: url(../images/main.jpg);
  background-repeat: no-repeat;
  margin-top: 70px;
}

.copyright {
  font-size: 9px;
  color: #f7f7f7;
  text-decoration: none;
  padding: 296px 0 0 155px;
}

a.copyright_link:link, a.copyright_link:visited {
  color: #f7f7f7;
  text-decoration: none;
}

a.copyright_link:hover {
  color: #f7f7f7;
  text-decoration: underline;
}

/* Content gallery.html */

div#blockgallery {
  float: right;
  display: block;
  width: 546px;
  height: 286px;
  background-color: #ECEAEA;
  margin: 70px 0 0 0;
  padding: 26px 0 0 0;
}

div#blockgallery div.scrolled {
    display: block;
    width: 510px;
    height: 247px;
    overflow-y: scroll;
    overflow-x: hidden;
}

div#blockgallery div.contaner {
    display: block;
    width: 485px;
}

div#blockgallery div.column_01,
div#blockgallery div.column_02,
div#blockgallery div.column_03,
div#blockgallery div.column_04 {
    display: block;
    width: 116px;
}

div#blockgallery div.column_01,
div#blockgallery div.column_02 {
    float: left;
    text-align: right;
}

div#blockgallery div.column_03,
div#blockgallery div.column_04 {
    float: right;
    text-align: left;
}

div#blockgallery div.column_01 img,
div#blockgallery div.column_02 img,
div#blockgallery div.column_03 img,
div#blockgallery div.column_04 img {
    margin: 0 0 14px 0;
    width: 102px;
    height: 67px;
    cursor: pointer;
}

/* Content contact.html */

div#blockcontact {
  float: right;
  display: block;
  width: 546px;
  height: 286px;
  background-color: #ECEAEA;
  margin-top: 70px;
}

div#contact {
  font-size: 14px;
  color: #000;
  padding: 90px 40px 0 150px;
}

div#contact p {
    padding: 0;
    margin: 12px 0;
    text-indent: -50px;
}

div#contact p a,
div#contact p a:link,
div#contact p a:visited,
div#contact p a:hover {
	font-size: 14px;
  	color: #000;
	padding: 0;
	margin: 0;
	background: none;
}

div#contact p a:hover {
	text-decoration: underline;

}


div#large_image
{
	display: block;
	position: absolute;
	padding: 2px;
	background: #ECEAEA;
	border: 1px solid #A3A2A2;
    cursor: pointer;
}