/* CSS Document */

html { width:100%; height:100%; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; font-style: normal }
body { background-color:#000; background-image:url(images/background.gif); background-repeat:repeat; padding:0px; margin:0px; width:100%; height:100%;  }

#container { width:100%; height:100%; text-align:center; vertical-align:middle; overflow:hidden; }

#bordertable { background-image:url(images/goldleaf.gif); padding:1px; margin:auto; margin-top:-275px; top:50%; margin-left:-350px; left:50%; position:absolute; overflow:hidden; }

#maintable { width:750px; height:500px; background-color:#3D4E34; background-image:url(images/cornerback.gif); background-position:top right; background-repeat:no-repeat; margin:auto; }
#maincell { height:475px; }
#menucell { height:25px; }

#breadcrumb { width:750px; height:15px; padding-top:10px; text-align:left; padding-left:10px; vertical-align:middle; }

.txtbox {
	width: 5;
	border-color: #FFFF99;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	
	color: #3D4E34; 
	background:# 3D4E34;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px;
}
.promobutton {
	width: 3;
	border-color: #000000;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	
	color: #FFFF99; 
	background:#3D4E34;
	font-family: Verdana, Arial, sans-serif; 
	font-size: 10px;
}