/* basic elements */

body {
      background-color: #B12901;
	background-image:url(../gfx/background.jpg);
	background-position: top center;
	background-repeat: repeat-y;
	color: #553333;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
      text-align: center;
}
td {  line-height: 16px;
	color: #553333;
	font-size: 11px;
	font-family: Verdana, Helvetica, sans-serif;
}
h1 {  color: #B02900;
	font-size: 13px;
	font-family: Verdana, Helvetica, sans-serif;
      font-weight:bold;
}
p {   text-align: left;
}
a:link {
	color: #E07F59;
	text-decoration: none;
}
a:visited {
	color: #E07F59;
	text-decoration: none;
}
a:hover {
	color: #E07F59;
	text-decoration: none;
}
a:active {
	color: #E07F59;
	text-decoration: none;
}

.rompic {
border-style:dotted;
border-color:orange;
border-width:1px;
}

.romtable {
text-align:center;
}

a.popuplink
{
font-weight:bold;
}


/* major divs */

#main { 
	width: 990px; 
	position: relative;   
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	}

#menue{
   background-image:url(../gfx/theater_maximus.jpg);
   position: absolute;
   top: 0px;
   left: 0px;
   width: 990px;
   height: 209px;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-align:left;
	}

#content{
   position: absolute;
   top: 239px;
   left: 30px;
   width: 925px;
   text-align: left;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
	}

#picture{
   position: absolute;
   top: 209px;
   left: 657px;
   width: 327px;
   margin: 30px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
	}

#footer{
   position: absolute;
   top: 740px;
   left: 0px;
   width: 1000px;
   height: 29px;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
	}

#popup
{
text-align:center;
margin-top:15px;
width:590px;
}

#popuppic
{
top:10px;
height:500px;
width:590px;
}
#popupnav
{
margin-top:5px;
margin-bottom:10px;
width:590px;
color:rgb(237,222,183);
}

#popupcon1
{
position:absolute;
z-index:1;
left:0px;
top:10px;
}

#popnav2
{
float:left;
width:220px;
text-align:left;
margin-left:255px;
}

#redbox
{
position:absolute;
top:0px;
left:0px;
width:600px;
height:40px;
background-color:rgb(177,41,1);
z-index:0;
}
