body { 
	font-size: medium; 
	font-family: Arial, Helvetica, sans-serif;
   	background-color: #f9f3e0; 
	margin: 0; 
	padding: 0; 
	height:100%;
}

#bl {
	margin: 0; 
	padding: 0; 
	bottom: 0;
	left: 0;
    position: absolute;
}
   
#bordertl          {
    background-image: url("/images/background/background_r1_c1.jpg");
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    top: 0;
    left: 0;
    width: 105px;
    height: 136px;
    z-index: 800;
}
#bordertm {
    background-image: url("/images/background/background_r1_c2.jpg");
    background-repeat: repeat-x;
    background-position: left top;
    margin: 0 88px 0 105px;
    top: 0;
    position: relative;
    left: 0px;
    height:136px;
    z-index: 800;
}
#bordertr {
    background-image: url("/images/background/background_r1_c3.jpg");
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    top: 0;
    right: 0;
    width: 88px;
    height: 136px;
    z-index: 800;
    overflow: hidden;
}
#bordermm {
    position: absolute;
    top: 136px;
    right: 88px;
    bottom: 113px;
    left: 105px;
    height: auto;
    width: auto;
}

#borderml {
    background-image: url("/images/background/background_r2_c1.jpg");
    background-repeat: repeat-y;
    background-position: left top;
    position: absolute;
    top: 0px;
    bottom: 113px;
    left: 0;
    width: 105px;
    overflow: hidden;
    height:100%;
}
#bordermr {
    background-image: url("/images/background/background_r2_c3.jpg");
    background-repeat: repeat-y;
    background-position: right center;
    position: absolute;
    top:0px;
    right: 0;
    bottom: 113px;
    width: 88px;
    height:100%;
    overflow: hidden;
}
#borderbl { 
	background-image: url("/images/background/background_r3_c1.jpg"); 
	background-repeat: no-repeat; 
	background-position: left bottom; 
	position: absolute; 
	bottom: 0; 
	left: 0; 
	width: 105px; 
	height: 113px 
}

#borderbr { 
	background-image: url("/images/background/background_r3_c3.jpg"); 
	background-repeat: no-repeat; 
	background-position: right bottom; 
	position: absolute; 
	right: 0; 
	bottom: 0; 
	width: 88px; 
	height: 113px;  
}

#borderbm {
    background-image: url("/images/background/background_r3_c2.jpg");
    background-repeat: repeat-x;
    background-position: left bottom;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 113px;
    width: 100%;
}

#logo         {
	position: relative;
	border: 0;
	left: 0px;
	top: 0px;
	width: 104px;
	height: 130px;
}
#banner    {
	position: relative;
	width: 80%;
	left: 0;
	top: 10px;
}
#convscript {
	position: absolute;
	top: 8px;
	right: 0px;
	width: 250px;
	font-size: x-small;
	font-weight: bold;
	z-index: 900;
}
#mainmenu {
	position: absolute;
	top: 100px;
	width: 100%;
	z-index: 900;
}

.emptycell {
	border: 0px none;
}
