.bg_r
{
	background-color: #29251F;
  background-image : url(../img/bg_r.jpg);
  background-position : top left;
  background-repeat : no-repeat;
}

.bg_l
{
	background-color: #29251F;
  background-image : url(../img/bg_l.jpg);
  background-position : top right;
  background-repeat : no-repeat;
}

#quick_menu
{
	width 	: 68px;
	height 	: 193px;
	
	float : left;

  background-image : url(../img/quick_menu_bg.jpg);
	background-position : top left;
  background-repeat : no-repeat;
  background-color : #FFFFFF;
  
  margin-right : 1px;
  
  text-align : center;
  vertical-align : bottom;
}


#header
{
	width : 759px;
	height : 236px;
	
	float : left;
  background-color : #FFFFFF;


}

#header a:link,
#header a:hover,
#header a:active,
#header a:visited
{
	color : #ffffff;
	font-size : 10px;
	font-family : Arial, Helvetica, sans-serif;
	line-height : 12px;
	text-decoration : none;

}

#header a:hover
{
	text-decoration : underline;
}

#menu
{

	width  : 759px;
	height : 43px;

	background-image     	: url(../img/menu_bg.jpg);
	background-position  	: top right;
  background-repeat 		: no-repeat;
  background-color			: #FFFFFF;

	clear : both;
	float	: left;


	color : #D9ECF8;
	text-align : right;
	padding-top : 5px;
}

#menu a:link,
#menu a:hover,
#menu a:active,
#menu a:visited
{
	color : #D9ECF8;
	font-size : 12px;
	font-weight : bold;
	text-decoration : none;
	padding-right : 5px;

}

#menu a:hover
{

	color : #FFFFFF;

}



#fokep
{

	height : 193px;
	width : 690px;
  background-color			: #FFFFFF;
	background-position  	: top left;
  background-repeat 		: no-repeat;
  background-image 			: url(../img/fokep/fokep1.jpg);
  float	: left;


}

#spacer
{
	clear : both;

  width  : 760px;
	height : 5px;

  background-color			: #202C15;
  background-image     	: url(../img/footer_bg.png);
	background-position  	: top left;
  background-repeat 		: repeat-y;


	font-size 	: 0px;
  border-top	: 1px solid #957F5C;

}




#footer
{
	width 							 	: 759px;
	height  							: 69px;
	background-image     	: url(../img/footer_bg.jpg);
	background-position  	: bottom right;
  background-repeat 		: repeat-y;
  background-color			: #FFFFFF;


  text-align : right;
  
  color : #FFFFFF;
	font-size : 11px;
	font-family : Arial, Helvetica, sans-serif;


	clear : both;
	float : left;
}

#pagetop
{
	clear :both;
	height : 29px;
	width : 760px;
	background-image : url(../img/page_top_bg.gif);
	background-repeat: repeat-x;
	background-position : top left;

	
}

#page
{
	width : 759px;
	height : 480px;
	
	clear: both;
	float : left;
}



