a:link {
color:#666666;
}
a:hover {
color:#666666;
}
a:visited {
color:#666666;
}

a:hover img.overwhite{
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.6;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.6;              /* Safari 1.x */
    opacity:0.6;
    zoom:1;
}


#wrapper {
  background: white;
  width: 800px;
  margin: 0 auto;
  font-family: Century Gothic; 
}

#header {
	overflow: hidden;
	height: 110px;
}

#photo {
	width: 800px;
	height: 750px;
	background-image: url(img/digi.jpg);
	background-repeat: no-repeat;
}

#logo {
	float: left;
}
#center {
    text-align: center;
}

#menu {
	float: right;

}

#header li {
	float: left;
	list-style-type: none;
	margin-top: 80px;
	margin-left: 10px;
}

#title {
	margin: 20px 0;
}

#main {
	font-size: 13px;
	line-height: 1.8;
	margin: 0 0 10px 20px;
}

h1 {
	font-size: 20px;
}

#data {
	float: left;
	width: 90px;
	margin: 0 0 0 20px;
}

.data {
	font-size: 14px;
	line-height: 1.5;
	margin: 0 0 50px 0;
}



#theater-data {
    width: 800px;
    overflow: hidden;
    clear: both;
    margin: 20px 0 20px 0;
}
#t-photo {
	width: 470px;
    float: left;
}
#t-text {
    overflow: hidden;
    font-size: 13px;
    margin: 0 0 0 20px;
}

.t-title {
    font-weight: bold;
    font-size: 22px;
}

.t-title2 {
    font-weight: bold;
    font-size: 25px;
}

.small {
	font-size: 13px;
}

.ssmall {
	font-size: 10px;
}

.red {
	color: red;
}
.text {
	font-size: 15px;
}

#img {
	margin: 20px 0 20px 0;
}

#mail {
	font-size: 13px;
	clear: both;
	margin: 0 0 0 20px;
}

#copyright {
	overflow: hidden;
	clear: both;
	margin-top: 50px;
}