html { overflow:hidden }
body { background:black; overflow:hidden; margin:0px; padding:0px; width:100%; font-family:sans-serif; font-size:12px; 
	  scrollbar-face-color: #000000; scrollbar-shadow-color: white;	scrollbar-3dlight-color: black;	scrollbar-arrow-color: white;
	  scrollbar-track-color: #000000; scrollbar-darkshadow-color: black; }
#main { width:1000px; height: 631px; margin-left:auto; margin-right: auto; }
#bottomMenu { color:#999999;  font-family:sans-serif; font-size:12px; }
a:link,a:active,a:visited { color:#999999; text-decoration:none; font-family:sans-serif; font-size:12px; }
a:hover { text-decoration:underline; color:white }
#contentBox { color:white; width:390px; height:200px; text-align:right; font-family:sans-sarif; font-size:12px; }
#storesBox { color:white; width:390px; height:240px; text-align:right; font-family:sans-sarif; font-size:12px; }
#jobsBox { color:white; width:550px; height:250px; text-align:right; font-family:sans-sarif; font-size:12px; }

.storeHead { font-size: 13px; color: white;	font-style: normal;	font-family: sans-serif; background-color: black;
			 text-align:center; font-weight:bold;}
.jobHead { font-size: 12px; color: white;	font-style: normal;	font-family: sans-serif; background-color: black;
		  font-weight:bold; cursor:pointer}
.cFormInput { border:none; width:106px; border:1px solid #666666; font-size:10px; } 
.cFormTextarea { width:206px; height:58px; font-size:12px; font-family:sans-serif } 
.btnSend { background:url(images/send.gif) no-repeat top left; height: 27px; width: 82px; border:none; cursor:pointer; }
.btnSendEN { background:url(images/send_eng.gif) no-repeat top left; height: 27px; width: 82px; border:none; cursor:pointer; }
h1 { font-size: 18px; color: #dc0224; margin:0px; }
a:hover h1 { text-decoration:none; }
a.articleLink:link,a.articleLink:active,a.articleLink:visited { color:white; text-decoration:none; font-family:sans-serif; font-size:12px; }
a.articleLink:hover { text-decoration:underline; color:white }
form { display:inline }