/* #######################

	GREY_DARK	: 4B4B4B
	GREY_LIGHT	: 7F7F7F

   ####################### */

body
{
 text-align	: center;
 margin		: 0;
 font-family: Arial, Helvetica,sans-serif;
}


a:active, a:visited { color:#FFFFFF; }

h1, h2 { margin: 0px; font-family: Guttman Haim; color: #FFF; font-size: 200%; line-height: 100%; }

#container
{
 width		: 900px;
 height		: 748px;
 background : url(../images/background.png) 0 0 no-repeat;
 position	: relative;
 margin		: 0 auto;
 text-align	: right;
}


/* #### HEADER ### */
#hdr
{
 display: block;
 clear	: both;
 
 height	: 176px;
}

#wb_Image1
{
 float			: right;
 width			: 580px;
 height			: 167px;
/* background		: url(../images/banner_580x167.jpg) 0 0 no-repeat;*/
 margin			: 6px 7px 0 0;
}

#wb_Image1 h1 { margin: 0; } 

#wb_Image2 
{
 float	    : left;
 margin-left: 24px;
}

/* #### MAIN ### */
#main { width: 900px; height: 527px; margin: 10px auto 4px; display: block; clear: both; }

#content { float: left; width: 626px; padding: 0 12px; } /* Was 640px ... But need to keep PADDING */
#content p { margin-top: 2px; margin-bottom: 6px; text-align: justify; }
#content a { color: #000; }
#content .btn_blk { display: block; clear: both; width:96%; margin: 12px auto 0px; text-align: center; }
#content .btn_blk .btn_rgt, #content .btn_blk .btn
{
 width			: 278px;
 height			: 49px;
 padding-top	: 8px;
 color			: #FFF;
 font-size		: 20px;
 font-weight	: bold;
 text-align		: center;
 text-decoration: none;
 background		: url('../images/box_278x49.png') 0 0 no-repeat;
}
#content .btn_blk .btn_rgt {  float: right;  margin-left: 12px; }

#wb_NavigationBar2 { float: right; width: 230px; text-align: center; padding-top:0px; }
#NavigationBar2 { margin: 3px 18px 0 0; width: 208px; }
#NavigationBar2 #tel
{
 text-align	: center;
 color		: #FFF;
 font-size	: 24px;
 line-height    : 1.25em;
 
 padding-bottom: 8px;
}

#NavigationBar2 .bgout, #NavigationBar2 .bgover { height: 30px; width: 208px; }
#NavigationBar2 .bgout { background: url(../images/menu.png) center no-repeat; }
#NavigationBar2 .bgover { background: url(../images/menu_over.png) 0 0 no-repeat; } 
#NavigationBar2 a { color: #000; font-weight: bold; text-decoration: none; }

/*#NavigationBar2 .spcr { height: 12px; padding: 6px; }*/


/* ### FOOTER ### */
#footer
{
 display	: block;
 clear		: both;
 color		: #fff;
 font-size	: 10px;

/* width		: 94%;*/
 margin		: 0;
 padding	: 6px 36px 0px 36px;
}

#footer a { color: #FFF; }
#footer #links { float: right; }
#footer #credit{ float: left; }
