

/* ----------------------------- COMMON STYLES ----------------------------- */
html                      { height:100%; }
body                      { margin:0px; padding:0px; background:#000000; height:100%; }
input                     { font: 11px Arial, sans-serif; color:#000000; }
p                         { font: 11px Arial, sans-serif; color:#000000; margin:0px; padding:0px 0px 15px 0px; }
div                       { font: 11px Arial, sans-serif; color:#000000; }
select                    { font: 11px/8px Arial, sans-serif; }
table                     { width:100%; }
table td                  { vertical-alignment:top; }
td                        { font: 11px Arial, sans-serif; vertical-align:top; color:#000000; }
textarea                  { font: 11px Arial, sans-serif; color:#000000; }
form                      { margin:0px; padding:0px;}

.bold                     { font-weight: bold; }
.italic                   { font-style: italic; }
.underline                { text-decoration: underline; }
.white                    { color:#FFFFFF; }
.black                    { color:#000000; }
.red                      { color:#FF0000; }
.s10                      { font-size:10px; }

/* ----------------------------- MAIN BLOCKS ----------------------------- */
#mainBlock {
  width:700px; height:580px; background:URL(http://www.mishmashbar.com/alchemistbar/main_back.jpg) no-repeat; position:relative;
}

#mainBlock div.headerBlock {
  position:absolute; top:47px; left:17px;
}
#mainBlock div.logoBlock {
  position:absolute; top:457px; left:12px;
}
#mainBlock div.menuBlock {
	color: #ffffff;
  position:absolute; top:480px; left:10px;

}
#mainBlock div.contentBlock {
  position:absolute; top:39px; left:145px; width:485px; height:392px; 
  overflow:auto; 
  padding-right:10px;
}
a.menu, a.menu:active, a.menu:hover, a.menu:visited, a.menu:link
{
	color: #ffffff;
	font-size: 10px;
/*	font-weight: bold;	*/
	font-family: Arial, Verdana, Tahoma;
	line-height: 20px;
	text-decoration: none;
}
a.menu:active, a.menu:hover
{
	color: #cccc66; /* R204, G204, B102 */
	text-decoration: underline;
}