@import url(default.css);
@import url(menu.css);
@import url(form.css);
@import url(screenplay.css);
#page
{
width:817px;
margin-left:auto;
margin-right:auto;
margin-bottom:10px;
background-color: transparent;
}
#inside
{
float:left;
width:812px;
}
#inner{
background-image:url(bg1.jpg);
background-repeat: no-repeat;
background-position: left top;
background-color:#ffffff;
}
#left
{
/*background: transparent url(menu.jpg) no-repeat 0 0;*/
float:left;
height:720px;
width:1px;
/*background-color:#000;*/
}
#core{
margin-top:20px;
padding:10px;
/*min-height:460px;*/
}
#final {padding-left:192px;font-size:0.9em;color:#999999;}
#final a{color:#888888;}
#final a:hover{color:#cc6633;}
.p {
border:1px solid #cccccc;
padding:5px;
/*color:#000000;*/
/*background-color: #ffffff;*/
/*filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity: 0.5; opacity: 0.5;*/
}
.spacer{clear:both;}

